aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorNoriaki TAKAMIYA <takamiya@po.ntts.co.jp>2006-10-22 00:49:17 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2007-02-06 17:21:03 -0500
commit04ac7db3f23d98abe5d3c91d21b0e45fc09e74ea (patch)
tree75337327cbcf07f5ea2d1f75e31f3857ae8119b0 /crypto
parent09cb914f096bd38b22341af291236b65cf55ceee (diff)
[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>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index e2e1eb13827e..c2a85bd922b9 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -474,6 +474,21 @@ config CRYPTO_CRC32C
474 See Castagnoli93. This implementation uses lib/libcrc32c. 474 See Castagnoli93. This implementation uses lib/libcrc32c.
475 Module will be crc32c. 475 Module will be crc32c.
476 476
477config CRYPTO_CAMELLIA
478 tristate "Camellia cipher algorithms"
479 depends on CRYPTO
480 select CRYPTO_ALGAPI
481 help
482 Camellia cipher algorithms module.
483
484 Camellia is a symmetric key block cipher developed jointly
485 at NTT and Mitsubishi Electric Corporation.
486
487 The Camellia specifies three key sizes: 128, 192 and 256 bits.
488
489 See also:
490 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
491
477config CRYPTO_TEST 492config CRYPTO_TEST
478 tristate "Testing module" 493 tristate "Testing module"
479 depends on m 494 depends on m