iPXE
tls_tx Struct Reference

TLS transmit state. More...

#include <tls.h>

Data Fields

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

Detailed Description

TLS transmit state.

Definition at line 372 of file tls.h.

Field Documentation

◆ cipherspec

◆ seq

uint64_t tls_tx::seq

Sequence number.

Definition at line 376 of file tls.h.

Referenced by tls_send_record(), and tls_tx_step().

◆ pending

unsigned int tls_tx::pending

Pending transmissions.

Definition at line 378 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 380 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: