Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-10 | crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layer | Ard Biesheuvel | |
This removes all the boilerplate from the existing implementation, and replaces it with calls into the base layer. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||
2014-05-14 | arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions | Ard Biesheuvel | |
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> |