diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index e6cfe1a25137..6318edd6a457 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -654,6 +654,24 @@ config CRYPTO_CAMELLIA | |||
654 | See also: | 654 | See also: |
655 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> | 655 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> |
656 | 656 | ||
657 | config CRYPTO_CAMELLIA_X86_64 | ||
658 | tristate "Camellia cipher algorithm (x86_64)" | ||
659 | depends on (X86 || UML_X86) && 64BIT | ||
660 | depends on CRYPTO | ||
661 | select CRYPTO_ALGAPI | ||
662 | select CRYPTO_LRW | ||
663 | select CRYPTO_XTS | ||
664 | help | ||
665 | Camellia cipher algorithm module (x86_64). | ||
666 | |||
667 | Camellia is a symmetric key block cipher developed jointly | ||
668 | at NTT and Mitsubishi Electric Corporation. | ||
669 | |||
670 | The Camellia specifies three key sizes: 128, 192 and 256 bits. | ||
671 | |||
672 | See also: | ||
673 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> | ||
674 | |||
657 | config CRYPTO_CAST5 | 675 | config CRYPTO_CAST5 |
658 | tristate "CAST5 (CAST-128) cipher algorithm" | 676 | tristate "CAST5 (CAST-128) cipher algorithm" |
659 | select CRYPTO_ALGAPI | 677 | select CRYPTO_ALGAPI |