iPXE
Data Fields
tls_auth_header Struct Reference

TLS authentication header. More...

#include <tls.h>

Data Fields

uint64_t seq
 Sequence number. More...
 
struct tls_header header
 TLS header. More...
 

Detailed Description

TLS authentication header.

Definition at line 142 of file tls.h.

Field Documentation

◆ seq

uint64_t tls_auth_header::seq

Sequence number.

Definition at line 144 of file tls.h.

Referenced by tls_new_ciphertext(), and tls_send_plaintext().

◆ header

struct tls_header tls_auth_header::header

TLS header.

Definition at line 146 of file tls.h.

Referenced by tls_new_ciphertext(), and tls_send_plaintext().


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