Structure storing key attributes. More...
Structure storing key attributes.
Definition at line 51 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.   | |
| psa_key_bits_t psa_key_attributes_s::bits | 
Size of key in bits.
Definition at line 53 of file attributes.h.
| psa_key_id_t psa_key_attributes_s::id | 
Key identifier.
Definition at line 55 of file attributes.h.
| psa_key_lifetime_t psa_key_attributes_s::lifetime | 
Lifetime of key.
Definition at line 54 of file attributes.h.
| psa_key_policy_t psa_key_attributes_s::policy | 
Key usage policy.
Definition at line 56 of file attributes.h.
| psa_key_type_t psa_key_attributes_s::type | 
Type of key.
Definition at line 52 of file attributes.h.