arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 6 Mar 2014 08:23:33 +0000 (16:23 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 5 Jun 2014 15:54:50 +0000 (16:54 +0100)
commitee908cc15dda86b8e7f57a1eb62eace469e4477d
treef07612d9bf8f41ed526e9583502d2d5646e235bd
parentfa9816283e16b29ea659cdb96ca532d9484f5ca4
arm64/crypto: SHA-1 using ARMv8 Crypto Extensions

This patch adds support for the SHA-1 Secure Hash Algorithm for CPUs that
have support for the SHA-1 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 2c98833a42cd194ba0f537cd21917e15e5593715)
Signed-off-by: Mark Brown <broonie@linaro.org>
Conflicts:
arch/arm64/Makefile
arch/arm64/Kconfig
arch/arm64/Makefile
arch/arm64/crypto/Kconfig [new file with mode: 0644]
arch/arm64/crypto/Makefile [new file with mode: 0644]
arch/arm64/crypto/sha1-ce-core.S [new file with mode: 0644]
arch/arm64/crypto/sha1-ce-glue.c [new file with mode: 0644]