Implement interruptible ECC Export Public Key (Headers) #9646
Labels
component-psa
PSA keystore/dispatch layer (storage, drivers, …)
enhancement
size-s
Estimated task size: small (~2d)
Stage 1 of implementing interruptible ECC export public key.
This should involve implementing the documentation and function headers for
psa_export_public_key_iop_setup()
,psa_export_public_key_iop_complete()
andpsa_export_public_key_iop_abort()
as well as base definition of structspsa_export_public_key_iop_t
andpsa_export_public_key_iop_s
and their corresponding initialisers. Generated files will neeed regenerating to cover these new functions and basic implementations will have to be included, as generated tests will end up calling these tests. These implementations should simply returnPSA_ERROR_NOT_IMPLEMENTED
.PSA documentation for interruptible functions here ARM-software/psa-api#199
Function prototypes for reference:
The text was updated successfully, but these errors were encountered: