iPXE
|
A TLS named curve. More...
#include <tls.h>
Data Fields | |
struct elliptic_curve * | curve |
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... | |
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().
uint16_t tls_named_curve::code |
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().
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().