summaryrefslogtreecommitdiff
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
commit8939e18bf1ffba0e0900cc47c5ece8ae02a3f9c9 (patch)
treed9ba5742975a14bb7564159f4a3133a6541264fb /crypto
parent979c709b15b8d75e18041595b14d57e2ebca5690 (diff)
downloadlinux-crypto-8939e18bf1ffba0e0900cc47c5ece8ae02a3f9c9.tar.gz
linux-crypto-8939e18bf1ffba0e0900cc47c5ece8ae02a3f9c9.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 72897883..d331b9e8 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).