IkeDhGroup Struct Reference

Diffie-Hellman group. More...

#include <ike_dh_groups.h>

Data Fields

const char_tname
 Group name. More...
 
const uint8_t p [IKE_MAX_DH_MODULUS_SIZE/8]
 Prime modulus. More...
 
size_t pLen
 Length of the prime modulus, in bytes. More...
 
uint8_t g
 Generator. More...
 

Detailed Description

Diffie-Hellman group.

Definition at line 48 of file ike_dh_groups.h.

Field Documentation

◆ g

uint8_t g

Generator.

Definition at line 53 of file ike_dh_groups.h.

◆ name

const char_t* name

Group name.

Definition at line 50 of file ike_dh_groups.h.

◆ p

const uint8_t p[IKE_MAX_DH_MODULUS_SIZE/8]

Prime modulus.

Definition at line 51 of file ike_dh_groups.h.

◆ pLen

size_t pLen

Length of the prime modulus, in bytes.

Definition at line 52 of file ike_dh_groups.h.


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