n2_crypto: Add HMAC support.
authorDavid S. Miller <davem@davemloft.net>
Sun, 23 May 2010 05:53:09 +0000 (22:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 May 2010 00:37:17 +0000 (17:37 -0700)
commitdc4ccfd15d4fc7a91ddf222bc5eed5cc4bcf10e6
tree087e672d4a6caac9af433c0e9729612029cf8451
parent3a2c034697558602a72e51897c6d3665bc515927
n2_crypto: Add HMAC support.

One note is that, unlike with non-HMAC hashes, we can't support
hmac(sha224) using the HMAC_SHA256 opcode.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/crypto/n2_core.c