crypto: cryptd - Add support to access underlying blkcipher
authorHuang Ying <ying.huang@intel.com>
Sun, 18 Jan 2009 05:19:46 +0000 (16:19 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 18 Feb 2009 08:48:05 +0000 (16:48 +0800)
commit1cac2cbc76b9f3fce0d4ccc374e724e7f2533a47
treeea54d0d42ca3775a57620cb3c4c115e15d96d9a3
parent1693531e9ef11959300617c68a8322ad006b5475
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>
crypto/cryptd.c
include/crypto/cryptd.h [new file with mode: 0644]