commit | 92e38694f3dbc72402d0b4301b2fb3e46933e6e6 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Nov 12 15:50:57 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Nov 12 20:42:32 2020 +0100 |
tree | 46153e779b0b75c9712b8434a6767b611d0c901f | |
parent | 85f7c554920abebde72247dd50663bff7021acb5 [diff] |
core: ltc: 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