mbed TLS v3.3.0
Loading...
Searching...
No Matches
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_other_secret
 
size_t private_other_secret_length
 
uint8_t private_Ai [PSA_HASH_MAX_SIZE]
 
uint8_t private_output_block [PSA_HASH_MAX_SIZE]
 

Detailed Description

Definition at line 224 of file crypto_struct.h.

Field Documentation

◆ private_Ai

uint8_t psa_tls12_prf_key_derivation_s::private_Ai[PSA_HASH_MAX_SIZE]

Definition at line 250 of file crypto_struct.h.

◆ private_block_number

uint8_t psa_tls12_prf_key_derivation_s::private_block_number

Definition at line 235 of file crypto_struct.h.

◆ private_label

uint8_t* psa_tls12_prf_key_derivation_s::private_label

Definition at line 243 of file crypto_struct.h.

◆ private_label_length

size_t psa_tls12_prf_key_derivation_s::private_label_length

Definition at line 244 of file crypto_struct.h.

◆ private_left_in_block

uint8_t psa_tls12_prf_key_derivation_s::private_left_in_block

Definition at line 232 of file crypto_struct.h.

◆ private_other_secret

uint8_t* psa_tls12_prf_key_derivation_s::private_other_secret

Definition at line 246 of file crypto_struct.h.

◆ private_other_secret_length

size_t psa_tls12_prf_key_derivation_s::private_other_secret_length

Definition at line 247 of file crypto_struct.h.

◆ private_output_block

uint8_t psa_tls12_prf_key_derivation_s::private_output_block[PSA_HASH_MAX_SIZE]

Definition at line 253 of file crypto_struct.h.

◆ private_secret

uint8_t* psa_tls12_prf_key_derivation_s::private_secret

Definition at line 239 of file crypto_struct.h.

◆ private_secret_length

size_t psa_tls12_prf_key_derivation_s::private_secret_length

Definition at line 240 of file crypto_struct.h.

◆ private_seed

uint8_t* psa_tls12_prf_key_derivation_s::private_seed

Definition at line 241 of file crypto_struct.h.

◆ private_seed_length

size_t psa_tls12_prf_key_derivation_s::private_seed_length

Definition at line 242 of file crypto_struct.h.

◆ private_state

psa_tls12_prf_key_derivation_state_t psa_tls12_prf_key_derivation_s::private_state

Definition at line 237 of file crypto_struct.h.


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