aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index d1ca6312d798..4ef0ee715171 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -839,24 +839,6 @@ config CRYPTO_BLOWFISH_X86_64
839 See also: 839 See also:
840 <http://www.schneier.com/blowfish.html> 840 <http://www.schneier.com/blowfish.html>
841 841
842config CRYPTO_BLOWFISH_AVX2_X86_64
843 tristate "Blowfish cipher algorithm (x86_64/AVX2)"
844 depends on X86 && 64BIT
845 select CRYPTO_ALGAPI
846 select CRYPTO_CRYPTD
847 select CRYPTO_ABLK_HELPER_X86
848 select CRYPTO_BLOWFISH_COMMON
849 select CRYPTO_BLOWFISH_X86_64
850 help
851 Blowfish cipher algorithm (x86_64/AVX2), by Bruce Schneier.
852
853 This is a variable key length cipher which can use keys from 32
854 bits to 448 bits in length. It's fast, simple and specifically
855 designed for use on "large microprocessors".
856
857 See also:
858 <http://www.schneier.com/blowfish.html>
859
860config CRYPTO_CAMELLIA 842config CRYPTO_CAMELLIA
861 tristate "Camellia cipher algorithms" 843 tristate "Camellia cipher algorithms"
862 depends on CRYPTO 844 depends on CRYPTO