ReactOS 0.4.16-dev-847-g386fccd
|
#include <crypt.h>
BYTE tagCRYPTHASH::abHashValue[RSAENH_MAX_HASH_SIZE] |
Definition at line 74 of file rsaenh.c.
Referenced by finalize_hash(), RSAENH_CPCreateHash(), RSAENH_CPDeriveKey(), RSAENH_CPGetHashParam(), RSAENH_CPSetHashParam(), and tls1_p().
ALG_ID tagCRYPTHASH::aiAlgid |
Definition at line 68 of file rsaenh.c.
Referenced by finalize_hash(), init_hash(), RSAENH_CPCreateHash(), RSAENH_CPDuplicateHash(), RSAENH_CPGetHashParam(), RSAENH_CPHashData(), and update_hash().
HASH_CONTEXT tagCRYPTHASH::context |
Definition at line 73 of file rsaenh.c.
Referenced by finalize_hash(), init_hash(), RSAENH_CPDuplicateHash(), and update_hash().
DWORD tagCRYPTHASH::dwHashSize |
Definition at line 71 of file rsaenh.c.
Referenced by finalize_hash(), init_hash(), RSAENH_CPCreateHash(), RSAENH_CPDeriveKey(), RSAENH_CPGetHashParam(), RSAENH_CPSetHashParam(), and tls1_p().
DWORD tagCRYPTHASH::dwMagic |
Definition at line 84 of file crypt.h.
Referenced by CryptDuplicateHash().
DWORD tagCRYPTHASH::dwState |
Definition at line 72 of file rsaenh.c.
Referenced by RSAENH_CPCreateHash(), RSAENH_CPGetHashParam(), RSAENH_CPHashData(), and RSAENH_CPSetHashParam().
HCRYPTKEY tagCRYPTHASH::hKey |
Definition at line 69 of file rsaenh.c.
Referenced by finalize_hash(), init_hash(), RSAENH_CPCreateHash(), RSAENH_CPDeriveKey(), RSAENH_CPGetHashParam(), RSAENH_CPSetHashParam(), and update_hash().
HCRYPTHASH tagCRYPTHASH::hPrivate |
Definition at line 86 of file crypt.h.
Referenced by CryptDuplicateHash().
HCRYPTPROV tagCRYPTHASH::hProv |
Definition at line 70 of file rsaenh.c.
Referenced by finalize_hash(), init_hash(), RSAENH_CPCreateHash(), RSAENH_CPDeriveKey(), and update_hash().
PHMAC_INFO tagCRYPTHASH::pHMACInfo |
Definition at line 75 of file rsaenh.c.
Referenced by destroy_hash(), finalize_hash(), init_hash(), RSAENH_CPCreateHash(), RSAENH_CPDuplicateHash(), RSAENH_CPSetHashParam(), and update_hash().
PCRYPTPROV tagCRYPTHASH::pProvider |
Definition at line 85 of file crypt.h.
Referenced by CryptDuplicateHash().
RSAENH_TLS1PRF_PARAMS tagCRYPTHASH::tpPRFParams |
Definition at line 76 of file rsaenh.c.
Referenced by destroy_hash(), RSAENH_CPCreateHash(), RSAENH_CPDuplicateHash(), RSAENH_CPGetHashParam(), and RSAENH_CPSetHashParam().