X509DsaParameters Struct Reference

DSA domain parameters. More...

#include <x509_common.h>

Data Fields

const uint8_t * p
 
size_t pLen
 
const uint8_t * q
 
size_t qLen
 
const uint8_t * g
 
size_t gLen
 

Detailed Description

DSA domain parameters.

Definition at line 662 of file x509_common.h.

Field Documentation

◆ g

const uint8_t* g

Definition at line 668 of file x509_common.h.

◆ gLen

size_t gLen

Definition at line 669 of file x509_common.h.

◆ p

const uint8_t* p

Definition at line 664 of file x509_common.h.

◆ pLen

size_t pLen

Definition at line 665 of file x509_common.h.

◆ q

const uint8_t* q

Definition at line 666 of file x509_common.h.

◆ qLen

size_t qLen

Definition at line 667 of file x509_common.h.


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