crypto: arm64/aes-ce - stop using SIMD helper for skciphers
authorArd Biesheuvel <ardb@kernel.org>
Fri, 27 Aug 2021 07:03:38 +0000 (09:03 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 17 Sep 2021 03:05:10 +0000 (11:05 +0800)
commit676e508122d96aec199ab7181fd62c592c2cb8d5
tree8fad3a67d10135781cc08ccbe22da3e6592793c5
parent96c34e143689bc498508c27ea35c4446aed9f42e
crypto: arm64/aes-ce - stop using SIMD helper for skciphers

Calls into the skcipher API can only occur from contexts where the SIMD
unit is available, so there is no need for the SIMD helper.

Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/Kconfig
arch/arm64/crypto/aes-glue.c