commit | 1cac2cbc76b9f3fce0d4ccc374e724e7f2533a47 | [log] [tgz] |
---|---|---|
author | Huang Ying <ying.huang@intel.com> | Sun Jan 18 16:19:46 2009 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Feb 18 16:48:05 2009 +0800 |
tree | ea54d0d42ca3775a57620cb3c4c115e15d96d9a3 | |
parent | 1693531e9ef11959300617c68a8322ad006b5475 [diff] |
crypto: cryptd - Add support to access underlying blkcipher cryptd_alloc_ablkcipher() will allocate a cryptd-ed ablkcipher for specified algorithm name. The new allocated one is guaranteed to be cryptd-ed ablkcipher, so the blkcipher underlying can be gotten via cryptd_ablkcipher_child(). Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>