kernel-aes67/crypto
Hye-Shik Chang e2ee95b8c6 [CRYPTO] seed: New cipher algorithm
This patch adds support for the SEED cipher (RFC4269).

This patch have been used in few VPN appliance vendors in Korea for
several years.  And it was verified by KISA, who developed the
algorithm itself.

As its importance in Korean banking industry, it would be great
if linux incorporates the support.

Signed-off-by: Hye-Shik Chang <perky@FreeBSD.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2007-10-10 16:55:38 -07:00
..
async_tx async_tx: fix dma_wait_for_async_tx 2007-09-24 10:26:26 -07:00
ablkcipher.c [CRYPTO] api: fix writting into unallocated memory in setkey_aligned 2007-08-06 15:33:56 +08:00
aes.c
algapi.c
anubis.c
api.c
arc4.c
blkcipher.c [CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spot 2007-09-10 15:51:11 +08:00
blowfish.c
camellia.c
cast5.c
cast6.c
cbc.c
cipher.c [CRYPTO] api: fix writting into unallocated memory in setkey_aligned 2007-08-06 15:33:56 +08:00
compress.c
crc32c.c
cryptd.c
crypto_null.c
cryptomgr.c
deflate.c
des.c
digest.c
ecb.c
fcrypt.c
gf128mul.c
hash.c [CRYPTO] api: fix writting into unallocated memory in setkey_aligned 2007-08-06 15:33:56 +08:00
hmac.c
internal.h
Kconfig [CRYPTO] seed: New cipher algorithm 2007-10-10 16:55:38 -07:00
khazad.c
lrw.c
Makefile [CRYPTO] seed: New cipher algorithm 2007-10-10 16:55:38 -07:00
md4.c
md5.c
michael_mic.c
pcbc.c
proc.c
scatterwalk.c
scatterwalk.h
seed.c [CRYPTO] seed: New cipher algorithm 2007-10-10 16:55:38 -07:00
serpent.c
sha1.c
sha256.c
sha512.c
tcrypt.c [CRYPTO] seed: New cipher algorithm 2007-10-10 16:55:38 -07:00
tcrypt.h [CRYPTO] seed: New cipher algorithm 2007-10-10 16:55:38 -07:00
tea.c
tgr192.c
twofish_common.c
twofish.c
wp512.c
xcbc.c
xor.c