From: Huang Ying Date: Sun, 29 Mar 2009 07:33:53 +0000 (+0800) Subject: crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher X-Git-Tag: v2.6.31-rc1~352^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505fd21d6138545aa5e96aa738975e6a9deb98a9;p=pandora-kernel.git crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher Use crypto_alloc_base() instead of crypto_alloc_ablkcipher() to allocate underlying tfm in cryptd_alloc_ablkcipher. Because crypto_alloc_ablkcipher() prefer GENIV encapsulated crypto instead of raw one, while cryptd_alloc_ablkcipher needed the raw one. Signed-off-by: Huang Ying Signed-off-by: Herbert Xu --- Reading git-diff-tree failed