commit | bfedef0ce2d8851799a8b4075cf6a344ac159d27 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Fri Mar 10 12:30:06 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Mar 17 14:28:11 2023 +0100 |
tree | cc52b18734421b1a23f0a31a6da88944f7796198 | |
parent | 2be3770e85826ae69748fc3e68920d7293a98c5d [diff] |
core: arm64: SHA-3 using ARMv8.2-A cryptographic extensions Import SHA-3 assembly code from the Linux kernel (Linaro contribution). Enabled with CFG_CRYPTO_SHA3_ARM_CE=y, set by default if CFG_CRYPTO_WITH_CE82=y. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers