commit | 3fb72c2260c0ef0bdf9267aea2df7b3f9b076465 | [log] [tgz] |
---|---|---|
author | Zexi Yu <yuzexi@hisilicon.com> | Sat Mar 25 10:21:42 2023 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Apr 05 08:48:04 2023 +0200 |
tree | 0452eb37966b5157a57878f4c6b2d14f122cf354 | |
parent | 163a7c9e88aa0af3318d2552e79145c22a1f7339 [diff] |
drivers: crypto: add support for SM2_DSA_SM3 Adds TEE_TYPE_SM2_DSA_SM3_PUBLIC_KEY to drvcrypt_asym_alloc_ecc_public_key() and adds TEE_TYPE_SM2_DSA_SM3_KEYPAIR to drvcrypt_asym_alloc_ecc_keypair(). Adds support for TEE_MAIN_ALGO_SM2_DSA_SM3 in ecc_sign and ecc_verify. Signed-off-by: Zexi Yu <yuzexi@hisilicon.com> Acked-by: Jens Wiklander <jens.wiklander@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