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

2009-01-15 Thread Herbert Xu
On Fri, Jan 16, 2009 at 03:10:20PM +0800, Huang Ying wrote: > > v5: > > - Move declaration to crypto/cryptd.h > > - Fix allocation error processing in cryptd_alloc_ablkcipher() > > Signed-off-by: Huang Ying OK we're nearly there :) > +struct cryptd_ablkcipher *cryptd_alloc_ablkcipher(const ch

[PATCH crypto -v5 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