mbed TLS v3.1.0
|
#include <crypto_struct.h>
Data Fields | |
psa_algorithm_t | private_alg |
unsigned int | private_can_output_key: 1 |
size_t | private_capacity |
union { | |
uint8_t private_dummy | |
psa_hkdf_key_derivation_t private_hkdf | |
psa_tls12_prf_key_derivation_t private_tls12_prf | |
} | private_ctx |
Definition at line 243 of file crypto_struct.h.
psa_algorithm_t psa_key_derivation_s::private_alg |
Definition at line 245 of file crypto_struct.h.
unsigned int psa_key_derivation_s::private_can_output_key |
Definition at line 246 of file crypto_struct.h.
size_t psa_key_derivation_s::private_capacity |
Definition at line 247 of file crypto_struct.h.
union { ... } psa_key_derivation_s::private_ctx |
uint8_t psa_key_derivation_s::private_dummy |
Definition at line 251 of file crypto_struct.h.
psa_hkdf_key_derivation_t psa_key_derivation_s::private_hkdf |
Definition at line 253 of file crypto_struct.h.
psa_tls12_prf_key_derivation_t psa_key_derivation_s::private_tls12_prf |
Definition at line 257 of file crypto_struct.h.