summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2016-11-22 20:08:29 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-11-28 21:23:20 +0800
commit6b7c85aadb57c7442467cf0856f1ab90430f1cfa (patch)
tree69cd5842e69eea2ef9dcf06f2188e2311fde9687 /crypto
parent469cb2e223edb57dc630afd7d43b168b2d57fb98 (diff)
downloadlinux-crypto-6b7c85aadb57c7442467cf0856f1ab90430f1cfa.tar.gz
linux-crypto-6b7c85aadb57c7442467cf0856f1ab90430f1cfa.zip
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 '')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index ae4960f8..bb794246 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