crypto: arm64/ghash-ce - add non-SIMD scalar fallback
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 24 Jul 2017 10:28:05 +0000 (11:28 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Aug 2017 01:27:16 +0000 (09:27 +0800)
commit6d6254d728a2e696aa697b4b44cb7736851f62e3
tree6b7f2e21fa4dc3b95b6302d8ef168f5b89b76a27
parent45fe93dff2fb58b22de04c729f8447ba0f773d93
crypto: arm64/ghash-ce - add non-SIMD scalar fallback

The arm64 kernel will shortly disallow nested kernel mode NEON, so
add a fallback to scalar C code that can be invoked in that case.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/Kconfig
arch/arm64/crypto/ghash-ce-glue.c