[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 5 Dec 2007 10:08:36 +0000 (21:08 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:44 +0000 (08:16 +1100)
commitecfc43292f68566c144afca966b46b371c26d56c
treeef332abe1573434836a90e188257a252ca9f896a
parent927eead52c958829ef62c8aa5da2751033a2cf98
[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>
crypto/ablkcipher.c
crypto/blkcipher.c
include/crypto/internal/skcipher.h
include/linux/crypto.h