mbed TLS v2.28.2
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
 
void * domain_parameters
 
size_t domain_parameters_size
 

Detailed Description

Definition at line 322 of file crypto_struct.h.

Field Documentation

◆ core

psa_core_key_attributes_t psa_key_attributes_s::core

◆ domain_parameters

void* psa_key_attributes_s::domain_parameters

Definition at line 328 of file crypto_struct.h.

Referenced by psa_set_key_type().

◆ domain_parameters_size

size_t psa_key_attributes_s::domain_parameters_size

Definition at line 329 of file crypto_struct.h.


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