From: Noriaki TAKAMIYA Date: Sun, 22 Oct 2006 04:49:17 +0000 (+1000) Subject: [CRYPTO] camellia: Add Kconfig entry. X-Git-Tag: v2.6.21-rc1~83^2~65^2~2^2~5 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=04ac7db3f23d98abe5d3c91d21b0e45fc09e74ea;p=powerpc.git [CRYPTO] camellia: Add Kconfig entry. This patch adds the Kconfig entry for Camellia. Signed-off-by: Noriaki TAKAMIYA Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index e2e1eb1382..c2a85bd922 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: + + config CRYPTO_TEST tristate "Testing module" depends on m