iPXE
tls_session_id Struct Reference

A TLS session ID. More...

#include <tls.h>

Data Fields

uint8_t data [32]
 ID.
uint8_t len
 Length of ID.

Detailed Description

A TLS session ID.

Definition at line 348 of file tls.h.

Field Documentation

◆ data

uint8_t tls_session_id::data[32]

ID.

Definition at line 350 of file tls.h.

Referenced by tls_client_hello(), tls_new_server_hello(), tls_resume(), tls_save(), and tls_session().

◆ len

uint8_t tls_session_id::len

Length of ID.

Definition at line 352 of file tls.h.

Referenced by tls_client_hello(), tls_establish(), tls_new_server_hello(), tls_resume(), tls_save(), and tls_session().


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