arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 20 Mar 2014 14:35:40 +0000 (15:35 +0100)
committerJP Abgrall <jpa@google.com>
Thu, 28 Aug 2014 17:22:24 +0000 (10:22 -0700)
commit77278cdb9d7f93f00c0b43b544daf73b755e2dcd
tree0b106c083cae44fc41bb1c55577e416a5a207962
parent42db8d1ff86afb45a5f1d4930e43042bd3c448bc
arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions

This patch adds support for the SHA-224 and SHA-256 Secure Hash Algorithms
for CPUs that have support for the SHA-2 part of the ARM v8 Crypto Extensions.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/Kconfig
arch/arm64/crypto/Makefile
arch/arm64/crypto/sha2-ce-core.S [new file with mode: 0644]
arch/arm64/crypto/sha2-ce-glue.c [new file with mode: 0644]