commit | f7132b5dc6e73fde7ae319b61dcd500b1f39f332 | [log] [tgz] |
---|---|---|
author | Jorge Ramirez-Ortiz <jorge@foundries.io> | Thu Jan 20 20:22:30 2022 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Jan 21 16:58:38 2022 |
tree | 6797a4ca78e9f22952c7dfcd16e9aadd68ea83a1 | |
parent | 0e83aead89ddccdcf1cc3b47cfa214ceb55e354c [diff] |
crypto: drivers: se050: rsa: sign_ssa error handling SE NVM keys shall only be deleted using either the pkcs#11 interface (if the key was created by pkcs#11) or the free_keypair crypto API interface and never as a result of some error handling operation. Notice that calling free_keypair will invalidate any copy made of that keypair since the keypair for a SE only holds a handle to the key stored in the SE NVM. Fixes: a3ca687d03b4 ("drivers: implement se050 driver") Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-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