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 Key Generation (driver wrappers) #9645

Open
paul-elliott-arm opened this issue Sep 27, 2024 · 0 comments
Open

Implement interruptible ECC Key Generation (driver wrappers) #9645

paul-elliott-arm opened this issue Sep 27, 2024 · 0 comments
Labels
component-psa PSA keystore/dispatch layer (storage, drivers, …) enhancement size-s Estimated task size: small (~2d)

Comments

@paul-elliott-arm
Copy link
Member

paul-elliott-arm commented Sep 27, 2024

Stage 4 of implementing interruptible ECC key generation.

Finally implement driver wrappers for the already defined functions ( psa_generate_key_iop_setup(), psa_generate_key_iop_complete() and psa_generate_key_iop_abort() as well as psa_generate_key_iop_get_num_ops())

Driver wrappers should call the internal implementations but allow space for driver dispatch should a driver be available.

@paul-elliott-arm paul-elliott-arm added enhancement component-psa PSA keystore/dispatch layer (storage, drivers, …) size-s Estimated task size: small (~2d) labels Sep 27, 2024
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-s Estimated task size: small (~2d)
Projects
Status: PSA Interruptible ECC (Part 2)
Development

No branches or pull requests

1 participant