|
iPXE
|
ServerKeyExchange descriptor (for ECDHE). More...
#include <tlsfmt.h>
Data Fields | |
| struct { | |
| uint8_t type | |
| Curve type. More... | |
| uint16_t group | |
| Named group. More... | |
| } * | curve |
| Curve parameters. | |
| struct tls_cursor | point |
| Curve point. | |
| struct tls_cursor | dsig |
| Signature. | |
| uint8_t tls_server_key_exchange_ecdhe::type |
Curve type.
Definition at line 519 of file tlsfmt.h.
Referenced by tls_parse_ecdhe(), and tlsfmt_test_exec().
| uint16_t tls_server_key_exchange_ecdhe::group |
Named group.
Definition at line 521 of file tlsfmt.h.
Referenced by tls_parse_ecdhe(), and tlsfmt_test_exec().
| struct { ... } * tls_server_key_exchange_ecdhe::curve |
Curve parameters.
Referenced by tls_parse_ecdhe(), and tlsfmt_test_exec().
| struct tls_cursor tls_server_key_exchange_ecdhe::point |
Curve point.
Definition at line 524 of file tlsfmt.h.
Referenced by tls_parse_ecdhe(), and tlsfmt_test_exec().
| struct tls_cursor tls_server_key_exchange_ecdhe::dsig |
Signature.
Definition at line 526 of file tlsfmt.h.
Referenced by tls_parse_ecdhe(), and tlsfmt_test_exec().