On Fri, Jun 15, 2012 at 12:41 PM, Phil Sutter <p...@nwl.cc> wrote:
> Hi,
> On Thu, Jun 14, 2012 at 04:38:03PM +0200, Nikos Mavrogiannopoulos wrote:
>>  Which changes do you refer to? If I remember well this file is based
>> on the eng_cryptodev.c of 1.0.1.
> Particularly those:
>
> |  } digests[] = {
> | +#if 0
> | +        /* HMAC is not supported */
> |         { CRYPTO_MD5_HMAC,              NID_hmacWithMD5,        16},
> |         { CRYPTO_SHA1_HMAC,             NID_hmacWithSHA1,       20},
> | -       { CRYPTO_RIPEMD160_HMAC,        NID_ripemd160,          16/*?*/},

I removed that one because it was wrong anyway. Ripemd160 is 20 bytes.
I found no reason to correct it because the ripemd160 hmac isn't
really used.

> | -       { CRYPTO_MD5_KPDK,              NID_undef,              0},
> | -       { CRYPTO_SHA1_KPDK,             NID_undef,              0},

These I have no idea what they are and were not used anywhere.

regards,
Nikos

_______________________________________________
Cryptodev-linux-devel mailing list
Cryptodev-linux-devel@gna.org
https://mail.gna.org/listinfo/cryptodev-linux-devel

Reply via email to