linux/crypto
Herbert Xu 73af07de3e [CRYPTO] hmac: Fix error truncation by unlikely()
The error return values are truncated by unlikely so we need to
save it first.  Thanks to Kyle Moffett for spotting this.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-23 16:48:46 -07:00
..
Kconfig [CRYPTO] digest: Remove old HMAC implementation 2006-09-21 11:46:20 +10:00
Makefile [CRYPTO] digest: Added user API for new hash type 2006-09-21 11:46:17 +10:00
aes.c
algapi.c
anubis.c
api.c [CRYPTO] api: Add crypto_comp and crypto_has_* 2006-09-21 11:46:21 +10:00
arc4.c
blkcipher.c
blowfish.c
cast5.c
cast6.c
cbc.c
cipher.c
compress.c
crc32c.c
crypto_null.c
cryptomgr.c
deflate.c
des.c
digest.c [CRYPTO] digest: Remove old HMAC implementation 2006-09-21 11:46:20 +10:00
ecb.c
hash.c [CRYPTO] digest: Added user API for new hash type 2006-09-21 11:46:17 +10:00
hmac.c [CRYPTO] hmac: Fix error truncation by unlikely() 2006-09-23 16:48:46 -07:00
internal.h [CRYPTO] digest: Remove old HMAC implementation 2006-09-21 11:46:20 +10:00
khazad.c
md4.c
md5.c
michael_mic.c
proc.c
scatterwalk.c
scatterwalk.h [CRYPTO] digest: Added user API for new hash type 2006-09-21 11:46:17 +10:00
serpent.c
sha1.c
sha256.c
sha512.c
tcrypt.c [CRYPTO] users: Use crypto_comp and crypto_has_* 2006-09-21 11:46:22 +10:00
tcrypt.h [CRYPTO] tcrypt: Use HMAC template and hash interface 2006-09-21 11:46:18 +10:00
tea.c
tgr192.c
twofish.c
twofish_common.c
wp512.c