ReactOS 0.4.15-dev-7918-g2a2556c
_CMSG_HASHED_ENCODE_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_HASHED_ENCODE_INFO:

Public Attributes

DWORD cbSize
 
HCRYPTPROV_LEGACY hCryptProv
 
CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm
 
voidpvHashAuxInfo
 

Detailed Description

Definition at line 3845 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_HASHED_ENCODE_INFO::cbSize

Definition at line 3847 of file wincrypt.h.

Referenced by test_hash_msg_open(), and test_msg_control().

◆ HashAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CMSG_HASHED_ENCODE_INFO::HashAlgorithm

Definition at line 3849 of file wincrypt.h.

Referenced by test_hash_msg_encoding(), test_hash_msg_open(), and test_msg_control().

◆ hCryptProv

HCRYPTPROV_LEGACY _CMSG_HASHED_ENCODE_INFO::hCryptProv

Definition at line 3848 of file wincrypt.h.

◆ pvHashAuxInfo

void* _CMSG_HASHED_ENCODE_INFO::pvHashAuxInfo

Definition at line 3850 of file wincrypt.h.


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