Key derivation: export secret key from secure element #5482
Labels
component-psa
PSA keystore/dispatch layer (storage, drivers, …)
enhancement
size-s
Estimated task size: small (~2d)
This a step towards the implementation of the interface for key derivation drivers introduced in #5451. The goal of this issue is to implement the simple case of key derivation with a secret in a secure element, by exporting the key from the secure element.
psa_key_derivation_input_key
to export the key, if it's in a secure element.export_key
entry point.(Deriving a key in a secure element without exporting it will be implemented later in #5486.)
The text was updated successfully, but these errors were encountered: