diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2016-11-22 07:08:29 -0500 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-11-28 08:23:20 -0500 |
| commit | 065ce3273782b632f3e16ab789b432e12deb6823 (patch) | |
| tree | d6d8070abc5ed42f4d9ac378966e75aafe6e302c /crypto | |
| parent | 043a44001b9ea74d015b405cccd607ab6139aefc (diff) | |
crypto: glue_helper - Add skcipher xts helpers
This patch adds xts helpers that use the skcipher interface rather
than blkcipher. This will be used by aesni_intel.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index ae4960f866cb..bb7942464326 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
| @@ -253,7 +253,7 @@ config CRYPTO_SIMD | |||
| 253 | config CRYPTO_GLUE_HELPER_X86 | 253 | config CRYPTO_GLUE_HELPER_X86 |
| 254 | tristate | 254 | tristate |
| 255 | depends on X86 | 255 | depends on X86 |
| 256 | select CRYPTO_ALGAPI | 256 | select CRYPTO_BLKCIPHER |
| 257 | 257 | ||
| 258 | config CRYPTO_ENGINE | 258 | config CRYPTO_ENGINE |
| 259 | tristate | 259 | tristate |
