[CRYPTO] hmac: Add crypto template implementation
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Aug 2006 10:50:52 +0000 (20:50 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:46:17 +0000 (11:46 +1000)
commit0796ae061e6da5de7cfc1af57dfd42a73908b1bf
tree83832b65f93f2979483640d994d72f8b37860701
parent055bcee3102dc35f019b69df9c2618e9d6dd1c09
[CRYPTO] hmac: Add crypto template implementation

This patch rewrites HMAC as a crypto template.  This means that HMAC is no
longer a hard-coded part of the API.  It's now a template that generates
standard digest algorithms like any other.

The old HMAC is preserved until all current users are converted.

The same structure can be used by other MACs such as AES-XCBC-MAC.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
crypto/Kconfig
crypto/hmac.c