[PATCH v5 3/5] crypto: arm64/aes-ce - stop using SIMD helper for skciphers
Eric Biggers
ebiggers at kernel.org
Mon May 24 14:47:27 PDT 2021
On Fri, May 21, 2021 at 12:20:51PM +0200, Ard Biesheuvel wrote:
> 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.
>
> Signed-off-by: Ard Biesheuvel <ardb at kernel.org>
> ---
> arch/arm64/crypto/Kconfig | 4 -
> arch/arm64/crypto/aes-glue.c | 102 +++-----------------
> 2 files changed, 13 insertions(+), 93 deletions(-)
Reviewed-by: Eric Biggers <ebiggers at google.com>
More information about the linux-arm-kernel
mailing list