From e00a8fe92dda70943bd1efe8b2370e3a233f93ff Mon Sep 17 00:00:00 2001 From: Noriaki TAKAMIYA Date: Sun, 22 Oct 2006 14:49:17 +1000 Subject: [PATCH] --- yaml --- r: 47002 b: refs/heads/master c: 04ac7db3f23d98abe5d3c91d21b0e45fc09e74ea h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/crypto/Kconfig | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 081dfdcefbe7..a4e5744d39d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 09cb914f096bd38b22341af291236b65cf55ceee +refs/heads/master: 04ac7db3f23d98abe5d3c91d21b0e45fc09e74ea diff --git a/trunk/crypto/Kconfig b/trunk/crypto/Kconfig index e2e1eb13827e..c2a85bd922b9 100644 --- a/trunk/crypto/Kconfig +++ b/trunk/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: + + config CRYPTO_TEST tristate "Testing module" depends on m