aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-02-19 23:48:22 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-03 00:03:32 +0800
commit1af6d03710126392e7333417fcaf2427bfc8f169 (patch)
tree395bc447df3ba6aa1728749e37f80c2a509fd18f /crypto
parentcrypto: x86/camellia - remove XTS algorithm (diff)
downloadlinux-dev-1af6d03710126392e7333417fcaf2427bfc8f169.tar.xz
linux-dev-1af6d03710126392e7333417fcaf2427bfc8f169.zip
crypto: x86/camellia - convert to skcipher interface
Convert the x86 asm implementation of Camellia from the (deprecated) blkcipher interface over to the skcipher interface. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 4062efc8b31b..7227c20a9ba5 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1145,7 +1145,7 @@ config CRYPTO_CAMELLIA_X86_64
tristate "Camellia cipher algorithm (x86_64)"
depends on X86 && 64BIT
depends on CRYPTO
- select CRYPTO_ALGAPI
+ select CRYPTO_BLKCIPHER
select CRYPTO_GLUE_HELPER_X86
help
Camellia cipher algorithm module (x86_64).