commit | 6eaf556ae4e655608231f08c7dbac7d0e1ac4efb | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Nov 12 15:51:03 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Nov 12 20:42:32 2020 +0100 |
tree | c65eaa569bcdef9331567842abfb894a09bb58ea | |
parent | 1ab1ebd8c13a4372f4e32c627c2b7c87b488fe3a [diff] |
drivers: caam: do_free_keypair(): add missing free for key->dq The do_free_keypair() function lacks a call to crypto_bignum_free() for the dq member of the key. Add it. Fixes: a1d5c81f8834 ("crypto: add function to free rsa keypair") 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