]> git.baikalelectronics.ru Git - kernel.git/commit
[CRYPTO] aead: Allow algorithms with no givcrypt support
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 12 Dec 2007 11:27:25 +0000 (19:27 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:50 +0000 (08:16 +1100)
commita60994b94d3bb76961e27bb82f769e5ec24bbe4d
tree65490282ecc615fe65b6e4bb98e6d53ec8c68896
parentdbf1cfff8741ca23f6c7f0b7033b9442d71209eb
[CRYPTO] aead: Allow algorithms with no givcrypt support

Some algorithms always require manual IV construction.  For instance,
the generic CCM algorithm requires the first byte of the IV to be manually
constructed.  Such algorithms are always used by other algorithms equipped
with their own IV generators and do not need IV generation per se.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/aead.c