|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include <bcrypt.h>
Public Attributes | |
| ULONG | Magic |
| ULONG | BitLength |
| ULONG | cbPublicExp |
| ULONG | cbModulus |
| ULONG | cbPrime1 |
| ULONG | cbPrime2 |
| ULONG _BCRYPT_RSAKEY_BLOB::BitLength |
Definition at line 293 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey().
| ULONG _BCRYPT_RSAKEY_BLOB::cbModulus |
Definition at line 295 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey().
| ULONG _BCRYPT_RSAKEY_BLOB::cbPrime1 |
Definition at line 296 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey().
| ULONG _BCRYPT_RSAKEY_BLOB::cbPrime2 |
Definition at line 297 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey().
| ULONG _BCRYPT_RSAKEY_BLOB::cbPublicExp |
Definition at line 294 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey().
| ULONG _BCRYPT_RSAKEY_BLOB::Magic |
Definition at line 292 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey().