commit | 5328dfb1a95fb060fc64ba0848c4ea776c46d4c1 | [log] [tgz] |
---|---|---|
author | Cedric Neveux <cedric.neveux@nxp.com> | Mon Nov 02 12:12:54 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Nov 16 11:20:30 2020 +0100 |
tree | ec5c5e157ddba19f5c5729812018b64a174adfab | |
parent | 884fd190e7f0bdadc6b5bf341aa9317e33bee511 [diff] |
core: ltc: change SM2 PKE to use crypto_ecc_[public/keypair]_ops Change the crypto_acipher_sm2_pke_encrypt and crypto_acipher_sm2_pke_decrypt to use the crypto_ecc_public_ops and crypto_ecc_keypair_ops methods. Signed-off-by: Cedric Neveux <cedric.neveux@nxp.com> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> 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