commit | 1ab1ebd8c13a4372f4e32c627c2b7c87b488fe3a | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Nov 12 15:51:01 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Nov 12 20:42:32 2020 +0100 |
tree | 3794cddcc5dd6ab8a8e74d09d8bbda346971f5c1 | |
parent | 5118efbe82358fd69fda6e0158a30e59f59ba09d [diff] |
core: libmbedtls: use crypto_acipher_free_rsa_keypair() instead of open-coding There is a function to free an RSA keypair, use it instead of duplicating the code. Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-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