[CRYPTO] seed: New cipher algorithm
authorHye-Shik Chang <perky@FreeBSD.org>
Tue, 21 Aug 2007 12:01:03 +0000 (20:01 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:38 +0000 (16:55 -0700)
commite2ee95b8c69e542d6afef3f6f38ea598cc146ba7
tree9fea66f721fd0ca6b8b519a927a1c65fcbcb56ef
parentaa379a6ab17ff5b06552c52360ce6d9f8c7c209a
[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>
crypto/Kconfig
crypto/Makefile
crypto/seed.c [new file with mode: 0644]
crypto/tcrypt.c
crypto/tcrypt.h