iPXE
tls_key_share_server Union Reference

KeyShareServerHello/KeyShareHelloRetryRequest combined descriptor. More...

#include <tlsfmt.h>

Data Fields

uint16_t * group
 Named group (present in both).
struct tls_key_share_hello_retry_request hrr
 KeyShareHelloRetryRequest descriptor.
struct tls_key_share_server_hello hello
 KeyShareServerHello descriptor.
union tls_ptr_len desc [0]
 Raw pointer/length array.

Detailed Description

KeyShareServerHello/KeyShareHelloRetryRequest combined descriptor.

Definition at line 542 of file tlsfmt.h.

Field Documentation

◆ group

uint16_t* tls_key_share_server::group

Named group (present in both).

Definition at line 544 of file tlsfmt.h.

◆ hrr

struct tls_key_share_hello_retry_request tls_key_share_server::hrr

KeyShareHelloRetryRequest descriptor.

Definition at line 546 of file tlsfmt.h.

◆ hello

struct tls_key_share_server_hello tls_key_share_server::hello

KeyShareServerHello descriptor.

Definition at line 548 of file tlsfmt.h.

◆ desc

union tls_ptr_len tls_key_share_server::desc[0]

Raw pointer/length array.

Definition at line 550 of file tlsfmt.h.


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