mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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> |
||
|---|---|---|
| .. | ||
| aes.c | ||
| anubis.c | ||
| api.c | ||
| arc4.c | ||
| blowfish.c | ||
| cast5.c | ||
| cast6.c | ||
| cipher.c | ||
| compress.c | ||
| crc32c.c | ||
| crypto_null.c | ||
| deflate.c | ||
| des.c | ||
| digest.c | ||
| hmac.c | ||
| 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 | ||
| tcrypt.h | ||
| tea.c | ||
| tgr192.c | ||
| twofish.c | ||
| wp512.c | ||