On Fri, Jun 15, 2012 at 1:56 PM, Phil Sutter <p...@nwl.cc> wrote:

> I was rather referring to the #if 0 above, effectively deactivating the
> whole set of *_HMAC digests. :)

Ah, ok. I saw that the digest_init() function had:

sess->mackey = state->dummy_mac_key;
sess->mackeylen = digest_key_length(ctx->digest->type);

and dummy_mac_key was never initialized. So HMAC was never operational
in this code. That's why I disabled it.

regards,
Nikos

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

Reply via email to