[PATCH v5 1/5] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path

Eric Biggers ebiggers at kernel.org
Mon May 24 14:46:05 PDT 2021


On Fri, May 21, 2021 at 12:20:49PM +0200, Ard Biesheuvel wrote:
> Now that kernel mode SIMD is guaranteed to be available when executing
> in task or softirq context, we no longer need scalar fallbacks to use
> when the NEON is unavailable. So get rid of them.
> 
> Signed-off-by: Ard Biesheuvel <ardb at kernel.org>
> ---
>  arch/arm64/crypto/ghash-ce-glue.c | 209 +++++---------------
>  1 file changed, 51 insertions(+), 158 deletions(-)

Reviewed-by: Eric Biggers <ebiggers at google.com>



More information about the linux-arm-kernel mailing list