crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
authorArd Biesheuvel <ardb@kernel.org>
Fri, 27 Aug 2021 07:03:36 +0000 (09:03 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 17 Sep 2021 03:05:10 +0000 (11:05 +0800)
commitb9e699f91236cb1cc97a3d02ccb8063af5e4cc46
tree8b04f187d6d740c9b8693c482ae49df86cbe7671
parent4a7e1e5fc294687a8941fa3eeb4a7e8539ca5e2f
crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path

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.

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/ghash-ce-glue.c