Structure storing key attributes. More...
Structure storing key attributes.
Definition at line 52 of file attributes.h.
#include <attributes.h>
Data Fields | |
psa_key_type_t | type |
Type of key. | |
psa_key_bits_t | bits |
Size of key in bits. | |
psa_key_lifetime_t | lifetime |
Lifetime of key. | |
psa_key_id_t | id |
Key identifier. | |
psa_key_policy_t | policy |
Key usage policy. | |