mbed TLS v3.1.0
Data Fields
psa_tls12_prf_key_derivation_s Struct Reference

#include <crypto_struct.h>

Data Fields

uint8_t private_left_in_block
 
uint8_t private_block_number
 
psa_tls12_prf_key_derivation_state_t private_state
 
uint8_t * private_secret
 
size_t private_secret_length
 
uint8_t * private_seed
 
size_t private_seed_length
 
uint8_t * private_label
 
size_t private_label_length
 
uint8_t private_Ai [PSA_HASH_MAX_SIZE]
 
uint8_t private_output_block [PSA_HASH_MAX_SIZE]
 

Detailed Description

Definition at line 213 of file crypto_struct.h.

Field Documentation

uint8_t psa_tls12_prf_key_derivation_s::private_Ai[PSA_HASH_MAX_SIZE]

Definition at line 235 of file crypto_struct.h.

uint8_t psa_tls12_prf_key_derivation_s::private_block_number

Definition at line 224 of file crypto_struct.h.

uint8_t* psa_tls12_prf_key_derivation_s::private_label

Definition at line 232 of file crypto_struct.h.

size_t psa_tls12_prf_key_derivation_s::private_label_length

Definition at line 233 of file crypto_struct.h.

uint8_t psa_tls12_prf_key_derivation_s::private_left_in_block

Definition at line 221 of file crypto_struct.h.

uint8_t psa_tls12_prf_key_derivation_s::private_output_block[PSA_HASH_MAX_SIZE]

Definition at line 238 of file crypto_struct.h.

uint8_t* psa_tls12_prf_key_derivation_s::private_secret

Definition at line 228 of file crypto_struct.h.

size_t psa_tls12_prf_key_derivation_s::private_secret_length

Definition at line 229 of file crypto_struct.h.

uint8_t* psa_tls12_prf_key_derivation_s::private_seed

Definition at line 230 of file crypto_struct.h.

size_t psa_tls12_prf_key_derivation_s::private_seed_length

Definition at line 231 of file crypto_struct.h.

psa_tls12_prf_key_derivation_state_t psa_tls12_prf_key_derivation_s::private_state

Definition at line 226 of file crypto_struct.h.


The documentation for this struct was generated from the following file: