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...
 
uint8_t format
 Curve point format byte (if any) More...
 
uint8_t pre_master_secret_len
 Pre-master secret length. More...
 

Detailed Description

A TLS named curve.

Definition at line 227 of file tls.h.

Field Documentation

◆ curve

struct elliptic_curve* tls_named_curve::curve

Elliptic curve.

Definition at line 229 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 231 of file tls.h.

◆ format

uint8_t tls_named_curve::format

Curve point format byte (if any)

Definition at line 233 of file tls.h.

Referenced by tls_send_client_key_exchange_ecdhe().

◆ pre_master_secret_len

uint8_t tls_named_curve::pre_master_secret_len

Pre-master secret length.

Definition at line 235 of file tls.h.

Referenced by tls_send_client_key_exchange_ecdhe().


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