diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 4495e46660bf..f941ffb2a087 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -139,6 +139,16 @@ config CRYPTO_TGR192 | |||
139 | See also: | 139 | See also: |
140 | <http://www.cs.technion.ac.il/~biham/Reports/Tiger/>. | 140 | <http://www.cs.technion.ac.il/~biham/Reports/Tiger/>. |
141 | 141 | ||
142 | config CRYPTO_GF128MUL | ||
143 | tristate "GF(2^128) multiplication functions (EXPERIMENTAL)" | ||
144 | depends on EXPERIMENTAL | ||
145 | help | ||
146 | Efficient table driven implementation of multiplications in the | ||
147 | field GF(2^128). This is needed by some cypher modes. This | ||
148 | option will be selected automatically if you select such a | ||
149 | cipher mode. Only select this option by hand if you expect to load | ||
150 | an external module that requires these functions. | ||
151 | |||
142 | config CRYPTO_ECB | 152 | config CRYPTO_ECB |
143 | tristate "ECB support" | 153 | tristate "ECB support" |
144 | select CRYPTO_BLKCIPHER | 154 | select CRYPTO_BLKCIPHER |