SshDhGexGroup Struct Reference

Diffie-Hellman group. More...

#include <ssh.h>

Data Fields

uint_t dhModulusSize
 Length of the prime modulus, in bits. More...
 
const char_tdhParams
 Diffie-Hellman parameters (PEM format) More...
 
size_t dhParamsLen
 Length of the Diffie-Hellman parameters. More...
 

Detailed Description

Diffie-Hellman group.

Definition at line 1139 of file ssh.h.

Field Documentation

◆ dhModulusSize

uint_t dhModulusSize

Length of the prime modulus, in bits.

Definition at line 1141 of file ssh.h.

◆ dhParams

const char_t* dhParams

Diffie-Hellman parameters (PEM format)

Definition at line 1142 of file ssh.h.

◆ dhParamsLen

size_t dhParamsLen

Length of the Diffie-Hellman parameters.

Definition at line 1143 of file ssh.h.


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