From: Huang Ying Date: Sun, 18 Jan 2009 05:19:46 +0000 (+1100) Subject: crypto: cryptd - Add support to access underlying blkcipher X-Git-Tag: v2.6.30-rc1~677^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cac2cbc76b9f3fce0d4ccc374e724e7f2533a47;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed