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

From: Herbert Xu
Date: Tue Mar 02 2010 - 06:34:21 EST


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 <ying.huang@xxxxxxxxx>
> ---
> crypto/tcrypt.c | 122 +++++++++++++++++++++++++++++++++++---------------------
> crypto/tcrypt.h | 1
> 2 files changed, 78 insertions(+), 45 deletions(-)
>
> --- a/crypto/tcrypt.c
> +++ b/crypto/tcrypt.c
> @@ -395,12 +395,13 @@ out:
> }
>
> static void test_hash_speed(const char *algo, unsigned int sec,
> - struct hash_speed *speed)
> + struct hash_speed *speed, u8 *keysize)

Can we possibly move keysize into struct hash_speed to reduce
the churn?

Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/