]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: arm64/sha1-ce - add non-SIMD generic fallback
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 24 Jul 2017 10:28:08 +0000 (11:28 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Aug 2017 01:27:18 +0000 (09:27 +0800)
commit0771f3234db67732a49777a5fceaed6f7b4b488d
tree284bc5ed35e5daa01ef9c916be1e3b0c4819610e
parent15c7d8f8a2c7c86cb36f4d0273a1b2b2c9a479d7
crypto: arm64/sha1-ce - add non-SIMD generic 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/sha1-ce-glue.c