mbed TLS v2.24.0
|
#include <crypto_struct.h>
Data Fields | |
uint8_t * | info |
size_t | info_length |
psa_hmac_internal_data | hmac |
uint8_t | prk [PSA_HASH_MAX_SIZE] |
uint8_t | output_block [PSA_HASH_MAX_SIZE] |
uint8_t | offset_in_block |
uint8_t | block_number |
unsigned int | state: 2 |
unsigned int | info_set: 1 |
Definition at line 199 of file crypto_struct.h.
uint8_t psa_hkdf_key_derivation_t::block_number |
Definition at line 210 of file crypto_struct.h.
psa_hmac_internal_data psa_hkdf_key_derivation_t::hmac |
Definition at line 203 of file crypto_struct.h.
uint8_t* psa_hkdf_key_derivation_t::info |
Definition at line 201 of file crypto_struct.h.
size_t psa_hkdf_key_derivation_t::info_length |
Definition at line 202 of file crypto_struct.h.
unsigned int psa_hkdf_key_derivation_t::info_set |
Definition at line 212 of file crypto_struct.h.
uint8_t psa_hkdf_key_derivation_t::offset_in_block |
Definition at line 209 of file crypto_struct.h.
uint8_t psa_hkdf_key_derivation_t::output_block[PSA_HASH_MAX_SIZE] |
Definition at line 205 of file crypto_struct.h.
uint8_t psa_hkdf_key_derivation_t::prk[PSA_HASH_MAX_SIZE] |
Definition at line 204 of file crypto_struct.h.
unsigned int psa_hkdf_key_derivation_t::state |
Definition at line 211 of file crypto_struct.h.