TlsFfdheGroup Struct Reference
FFDHE parameters. More...
#include <tls_ffdhe.h>
Data Fields | |
| const char_t * | name |
| Group name. More... | |
| const uint8_t | p [TLS_MAX_FFDHE_MODULUS_SIZE] |
| Prime modulus. More... | |
| size_t | pLen |
| Length of the prime modulus, in bytes. More... | |
| uint8_t | g |
| Generator. More... | |
Detailed Description
FFDHE parameters.
Definition at line 57 of file tls_ffdhe.h.
Field Documentation
◆ g
| uint8_t g |
Generator.
Definition at line 62 of file tls_ffdhe.h.
◆ name
| const char_t* name |
Group name.
Definition at line 59 of file tls_ffdhe.h.
◆ p
| const uint8_t p[TLS_MAX_FFDHE_MODULUS_SIZE] |
Prime modulus.
Definition at line 60 of file tls_ffdhe.h.
◆ pLen
| size_t pLen |
Length of the prime modulus, in bytes.
Definition at line 61 of file tls_ffdhe.h.
The documentation for this struct was generated from the following file:
- cyclone_ssl/tls_ffdhe.h
