[CRYPTO] seqiv: Add AEAD support
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 12 Dec 2007 04:27:26 +0000 (12:27 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:52 +0000 (08:16 +1100)
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: Herbert Xu <herbert@gondor.apana.org.au>

No differences found