• H
    [CRYPTO] seqiv: Add AEAD support · 14df4d80
    Herbert Xu 提交于
    This patch adds support for using seqiv with AEAD algorithms.  This is
    useful for those AEAD algorithms that performs authentication before
    encryption because the IV generated by the underlying encryption algorithm
    won't be available for authentication.
    Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
    14df4d80
seqiv.c 8.2 KB