arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
authorJP Abgrall <jpa@google.com>
Thu, 28 Aug 2014 02:07:30 +0000 (19:07 -0700)
committerJP Abgrall <jpa@google.com>
Thu, 28 Aug 2014 17:22:23 +0000 (10:22 -0700)
commit42db8d1ff86afb45a5f1d4930e43042bd3c448bc
tree61ba6b5fe089025bc1e64db65eaf979a0660395e
parentf56b1aa3553e8e75178a8f61f13d6d1ab896143c
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.

Change-Id: I29fafd308e17aff6e0d59938c106fae6ad7fe78e
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
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]