aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-10-11 21:38:49 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2019-10-23 19:46:57 +1100
commitc72a26ef6b259ccdbaa3f866b404d6ce1312ec30 (patch)
tree815f136ea73533d841c10cc3922b131f11f1b838 /crypto
parentcrypto: sparc/aes - convert to skcipher API (diff)
downloadlinux-dev-c72a26ef6b259ccdbaa3f866b404d6ce1312ec30.tar.xz
linux-dev-c72a26ef6b259ccdbaa3f866b404d6ce1312ec30.zip
crypto: sparc/camellia - convert to skcipher API
Convert the glue code for the SPARC64 Camellia opcodes implementations of Camellia-ECB and Camellia-CBC from the deprecated "blkcipher" API to the "skcipher" API. This is needed in order for the blkcipher API to be removed. 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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 728978838578..d331b9e85039 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1275,6 +1275,7 @@ config CRYPTO_CAMELLIA_SPARC64
depends on SPARC64
depends on CRYPTO
select CRYPTO_ALGAPI
+ select CRYPTO_BLKCIPHER
help
Camellia cipher algorithm module (SPARC64).