Re: [PATCH v5 2/5] crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-05-24 21:46:42
Also in:
linux-crypto
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-05-24 21:46:42
Also in:
linux-crypto
On Fri, May 21, 2021 at 12:20:50PM +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@kernel.org> --- arch/arm64/crypto/Kconfig | 2 - arch/arm64/crypto/aes-neonbs-glue.c | 122 ++------------------ 2 files changed, 9 insertions(+), 115 deletions(-)
Reviewed-by: Eric Biggers <redacted> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel