Re: [PATCH] crypto, Speed testing support for ghash

2010-03-02 Thread Herbert Xu
On Mon, Mar 01, 2010 at 04:06:44PM +0800, Huang Ying wrote: > Because ghash needs setkey, the setkey and keysize template support > for test_hash_speed is added. > > Signed-off-by: Huang Ying > --- > crypto/tcrypt.c | 122 > +++- > crypto/tcr

[PATCH] crypto, Speed testing support for ghash

2010-03-01 Thread Huang Ying
Because ghash needs setkey, the setkey and keysize template support for test_hash_speed is added. Signed-off-by: Huang Ying --- crypto/tcrypt.c | 122 +++- crypto/tcrypt.h |1 2 files changed, 78 insertions(+), 45 deletions(-) --- a/cryp