Structure storing key attributes. More...
Structure storing key attributes.
Definition at line 48 of file crypto_struct.h.
#include <crypto_struct.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 50 of file crypto_struct.h.
psa_key_id_t psa_key_attributes_s::id |
Key identifier.
Definition at line 52 of file crypto_struct.h.
psa_key_lifetime_t psa_key_attributes_s::lifetime |
Lifetime of key.
Definition at line 51 of file crypto_struct.h.
psa_key_policy_t psa_key_attributes_s::policy |
Key usage policy.
Definition at line 53 of file crypto_struct.h.
psa_key_type_t psa_key_attributes_s::type |
Type of key.
Definition at line 49 of file crypto_struct.h.