commit | b3d204fa68a36fda363ab8eff560ae8ce6acc9ff | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Nov 12 15:51:05 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Nov 12 20:42:32 2020 +0100 |
tree | 2763497ae4a95d4b1c8e296121de4977dca77033 | |
parent | 6eaf556ae4e655608231f08c7dbac7d0e1ac4efb [diff] |
drivers: caam: use do_free_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