commit | 5b6d2d7fdf806f2b5a9352416f9e670911fc4748 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Dec 12 19:23:36 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:51 2008 +1100 |
tree | d2eda87839e1b5de18c691ecff6e6074a35c09f0 | |
parent | aedb30dc49eeecd48558b601c47e0b3f9e42c602 [diff] |
[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free This patch creates the infrastructure to help the construction of IV generator templates that wrap around AEAD algorithms by adding an IV generator to them. This is useful for AEAD algorithms with no built-in IV generator or to replace their built-in generator. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>