|
ReactOS 0.4.17-dev-804-g023d8af
|
#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 210 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey(), key_import_pair(), test_RSA(), and test_RSA_SIGN().
| 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().
| ULONG _BCRYPT_RSAKEY_BLOB::cbPrime1 |
Definition at line 213 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey(), test_RSA(), and test_RSA_SIGN().
| ULONG _BCRYPT_RSAKEY_BLOB::cbPrime2 |
Definition at line 214 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey(), test_RSA(), and test_RSA_SIGN().
| 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().
| ULONG _BCRYPT_RSAKEY_BLOB::Magic |
Definition at line 209 of file bcrypt.h.
Referenced by CNG_ImportRSAPubKey(), convert_legacy_rsaprivate_blob(), key_import_pair(), test_RSA(), and test_RSA_SIGN().