commit | f4f85ac774af1653362ab4ab4df2a43f2cc04154 | [log] [tgz] |
---|---|---|
author | Zexi Yu <yuzexi@hisilicon.com> | Mon Feb 27 16:00:15 2023 +0800 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Mon Mar 06 07:52:57 2023 +0100 |
tree | b4296f6ab61901d69a673991475c18bc27c83c5a | |
parent | 769cbbd704592f9fa940f52dabb0511ff10cf78a [diff] |
drivers: crypto: add SM2 ECC encrypt and decrypt Adds operation handlers for decryption with ECC public keys and encryption with ECC private keys and implements SM2 curves asymmetric ciphering. Signed-off-by: Zexi Yu <yuzexi@hisilicon.com> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Clement Faure <clement.faure@nxp.com>
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