summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoriaki TAKAMIYA <takamiya@po.ntts.co.jp>2006-10-22 14:49:17 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2007-02-07 09:21:03 +1100
commitf499c9abd4db550637327c250a185e4c2e824b21 (patch)
treeeb5ea2c1e4a98c97cd5b992c8c744d110b1a4ea8
parent411eb3145c7c06fff42114f08f77c80ae7a5e82c (diff)
downloadlinux-crypto-f499c9abd4db550637327c250a185e4c2e824b21.tar.gz
linux-crypto-f499c9abd4db550637327c250a185e4c2e824b21.zip
[CRYPTO] camellia: Add Kconfig entry.
This patch adds the Kconfig entry for Camellia. Signed-off-by: Noriaki TAKAMIYA <takamiya@po.ntts.co.jp> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index e2e1eb13..c2a85bd9 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -474,6 +474,21 @@ config CRYPTO_CRC32C
See Castagnoli93. This implementation uses lib/libcrc32c.
Module will be crc32c.
+config CRYPTO_CAMELLIA
+ tristate "Camellia cipher algorithms"
+ depends on CRYPTO
+ select CRYPTO_ALGAPI
+ help
+ Camellia cipher algorithms module.
+
+ Camellia is a symmetric key block cipher developed jointly
+ at NTT and Mitsubishi Electric Corporation.
+
+ The Camellia specifies three key sizes: 128, 192 and 256 bits.
+
+ See also:
+ <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
+
config CRYPTO_TEST
tristate "Testing module"
depends on m