Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/crypto
Herbert Xu 1b40efd772 [CRYPTO] Check cra_alignmask against cra_blocksize
The cipher code relies on the fact that the block size is a multiple
of the required alignment.  So we should check this at the time of
algorith registration.  We also ensure that the block size is bounded
by the page size.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2005-10-30 11:19:43 +11:00
..
aes.c
anubis.c
api.c [CRYPTO] Check cra_alignmask against cra_blocksize 2005-10-30 11:19:43 +11: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 [PATCH] Use sg_set_buf/sg_init_one where applicable 2005-10-30 11:19:43 +11:00
internal.h
Kconfig
khazad.c
Makefile
md4.c
md5.c
michael_mic.c
proc.c
scatterwalk.c
scatterwalk.h
serpent.c
sha1.c
sha256.c
sha512.c
tcrypt.c [CRYPTO] Simplify one-member scatterlist expressions 2005-10-30 11:19:43 +11:00
tcrypt.h
tea.c
tgr192.c
twofish.c
wp512.c