summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-10-11 21:38:48 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2019-10-23 19:46:57 +1100
commit979c709b15b8d75e18041595b14d57e2ebca5690 (patch)
tree46aa08f7f7f9ba098def2ee596a4377464553055 /crypto/Kconfig
parent6437f00ae7d7550fcfc84092bbc1b7291f1e7544 (diff)
downloadlinux-crypto-979c709b15b8d75e18041595b14d57e2ebca5690.tar.gz
linux-crypto-979c709b15b8d75e18041595b14d57e2ebca5690.zip
crypto: sparc/aes - convert to skcipher API
Convert the glue code for the SPARC64 AES opcodes implementations of AES-ECB, AES-CBC, and AES-CTR 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 '')
-rw-r--r--crypto/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 29472fb7..72897883 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1098,8 +1098,7 @@ config CRYPTO_AES_NI_INTEL
config CRYPTO_AES_SPARC64
tristate "AES cipher algorithms (SPARC64)"
depends on SPARC64
- select CRYPTO_CRYPTD
- select CRYPTO_ALGAPI
+ select CRYPTO_BLKCIPHER
help
Use SPARC64 crypto opcodes for AES algorithm.