Implement interruptible ECC Export Public Key (Setup / Abort) #9647
Labels
component-psa
PSA keystore/dispatch layer (storage, drivers, …)
enhancement
size-s
Estimated task size: small (~2d)
Stage 2 of implementing interruptible ECC export public key.
This should involve implementing
psa_export_public_key_iop_setup()
andpsa_export_public_key_iop_abort()
and include any testing that we can do of the above two functions to ensure they are functionally correct.Remember that abort should be called internally in case of any error.
Function prototypes for reference:
The text was updated successfully, but these errors were encountered: