ReactOS 0.4.16-dev-1515-g853b446
|
#include <wincrypt.h>
Public Attributes | |
DWORD | magic |
DWORD | bitlen |
DWORD | pubexp |
Definition at line 151 of file wincrypt.h.
DWORD _RSAPUBKEY::bitlen |
Definition at line 153 of file wincrypt.h.
Referenced by CertComparePublicKeyInfo(), CertGetPublicKeyLength(), CRYPT_AsnDecodeRsaPrivKey(), CRYPT_AsnDecodeRsaPubKey(), CRYPT_AsnEncodeRsaPubKey(), crypt_export_private_key(), crypt_export_public_key(), import_private_key(), import_public_key(), test_decodeRsaPrivateKey(), test_decodeRsaPublicKey(), test_encodeRsaPublicKey(), and test_import_private().
DWORD _RSAPUBKEY::magic |
Definition at line 152 of file wincrypt.h.
Referenced by CRYPT_AsnDecodeRsaPrivKey(), CRYPT_AsnDecodeRsaPubKey(), crypt_export_private_key(), crypt_export_public_key(), import_private_key(), import_public_key(), test_decodeRsaPrivateKey(), test_decodeRsaPublicKey(), and test_encodeRsaPublicKey().
DWORD _RSAPUBKEY::pubexp |
Definition at line 154 of file wincrypt.h.
Referenced by CertComparePublicKeyInfo(), CRYPT_AsnDecodeRsaPrivKey(), CRYPT_AsnDecodeRsaPubKey(), CRYPT_AsnEncodeRsaPubKey(), crypt_export_private_key(), crypt_export_public_key(), import_private_key(), import_public_key(), test_decodeRsaPrivateKey(), test_decodeRsaPublicKey(), and test_encodeRsaPublicKey().