linux/crypto
Herbert Xu 43600106e3 [CRYPTO] digest: Remove unnecessary zeroing during init
Various digest algorithms operate one block at a time and therefore
keep a temporary buffer of partial blocks.  This buffer does not need
to be initialised since there is a counter which indicates what is and
isn't valid in it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2006-06-26 17:34:38 +10:00
..
Kconfig
Makefile
aes.c [CRYPTO] aes: Fixed array boundary violation 2006-03-21 20:14:10 +11:00
anubis.c
api.c [CRYPTO] all: Use kzalloc where possible 2006-03-21 20:14:08 +11:00
arc4.c
blowfish.c
cast5.c
cast6.c
cipher.c
compress.c
crc32c.c
crypto_null.c
deflate.c [CRYPTO] all: Use kzalloc where possible 2006-03-21 20:14:08 +11:00
des.c [CRYPTO] all: Add missing cra_alignmask 2006-03-21 20:14:09 +11:00
digest.c [CRYPTO] digest: Add alignment handling 2006-06-26 17:34:38 +10:00
hmac.c
internal.h
khazad.c [CRYPTO] khazad: Use 32-bit reads on key 2006-06-26 17:34:37 +10:00
md4.c
md5.c
michael_mic.c [CRYPTO] digest: Add alignment handling 2006-06-26 17:34:38 +10:00
proc.c
scatterwalk.c
scatterwalk.h
serpent.c [CRYPTO] all: Add missing cra_alignmask 2006-03-21 20:14:09 +11:00
sha1.c [CRYPTO] digest: Add alignment handling 2006-06-26 17:34:38 +10:00
sha256.c [CRYPTO] digest: Remove unnecessary zeroing during init 2006-06-26 17:34:38 +10:00
sha512.c [CRYPTO] digest: Remove unnecessary zeroing during init 2006-06-26 17:34:38 +10:00
tcrypt.c
tcrypt.h [CRYPTO] tcrypt: Fix key alignment 2006-03-21 20:14:09 +11:00
tea.c
tgr192.c [CRYPTO] digest: Remove unnecessary zeroing during init 2006-06-26 17:34:38 +10:00
twofish.c
wp512.c