Mbed TLS v2.28.9
|
#include <crypto_struct.h>
Data Fields | |
uint8_t | left_in_block |
uint8_t | block_number |
psa_tls12_prf_key_derivation_state_t | state |
uint8_t * | secret |
size_t | secret_length |
uint8_t * | seed |
size_t | seed_length |
uint8_t * | label |
size_t | label_length |
uint8_t | Ai [PSA_HASH_MAX_SIZE] |
uint8_t | output_block [PSA_HASH_MAX_SIZE] |
Definition at line 183 of file crypto_struct.h.
uint8_t psa_tls12_prf_key_derivation_s::Ai[PSA_HASH_MAX_SIZE] |
Definition at line 204 of file crypto_struct.h.
uint8_t psa_tls12_prf_key_derivation_s::block_number |
Definition at line 193 of file crypto_struct.h.
uint8_t* psa_tls12_prf_key_derivation_s::label |
Definition at line 201 of file crypto_struct.h.
size_t psa_tls12_prf_key_derivation_s::label_length |
Definition at line 202 of file crypto_struct.h.
uint8_t psa_tls12_prf_key_derivation_s::left_in_block |
Definition at line 190 of file crypto_struct.h.
uint8_t psa_tls12_prf_key_derivation_s::output_block[PSA_HASH_MAX_SIZE] |
Definition at line 207 of file crypto_struct.h.
uint8_t* psa_tls12_prf_key_derivation_s::secret |
Definition at line 197 of file crypto_struct.h.
size_t psa_tls12_prf_key_derivation_s::secret_length |
Definition at line 198 of file crypto_struct.h.
uint8_t* psa_tls12_prf_key_derivation_s::seed |
Definition at line 199 of file crypto_struct.h.
size_t psa_tls12_prf_key_derivation_s::seed_length |
Definition at line 200 of file crypto_struct.h.
psa_tls12_prf_key_derivation_state_t psa_tls12_prf_key_derivation_s::state |
Definition at line 195 of file crypto_struct.h.