Re: [PATCH] crypto, Speed testing support for ghash
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
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