[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)
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>

No differences found