Files
linux/include/crypto
Corentin LABBE 03d7db5654 crypto: hmac - add hmac IPAD/OPAD constant
Many HMAC users directly use directly 0x36/0x5c values.
It's better with crypto to use a name instead of directly some crypto
constant.

This patch simply add HMAC_IPAD_VALUE/HMAC_OPAD_VALUE defines in a new
include file "crypto/hmac.h" and use them in crypto/hmac.c

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-05-23 12:52:05 +08:00
..
2016-02-17 04:07:53 +08:00
2016-11-28 21:23:21 +08:00
2016-12-13 16:38:06 -07:00
2016-12-13 16:38:06 -07:00
2015-06-04 15:05:08 +08:00
2016-06-20 19:25:01 +08:00