Skip to content
Commit 14df4d80 authored by Herbert Xu's avatar Herbert Xu
Browse files

[CRYPTO] seqiv: Add AEAD support



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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 5b6d2d7f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment