ReactOS 0.4.15-dev-8076-g06e89b2
_CRYPT_HASH_MESSAGE_PARA Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CRYPT_HASH_MESSAGE_PARA:

Public Attributes

DWORD cbSize
 
DWORD dwMsgEncodingType
 
HCRYPTPROV_LEGACY hCryptProv
 
CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm
 
voidpvHashAuxInfo
 

Detailed Description

Definition at line 1489 of file wincrypt.h.

Member Data Documentation

◆ cbSize

◆ dwMsgEncodingType

◆ HashAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CRYPT_HASH_MESSAGE_PARA::HashAlgorithm

Definition at line 1493 of file wincrypt.h.

Referenced by CryptHashMessage(), and test_hash_message().

◆ hCryptProv

HCRYPTPROV_LEGACY _CRYPT_HASH_MESSAGE_PARA::hCryptProv

◆ pvHashAuxInfo

void* _CRYPT_HASH_MESSAGE_PARA::pvHashAuxInfo

Definition at line 1494 of file wincrypt.h.

Referenced by CryptHashMessage().


The documentation for this struct was generated from the following file: