Re: [PATCH -v2] Speed testing support for ghash

2010-03-10 Thread Herbert Xu
On Wed, Mar 03, 2010 at 11:18:16AM +0800, Huang Ying wrote: > Because ghash needs setkey, the setkey and keysize template support > for test_hash_speed is added. > > v2: > > - Move klen into struct hash_speed. > > Signed-off-by: Huang Ying Also applied. -- Visit Openswan at http://www.opensw

[PATCH -v2] Speed testing support for ghash

2010-03-02 Thread Huang Ying
Because ghash needs setkey, the setkey and keysize template support for test_hash_speed is added. v2: - Move klen into struct hash_speed. Signed-off-by: Huang Ying --- crypto/tcrypt.c |7 +++ crypto/tcrypt.h | 29 + 2 files changed, 36 insertions(+) ---