[RFC 5/7] crypto: cryptd: Add support to access underlaying shash

2009-06-11 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: [RFC 5/7] crypto: cryptd: Add support to access underlaying shash

2009-06-21 Thread Herbert Xu
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 Ying Looks good too. -- Visit Openswan