iPXE
tls_named_group Struct Reference

A TLS named group. More...

#include <tls.h>

Data Fields

struct exchange_algorithmexchange
 Key exchange algorithm.
uint16_t code
 Numeric code (in network-endian order).

Detailed Description

A TLS named group.

Definition at line 254 of file tls.h.

Field Documentation

◆ exchange

struct exchange_algorithm* tls_named_group::exchange

Key exchange algorithm.

Definition at line 256 of file tls.h.

◆ code

uint16_t tls_named_group::code

Numeric code (in network-endian order).

Definition at line 258 of file tls.h.


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