On Thu, Mar 05, 2009 at 10:25:20AM +0800, Huang Ying wrote:
> 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_ablkciphe
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
---
crypto/crypt