|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincrypt.h>

Public Attributes | |
| DWORD | cbSize |
| DWORD | dwMsgEncodingType |
| HCRYPTPROV_LEGACY | hCryptProv |
| CRYPT_ALGORITHM_IDENTIFIER | HashAlgorithm |
| void * | pvHashAuxInfo |
Definition at line 1713 of file wincrypt.h.
| DWORD _CRYPT_HASH_MESSAGE_PARA::cbSize |
Definition at line 1714 of file wincrypt.h.
Referenced by CryptHashMessage(), CryptVerifyDetachedMessageHash(), CryptVerifyMessageHash(), test_hash_message(), test_verify_detached_message_hash(), and test_verify_message_hash().
| DWORD _CRYPT_HASH_MESSAGE_PARA::dwMsgEncodingType |
Definition at line 1715 of file wincrypt.h.
Referenced by CryptHashMessage(), CryptVerifyDetachedMessageHash(), CryptVerifyMessageHash(), test_hash_message(), test_verify_detached_message_hash(), and test_verify_message_hash().
| CRYPT_ALGORITHM_IDENTIFIER _CRYPT_HASH_MESSAGE_PARA::HashAlgorithm |
Definition at line 1717 of file wincrypt.h.
Referenced by CryptHashMessage(), and test_hash_message().
| HCRYPTPROV_LEGACY _CRYPT_HASH_MESSAGE_PARA::hCryptProv |
Definition at line 1716 of file wincrypt.h.
Referenced by CryptHashMessage(), CryptVerifyDetachedMessageHash(), and CryptVerifyMessageHash().
| void* _CRYPT_HASH_MESSAGE_PARA::pvHashAuxInfo |
Definition at line 1718 of file wincrypt.h.
Referenced by CryptHashMessage().