diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index b901b590635f..c226b2c7e47c 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -803,6 +803,28 @@ config CRYPTO_CAMELLIA_X86_64 | |||
803 | See also: | 803 | See also: |
804 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> | 804 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> |
805 | 805 | ||
806 | config CRYPTO_CAMELLIA_AESNI_AVX_X86_64 | ||
807 | tristate "Camellia cipher algorithm (x86_64/AES-NI/AVX)" | ||
808 | depends on X86 && 64BIT | ||
809 | depends on CRYPTO | ||
810 | select CRYPTO_ALGAPI | ||
811 | select CRYPTO_CRYPTD | ||
812 | select CRYPTO_ABLK_HELPER_X86 | ||
813 | select CRYPTO_GLUE_HELPER_X86 | ||
814 | select CRYPTO_CAMELLIA_X86_64 | ||
815 | select CRYPTO_LRW | ||
816 | select CRYPTO_XTS | ||
817 | help | ||
818 | Camellia cipher algorithm module (x86_64/AES-NI/AVX). | ||
819 | |||
820 | Camellia is a symmetric key block cipher developed jointly | ||
821 | at NTT and Mitsubishi Electric Corporation. | ||
822 | |||
823 | The Camellia specifies three key sizes: 128, 192 and 256 bits. | ||
824 | |||
825 | See also: | ||
826 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> | ||
827 | |||
806 | config CRYPTO_CAMELLIA_SPARC64 | 828 | config CRYPTO_CAMELLIA_SPARC64 |
807 | tristate "Camellia cipher algorithm (SPARC64)" | 829 | tristate "Camellia cipher algorithm (SPARC64)" |
808 | depends on SPARC64 | 830 | depends on SPARC64 |