diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 306738ceecb4..fa927a287a1d 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -165,6 +165,21 @@ config CRYPTO_TWOFISH_586 | |||
165 | See also: | 165 | See also: |
166 | <http://www.schneier.com/twofish.html> | 166 | <http://www.schneier.com/twofish.html> |
167 | 167 | ||
168 | config CRYPTO_TWOFISH_X86_64 | ||
169 | tristate "Twofish cipher algorithm (x86_64)" | ||
170 | depends on CRYPTO && ((X86 || UML_X86) && 64BIT) | ||
171 | select CRYPTO_TWOFISH_COMMON | ||
172 | help | ||
173 | Twofish cipher algorithm (x86_64). | ||
174 | |||
175 | Twofish was submitted as an AES (Advanced Encryption Standard) | ||
176 | candidate cipher by researchers at CounterPane Systems. It is a | ||
177 | 16 round block cipher supporting key sizes of 128, 192, and 256 | ||
178 | bits. | ||
179 | |||
180 | See also: | ||
181 | <http://www.schneier.com/twofish.html> | ||
182 | |||
168 | config CRYPTO_SERPENT | 183 | config CRYPTO_SERPENT |
169 | tristate "Serpent cipher algorithm" | 184 | tristate "Serpent cipher algorithm" |
170 | depends on CRYPTO | 185 | depends on CRYPTO |