mbedtls
mbedtls copied to clipboard
Implement interruptible ECC Export Public Key (driver wrappers)
Stage 5 of implementing interruptible ECC export public key.
Finally implement driver wrappers for the already defined functions ( psa_export_public_key_iop_setup()
, psa_export_public_key_iop_complete()
and psa_export_public_key_iop_abort()
as well as psa_export_public_key_iop_get_num_ops()
)
Driver wrappers should call the internal implementations but allow space for driver dispatch should a driver be available.