[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt calls
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 1 Dec 2007 07:35:38 +0000 (18:35 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:49 +0000 (08:16 +1100)
This patch finally makes the givencrypt/givdecrypt operations available
to users by adding crypto_skcipher_givencrypt and crypto_skcipher_givdecrypt.
A suite of helpers to allocate and fill in the request is also available.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found