iPXE
Data Fields
tls_verify_data Struct Reference

TLS verification data. More...

#include <tls.h>

Data Fields

uint8_t client [12]
 Client verification data. More...
 
uint8_t server [12]
 Server verification data. More...
 

Detailed Description

TLS verification data.

Definition at line 150 of file tls.h.

Field Documentation

◆ client

uint8_t tls_verify_data::client[12]

Client verification data.

Definition at line 152 of file tls.h.

Referenced by tls_client_hello(), and tls_send_finished().

◆ server

uint8_t tls_verify_data::server[12]

Server verification data.

Definition at line 154 of file tls.h.

Referenced by tls_new_finished().


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