commit | aedb30dc49eeecd48558b601c47e0b3f9e42c602 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Dec 12 19:27:25 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:50 2008 +1100 |
tree | 65490282ecc615fe65b6e4bb98e6d53ec8c68896 | |
parent | 3a282bd2e77966e7361fffbd5d1cea6eb0499b6c [diff] |
[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>