commit | 2234f3c9185ae9c65d8bec07d442781c66d33041 | [log] [tgz] |
---|---|---|
author | Jorge Ramirez-Ortiz <jorge@foundries.io> | Thu Jan 26 19:29:03 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Feb 02 09:34:08 2023 +0100 |
tree | 3f31d34a67202ca4de88bb9db5f540dce6169837 | |
parent | 26653d8fcc0e376b92c14858a8e1f309b9c64343 [diff] |
versal: enable the crypto driver The crypto driver API provides an extra indirection level to enable different ciphers. Since Versal ACAP supports acipher and authenc, enable them. Falling-back to software operations (RSA sign/verify) triggers a fault detection; we will disable this config while a solution is found. Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@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