[PATCH crypto -v6 1/2] AES-NI: Add support to access underlying blkcipher under cryptd ablkcipher

2009-01-15 Thread Huang Ying
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(). v5: - Move declaration to crypto/cryptd.h - Fix allocation error

Re: [PATCH crypto -v6 1/2] AES-NI: Add support to access underlying blkcipher under cryptd ablkcipher

2009-01-17 Thread Herbert Xu
On Fri, Jan 16, 2009 at 03:41:06PM +0800, Huang Ying wrote: > 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().