ReactOS 0.4.17-dev-804-g023d8af
_BCRYPT_RSAKEY_BLOB Struct Reference

#include <bcrypt.h>

Public Attributes

ULONG Magic
 
ULONG BitLength
 
ULONG cbPublicExp
 
ULONG cbModulus
 
ULONG cbPrime1
 
ULONG cbPrime2
 

Detailed Description

Definition at line 207 of file bcrypt.h.

Member Data Documentation

◆ BitLength

ULONG _BCRYPT_RSAKEY_BLOB::BitLength

Definition at line 210 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey(), key_import_pair(), test_RSA(), and test_RSA_SIGN().

◆ cbModulus

ULONG _BCRYPT_RSAKEY_BLOB::cbModulus

Definition at line 212 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey(), key_import_pair(), test_RSA(), and test_RSA_SIGN().

◆ cbPrime1

ULONG _BCRYPT_RSAKEY_BLOB::cbPrime1

Definition at line 213 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey(), test_RSA(), and test_RSA_SIGN().

◆ cbPrime2

ULONG _BCRYPT_RSAKEY_BLOB::cbPrime2

Definition at line 214 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey(), test_RSA(), and test_RSA_SIGN().

◆ cbPublicExp

ULONG _BCRYPT_RSAKEY_BLOB::cbPublicExp

Definition at line 211 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey(), key_import_pair(), test_RSA(), and test_RSA_SIGN().

◆ Magic

ULONG _BCRYPT_RSAKEY_BLOB::Magic

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