[CRYPTO] authenc: Use crypto_grab_skcipher
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 17 Dec 2007 12:12:49 +0000 (20:12 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:46 +0000 (08:16 +1100)
This patch converts the authenc algorithm over to crypto_grab_skcipher
which is a prerequisite for IV generation.

This patch also changes authenc to set its ASYNC status depending on
the ASYNC status of the underlying skcipher.

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

No differences found