commit | 9ffde35a8edd3486cd7c80af931c15cec99a1a0d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Dec 17 20:12:49 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:46 2008 +1100 |
tree | dd6d42e262349fda3bb907bfdbf76349685be485 | |
parent | b9c55aa475599183d0eab6833ea23e70c52dd24b [diff] |
[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>