ReactOS 0.4.17-dev-804-g023d8af
_BCRYPT_DSA_KEY_BLOB Struct Reference

#include <bcrypt.h>

Public Attributes

ULONG dwMagic
 
ULONG cbKey
 
UCHAR Count [4]
 
UCHAR Seed [20]
 
UCHAR q [20]
 

Detailed Description

Definition at line 244 of file bcrypt.h.

Member Data Documentation

◆ cbKey

ULONG _BCRYPT_DSA_KEY_BLOB::cbKey

Definition at line 247 of file bcrypt.h.

Referenced by key_import_pair(), and test_DSA().

◆ Count

UCHAR _BCRYPT_DSA_KEY_BLOB::Count[4]

Definition at line 248 of file bcrypt.h.

◆ dwMagic

ULONG _BCRYPT_DSA_KEY_BLOB::dwMagic

Definition at line 246 of file bcrypt.h.

Referenced by key_import_pair(), and test_DSA().

◆ q

UCHAR _BCRYPT_DSA_KEY_BLOB::q[20]

Definition at line 250 of file bcrypt.h.

◆ Seed

UCHAR _BCRYPT_DSA_KEY_BLOB::Seed[20]

Definition at line 249 of file bcrypt.h.


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