]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: arm - add support for SHA-224/256 using ARMv8 Crypto Extensions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 10 Mar 2015 08:47:46 +0000 (09:47 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 12 Mar 2015 10:13:35 +0000 (21:13 +1100)
commit6a2ec3c868938eb3246c9d2a11847f6cc4d18be4
tree3a5ac372472888966fa2ec9fe1d5683c17fe4f02
parent32975d9f10c464c73c672df67e7030470f42f1b4
crypto: arm - add support for SHA-224/256 using ARMv8 Crypto Extensions

This implements the SHA-224/256 secure hash algorithm using the AArch32
versions of the ARMv8 Crypto Extensions for SHA2.

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