ReactOS 0.4.15-dev-7842-g558ab78
_CERT_DSS_PARAMETERS Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CERT_DSS_PARAMETERS:

Public Attributes

CRYPT_UINT_BLOB p
 
CRYPT_UINT_BLOB q
 
CRYPT_UINT_BLOB g
 

Detailed Description

Definition at line 634 of file wincrypt.h.

Member Data Documentation

◆ g

CRYPT_UINT_BLOB _CERT_DSS_PARAMETERS::g

Definition at line 637 of file wincrypt.h.

◆ p

CRYPT_UINT_BLOB _CERT_DSS_PARAMETERS::p

Definition at line 635 of file wincrypt.h.

◆ q

CRYPT_UINT_BLOB _CERT_DSS_PARAMETERS::q

Definition at line 636 of file wincrypt.h.


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