![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Data Fields | |
int32_t | owner |
psa_key_handle_t | handle |
uint8_t | in_use |
Definition at line 21 of file crypto_key.c.
psa_key_handle_t handle |
Allocated handle
Definition at line 23 of file crypto_key.c.
uint8_t in_use |
Flag to indicate if this in use
Definition at line 24 of file crypto_key.c.
int32_t owner |
Owner of the allocated handle
Definition at line 22 of file crypto_key.c.