commit | 6ba6c74dfc6bcf43312ef572592f7d4ebb3aedfa | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Thu Mar 20 15:35:40 2014 +0100 |
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed May 14 10:04:01 2014 -0700 |
tree | ac3adf772f009e3604b746232ccddd3983a68ac9 | |
parent | 2c98833a42cd194ba0f537cd21917e15e5593715 [diff] |
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>