linux/crypto
Herbert Xu fe2d5295a1 [CRYPTO] Fix boundary check in standard multi-block cipher processors
The boundary check in the standard multi-block cipher processors are
broken when nbytes is not a multiple of bsize.  In those cases it will
always process an extra block.

This patch corrects the check so that it processes at most nbytes of
data.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-09-06 14:49:44 -07:00
..
Kconfig [CRYPTO]: Fix XTEA implementation 2005-09-01 17:42:46 -07:00
Makefile
aes.c [PATCH] clean up inline static vs static inline 2005-07-27 16:26:20 -07:00
anubis.c
api.c [CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag 2005-09-01 17:43:05 -07:00
arc4.c
blowfish.c
cast5.c
cast6.c
cipher.c [CRYPTO] Fix boundary check in standard multi-block cipher processors 2005-09-06 14:49:44 -07:00
compress.c
crc32c.c
crypto_null.c
deflate.c
des.c
digest.c
hmac.c
internal.h [CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag 2005-09-01 17:43:05 -07:00
khazad.c
md4.c
md5.c
michael_mic.c
proc.c
scatterwalk.c
scatterwalk.h
serpent.c
sha1.c
sha256.c
sha512.c
tcrypt.c [CRYPTO]: Fix XTEA implementation 2005-09-01 17:42:46 -07:00
tcrypt.h [CRYPTO]: Fix XTEA implementation 2005-09-01 17:42:46 -07:00
tea.c [CRYPTO]: Fix XTEA implementation 2005-09-01 17:42:46 -07:00
tgr192.c
twofish.c
wp512.c