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)
committerMark Brown <broonie@linaro.org>
Thu, 5 Jun 2014 15:54:57 +0000 (16:54 +0100)
commite882c7d0126ca2849c3dd4873107d04dc9245ebc
tree1877c6b93fe535a5a30b192f1939b239eff03e0f
parentee908cc15dda86b8e7f57a1eb62eace469e4477d
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>
(cherry picked from commit 6ba6c74dfc6bcf43312ef572592f7d4ebb3aedfa)
Signed-off-by: Mark Brown <broonie@linaro.org>
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]