added lifetime paramter to psa_drv_se_import_key_t as the SE needs to know this
This commit is contained in:
parent
ea743cf6b0
commit
0972fe548c
1 changed files with 1 additions and 0 deletions
|
@ -697,6 +697,7 @@ typedef struct {
|
|||
* Success.
|
||||
*/
|
||||
typedef psa_status_t (*psa_drv_se_import_key_t)(psa_key_slot_number_t key_slot,
|
||||
psa_key_lifetime_t lifetime,
|
||||
psa_key_type_t type,
|
||||
psa_algorithm_t algorithm,
|
||||
psa_key_usage_t usage,
|
||||
|
|
Loading…
Reference in a new issue