diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 05f46dfdf185..083d2e1dfc21 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -184,6 +184,17 @@ config CRYPTO_LRW | |||
184 | The first 128, 192 or 256 bits in the key are used for AES and the | 184 | The first 128, 192 or 256 bits in the key are used for AES and the |
185 | rest is used to tie each cipher block to its logical position. | 185 | rest is used to tie each cipher block to its logical position. |
186 | 186 | ||
187 | config CRYPTO_XTS | ||
188 | tristate "XTS support (EXPERIMENTAL)" | ||
189 | depends on EXPERIMENTAL | ||
190 | select CRYPTO_BLKCIPHER | ||
191 | select CRYPTO_MANAGER | ||
192 | select CRYPTO_GF128MUL | ||
193 | help | ||
194 | XTS: IEEE1619/D16 narrow block cipher use with aes-xts-plain, | ||
195 | key size 256, 384 or 512 bits. This implementation currently | ||
196 | can't handle a sectorsize which is not a multiple of 16 bytes. | ||
197 | |||
187 | config CRYPTO_CRYPTD | 198 | config CRYPTO_CRYPTD |
188 | tristate "Software async crypto daemon" | 199 | tristate "Software async crypto daemon" |
189 | select CRYPTO_ABLKCIPHER | 200 | select CRYPTO_ABLKCIPHER |