mbed TLS v2.24.0
Data Fields
psa_key_attributes_s Struct Reference

#include <crypto_struct.h>

Collaboration diagram for psa_key_attributes_s:
Collaboration graph
[legend]

Data Fields

psa_core_key_attributes_t core
 
psa_key_slot_number_t slot_number
 
void * domain_parameters
 
size_t domain_parameters_size
 

Detailed Description

Definition at line 340 of file crypto_struct.h.

Field Documentation

psa_core_key_attributes_t psa_key_attributes_s::core
void* psa_key_attributes_s::domain_parameters

Definition at line 346 of file crypto_struct.h.

Referenced by psa_set_key_type().

size_t psa_key_attributes_s::domain_parameters_size

Definition at line 347 of file crypto_struct.h.

psa_key_slot_number_t psa_key_attributes_s::slot_number

Definition at line 344 of file crypto_struct.h.

Referenced by psa_set_key_slot_number().


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