iPXE
tlskey_hello Struct Reference

A ClientHello or ServerHello handshake record prefix of interest. More...

Data Fields

uint8_t type
uint8_t length [3]
uint16_t version
struct tls_random random

Detailed Description

A ClientHello or ServerHello handshake record prefix of interest.

Definition at line 279 of file tlskey.c.

Field Documentation

◆ type

uint8_t tlskey_hello::type

Definition at line 280 of file tlskey.c.

◆ length

uint8_t tlskey_hello::length[3]

Definition at line 281 of file tlskey.c.

◆ version

uint16_t tlskey_hello::version

Definition at line 282 of file tlskey.c.

◆ random

struct tls_random tlskey_hello::random

Definition at line 283 of file tlskey.c.


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