[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)
commit9ffde35a8edd3486cd7c80af931c15cec99a1a0d
treedd6d42e262349fda3bb907bfdbf76349685be485
parentb9c55aa475599183d0eab6833ea23e70c52dd24b
[CRYPTO] authenc: Use crypto_grab_skcipher

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>
crypto/authenc.c