ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <crypt.h>
Public Attributes | |
DWORD | dwMagic |
LONG | refcount |
HMODULE | hModule |
PPROVFUNCS | pFuncs |
HCRYPTPROV | hPrivate |
PVTableProvStruc | pVTable |
DWORD tagCRYPTPROV::dwMagic |
Definition at line 67 of file crypt.h.
Referenced by CRYPT_LoadProvider(), CryptAcquireContextW(), CryptContextAddRef(), CryptCreateHash(), CryptDeriveKey(), CryptDuplicateHash(), CryptDuplicateKey(), CryptGenKey(), CryptGenRandom(), CryptGetProvParam(), CryptGetUserKey(), CryptImportKey(), CryptReleaseContext(), and CryptSetProvParam().
HMODULE tagCRYPTPROV::hModule |
Definition at line 69 of file crypt.h.
Referenced by CRYPT_LoadProvider(), CryptAcquireContextW(), and CryptReleaseContext().
HCRYPTPROV tagCRYPTPROV::hPrivate |
Definition at line 71 of file crypt.h.
Referenced by CryptAcquireContextW(), CryptCreateHash(), CryptDecrypt(), CryptDeriveKey(), CryptDestroyHash(), CryptDestroyKey(), CryptDuplicateHash(), CryptDuplicateKey(), CryptEncrypt(), CryptExportKey(), CryptGenKey(), CryptGenRandom(), CryptGetHashParam(), CryptGetKeyParam(), CryptGetProvParam(), CryptGetUserKey(), CryptHashData(), CryptHashSessionKey(), CryptImportKey(), CryptReleaseContext(), CryptSetHashParam(), CryptSetKeyParam(), CryptSetProvParam(), CryptSignHashW(), and CryptVerifySignatureW().
PPROVFUNCS tagCRYPTPROV::pFuncs |
Definition at line 70 of file crypt.h.
Referenced by CRYPT_LoadProvider(), CryptAcquireContextW(), CryptCreateHash(), CryptDecrypt(), CryptDeriveKey(), CryptDestroyHash(), CryptDestroyKey(), CryptDuplicateHash(), CryptDuplicateKey(), CryptEncrypt(), CryptExportKey(), CryptGenKey(), CryptGenRandom(), CryptGetHashParam(), CryptGetKeyParam(), CryptGetProvParam(), CryptGetUserKey(), CryptHashData(), CryptHashSessionKey(), CryptImportKey(), CryptReleaseContext(), CryptSetHashParam(), CryptSetKeyParam(), CryptSetProvParam(), CryptSignHashW(), and CryptVerifySignatureW().
PVTableProvStruc tagCRYPTPROV::pVTable |
Definition at line 72 of file crypt.h.
Referenced by CRYPT_LoadProvider(), CryptAcquireContextW(), and CryptReleaseContext().
LONG tagCRYPTPROV::refcount |
Definition at line 68 of file crypt.h.
Referenced by CRYPT_LoadProvider(), CryptContextAddRef(), and CryptReleaseContext().