linux/crypto
Herbert Xu 43518407d5 [CRYPTO] api: Select cryptomgr where needed
Since cryptomgr is the only way to construct algorithm instances
for now it makes sense to let the templates depend on it as
otherwise it may be left off inadvertently.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2006-10-16 21:28:58 +10:00
..
Kconfig [CRYPTO] api: Select cryptomgr where needed 2006-10-16 21:28:58 +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: fix crypto_alloc_base() return value 2006-10-11 22:29:51 +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 [PATCH] serpent: fix endian warnings 2006-10-10 16:15:33 -07:00
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