Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement interruptible ECC Export Public Key (Complete / Tests) #9648

Open
paul-elliott-arm opened this issue Sep 27, 2024 · 0 comments
Open
Labels
component-psa PSA keystore/dispatch layer (storage, drivers, …) enhancement size-m Estimated task size: medium (~1w)

Comments

@paul-elliott-arm
Copy link
Member

paul-elliott-arm commented Sep 27, 2024

Stage 3 of implementing interruptible ECC export public key.

This should involve implementing psa_export_public_key_iop_complete() and include any testing that we can do of this function to ensure it is functionally correct. This should also include full testing of the iop export public key sequence (start / complete / abort) including testing of calling out of order and other negative tests.

Remember that abort should be called internally in case of any error.

Function prototype for reference:

psa_status_t psa_export_public_key_iop_complete(psa_export_public_key_iop_t * operation,
                                                uint8_t * data,
                                                size_t data_size,
                                                size_t * data_length);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-psa PSA keystore/dispatch layer (storage, drivers, …) enhancement size-m Estimated task size: medium (~1w)
Projects
Status: PSA Interruptible ECC (Part 2)
Development

No branches or pull requests

1 participant