Mbed TLS v3.5.2
Loading...
Searching...
No Matches
Data Fields
psa_core_key_attributes_t Struct Reference

#include <crypto_struct.h>

Collaboration diagram for psa_core_key_attributes_t:
Collaboration graph
[legend]

Data Fields

psa_key_type_t private_type
 
psa_key_bits_t private_bits
 
psa_key_lifetime_t private_lifetime
 
mbedtls_svc_key_id_t private_id
 
psa_key_policy_t private_policy
 
psa_key_attributes_flag_t private_flags
 

Detailed Description

Definition at line 233 of file crypto_struct.h.

Field Documentation

◆ private_bits

psa_key_bits_t psa_core_key_attributes_t::private_bits

Definition at line 235 of file crypto_struct.h.

◆ private_flags

psa_key_attributes_flag_t psa_core_key_attributes_t::private_flags

Definition at line 239 of file crypto_struct.h.

◆ private_id

mbedtls_svc_key_id_t psa_core_key_attributes_t::private_id

Definition at line 237 of file crypto_struct.h.

◆ private_lifetime

psa_key_lifetime_t psa_core_key_attributes_t::private_lifetime

Definition at line 236 of file crypto_struct.h.

◆ private_policy

psa_key_policy_t psa_core_key_attributes_t::private_policy

Definition at line 238 of file crypto_struct.h.

◆ private_type

psa_key_type_t psa_core_key_attributes_t::private_type

Definition at line 234 of file crypto_struct.h.


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