iPXE
Data Fields
tls_named_curve Struct Reference

A TLS named curve. More...

#include <tls.h>

Data Fields

struct elliptic_curvecurve
 Elliptic curve. More...
 
uint16_t code
 Numeric code (in network-endian order) More...
 

Detailed Description

A TLS named curve.

Definition at line 222 of file tls.h.

Field Documentation

◆ curve

struct elliptic_curve* tls_named_curve::curve

Elliptic curve.

Definition at line 224 of file tls.h.

Referenced by tls_client_hello(), tls_find_named_curve(), and tls_send_client_key_exchange_ecdhe().

◆ code

uint16_t tls_named_curve::code

Numeric code (in network-endian order)

Definition at line 226 of file tls.h.


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