Loading...
Searching...
No Matches
psa_key_attributes_s Struct Reference

Structure storing key attributes. More...

Detailed Description

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.
 

Field Documentation

◆ bits

psa_key_bits_t psa_key_attributes_s::bits

Size of key in bits.

Definition at line 50 of file crypto_struct.h.

◆ id

psa_key_id_t psa_key_attributes_s::id

Key identifier.

Definition at line 52 of file crypto_struct.h.

◆ lifetime

psa_key_lifetime_t psa_key_attributes_s::lifetime

Lifetime of key.

Definition at line 51 of file crypto_struct.h.

◆ policy

psa_key_policy_t psa_key_attributes_s::policy

Key usage policy.

Definition at line 53 of file crypto_struct.h.

◆ type

psa_key_type_t psa_key_attributes_s::type

Type of key.

Definition at line 49 of file crypto_struct.h.


The documentation for this struct was generated from the following file: