iPXE
Data Fields
tls_tx Struct Reference

TLS transmit state. More...

#include <tls.h>

Data Fields

struct tls_cipherspec_pair cipherspec
 Cipher specifications. More...
 
uint64_t seq
 Sequence number. More...
 
unsigned int pending
 Pending transmissions. More...
 
struct process process
 Transmit process. More...
 

Detailed Description

TLS transmit state.

Definition at line 350 of file tls.h.

Field Documentation

◆ cipherspec

struct tls_cipherspec_pair tls_tx::cipherspec

◆ seq

uint64_t tls_tx::seq

Sequence number.

Definition at line 354 of file tls.h.

Referenced by tls_send_plaintext(), and tls_tx_step().

◆ pending

unsigned int tls_tx::pending

Pending transmissions.

Definition at line 356 of file tls.h.

Referenced by tls_new_finished(), tls_restart(), tls_tx_step(), and tls_validator_done().

◆ process

struct process tls_tx::process

Transmit process.

Definition at line 358 of file tls.h.

Referenced by add_tls(), tls_close(), and tls_tx_resume().


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