added lifetime paramter to psa_drv_se_import_key_t as the SE needs to know this

This commit is contained in:
Derek Miller 2019-02-15 17:08:27 -06:00
parent ea743cf6b0
commit 0972fe548c

View file

@ -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,