summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu2016-11-22 13:08:25 +0100
committerHerbert Xu2016-11-28 14:23:18 +0100
commit266d05160101752a12e43bb6bbed45aea9f2e788 (patch)
tree80d6a25a956d465011f82a3c8b89085421cac4c0 /crypto/Kconfig
parentcrypto: cryptd - Add support for skcipher (diff)
downloadkernel-qcow2-linux-266d05160101752a12e43bb6bbed45aea9f2e788.tar.gz
kernel-qcow2-linux-266d05160101752a12e43bb6bbed45aea9f2e788.tar.xz
kernel-qcow2-linux-266d05160101752a12e43bb6bbed45aea9f2e788.zip
crypto: simd - Add simd skcipher helper
This patch adds the simd skcipher helper which is meant to be a replacement for ablk helper. It replaces the underlying blkcipher interface with skcipher, and also presents the top-level algorithm as an skcipher. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 2a9c73ca5a1e..ae4960f866cb 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -246,6 +246,10 @@ config CRYPTO_ABLK_HELPER
tristate
select CRYPTO_CRYPTD
+config CRYPTO_SIMD
+ tristate
+ select CRYPTO_CRYPTD
+
config CRYPTO_GLUE_HELPER_X86
tristate
depends on X86