ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <wincrypt.h>
Public Attributes | |
DWORD | magic |
DWORD | bitlen |
DWORD | pubexp |
Definition at line 142 of file wincrypt.h.
DWORD _RSAPUBKEY::bitlen |
Definition at line 144 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 143 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 145 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().