iPXE
tls_server_key_exchange_dhe Struct Reference

ServerKeyExchange descriptor (for DHE). More...

#include <tlsfmt.h>

Data Fields

struct tls_cursor dh_p
 Prime modulus.
struct tls_cursor dh_g
 Generator.
struct tls_cursor dh_ys
 Public key.
struct tls_cursor dsig
 Signature.

Detailed Description

ServerKeyExchange descriptor (for DHE).

Definition at line 503 of file tlsfmt.h.

Field Documentation

◆ dh_p

struct tls_cursor tls_server_key_exchange_dhe::dh_p

Prime modulus.

Definition at line 505 of file tlsfmt.h.

Referenced by tls_parse_dhe().

◆ dh_g

struct tls_cursor tls_server_key_exchange_dhe::dh_g

Generator.

Definition at line 507 of file tlsfmt.h.

Referenced by tls_parse_dhe().

◆ dh_ys

struct tls_cursor tls_server_key_exchange_dhe::dh_ys

Public key.

Definition at line 509 of file tlsfmt.h.

Referenced by tls_parse_dhe().

◆ dsig

struct tls_cursor tls_server_key_exchange_dhe::dsig

Signature.

Definition at line 511 of file tlsfmt.h.

Referenced by tls_parse_dhe().


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