|
mbed TLS v3.1.0
|
#include <crypto_struct.h>

Data Fields | |
| uint8_t * | private_info |
| size_t | private_info_length |
| uint8_t | private_offset_in_block |
| uint8_t | private_block_number |
| unsigned int | private_state: 2 |
| unsigned int | private_info_set: 1 |
| uint8_t | private_output_block [PSA_HASH_MAX_SIZE] |
| uint8_t | private_prk [PSA_HASH_MAX_SIZE] |
| struct psa_mac_operation_s | private_hmac |
Definition at line 185 of file crypto_struct.h.
| uint8_t psa_hkdf_key_derivation_t::private_block_number |
Definition at line 193 of file crypto_struct.h.
| struct psa_mac_operation_s psa_hkdf_key_derivation_t::private_hmac |
Definition at line 198 of file crypto_struct.h.
| uint8_t* psa_hkdf_key_derivation_t::private_info |
Definition at line 187 of file crypto_struct.h.
| size_t psa_hkdf_key_derivation_t::private_info_length |
Definition at line 188 of file crypto_struct.h.
| unsigned int psa_hkdf_key_derivation_t::private_info_set |
Definition at line 195 of file crypto_struct.h.
| uint8_t psa_hkdf_key_derivation_t::private_offset_in_block |
Definition at line 192 of file crypto_struct.h.
| uint8_t psa_hkdf_key_derivation_t::private_output_block[PSA_HASH_MAX_SIZE] |
Definition at line 196 of file crypto_struct.h.
| uint8_t psa_hkdf_key_derivation_t::private_prk[PSA_HASH_MAX_SIZE] |
Definition at line 197 of file crypto_struct.h.
| unsigned int psa_hkdf_key_derivation_t::private_state |
Definition at line 194 of file crypto_struct.h.
1.8.6