[PATCH -v2 3/5] crypto: cryptd: Add support to access underlaying shash

2009-08-03 Thread Huang Ying
cryptd_alloc_ahash() will allocate a cryptd-ed ahash for specified algorithm name. The new allocated one is guaranteed to be cryptd-ed ahash, so the shash underlying can be gotten via cryptd_ahash_child(). Signed-off-by: Huang Ying --- crypto/cryptd.c | 35 +

Re: [PATCH -v2 3/5] crypto: cryptd: Add support to access underlaying shash

2009-08-05 Thread Herbert Xu
On Mon, Aug 03, 2009 at 03:45:29PM +0800, Huang Ying wrote: > cryptd_alloc_ahash() will allocate a cryptd-ed ahash for specified > algorithm name. The new allocated one is guaranteed to be cryptd-ed > ahash, so the shash underlying can be gotten via cryptd_ahash_child(). > > Signed-off-by: Huang Y