diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2016-11-22 20:08:29 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-11-28 21:23:20 +0800 |
commit | 065ce3273782b632f3e16ab789b432e12deb6823 (patch) | |
tree | d6d8070abc5ed42f4d9ac378966e75aafe6e302c /crypto | |
parent | 043a44001b9ea74d015b405cccd607ab6139aefc (diff) | |
download | linux-065ce3273782b632f3e16ab789b432e12deb6823.tar.bz2 |
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 config CRYPTO_GLUE_HELPER_X86 tristate depends on X86 - select CRYPTO_ALGAPI + select CRYPTO_BLKCIPHER config CRYPTO_ENGINE tristate |