mbed TLS v2.28.0
|
#include <crypto_struct.h>
Data Fields | |
uint8_t * | info |
size_t | info_length |
uint8_t | offset_in_block |
uint8_t | block_number |
unsigned int | state: 2 |
unsigned int | info_set: 1 |
uint8_t | output_block [PSA_HASH_MAX_SIZE] |
uint8_t | prk [PSA_HASH_MAX_SIZE] |
struct psa_mac_operation_s | hmac |
Definition at line 174 of file crypto_struct.h.
uint8_t psa_hkdf_key_derivation_t::block_number |
Definition at line 182 of file crypto_struct.h.
struct psa_mac_operation_s psa_hkdf_key_derivation_t::hmac |
Definition at line 187 of file crypto_struct.h.
uint8_t* psa_hkdf_key_derivation_t::info |
Definition at line 176 of file crypto_struct.h.
size_t psa_hkdf_key_derivation_t::info_length |
Definition at line 177 of file crypto_struct.h.
unsigned int psa_hkdf_key_derivation_t::info_set |
Definition at line 184 of file crypto_struct.h.
uint8_t psa_hkdf_key_derivation_t::offset_in_block |
Definition at line 181 of file crypto_struct.h.
uint8_t psa_hkdf_key_derivation_t::output_block[PSA_HASH_MAX_SIZE] |
Definition at line 185 of file crypto_struct.h.
uint8_t psa_hkdf_key_derivation_t::prk[PSA_HASH_MAX_SIZE] |
Definition at line 186 of file crypto_struct.h.
unsigned int psa_hkdf_key_derivation_t::state |
Definition at line 183 of file crypto_struct.h.