]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit12334b736809ab9e33baabce7ae87b8523d8bae0
tree9d7e899bf2b3a9d71cd95eef9bcd40b284b6e265
parent8a629f90346f7a0a51ae0598b50bf4be34901089
[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: Herbert Xu <herbert@gondor.apana.org.au>
crypto/seqiv.c