commit | ecfc43292f68566c144afca966b46b371c26d56c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Dec 05 21:08:36 2007 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:44 2008 +1100 |
tree | ef332abe1573434836a90e188257a252ca9f896a | |
parent | 927eead52c958829ef62c8aa5da2751033a2cf98 [diff] |
[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free This patch creates the infrastructure to help the construction of givcipher templates that wrap around existing blkcipher/ablkcipher algorithms by adding an IV generator to them. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>