ReactOS 0.4.15-dev-7934-g1dc8d80
tagCRYPTHASH Struct Reference

#include <crypt.h>

Collaboration diagram for tagCRYPTHASH:

Public Attributes

DWORD dwMagic
 
PCRYPTPROV pProvider
 
HCRYPTHASH hPrivate
 
OBJECTHDR header
 
ALG_ID aiAlgid
 
HCRYPTKEY hKey
 
HCRYPTPROV hProv
 
DWORD dwHashSize
 
DWORD dwState
 
HASH_CONTEXT context
 
BYTE abHashValue [RSAENH_MAX_HASH_SIZE]
 
PHMAC_INFO pHMACInfo
 
RSAENH_TLS1PRF_PARAMS tpPRFParams
 

Detailed Description

Definition at line 82 of file crypt.h.

Member Data Documentation

◆ abHashValue

◆ aiAlgid

◆ context

HASH_CONTEXT tagCRYPTHASH::context

Definition at line 73 of file rsaenh.c.

Referenced by finalize_hash(), init_hash(), RSAENH_CPDuplicateHash(), and update_hash().

◆ dwHashSize

◆ dwMagic

DWORD tagCRYPTHASH::dwMagic

Definition at line 84 of file crypt.h.

Referenced by CryptDuplicateHash().

◆ dwState

DWORD tagCRYPTHASH::dwState

◆ header

OBJECTHDR tagCRYPTHASH::header

Definition at line 67 of file rsaenh.c.

◆ hKey

◆ hPrivate

HCRYPTHASH tagCRYPTHASH::hPrivate

Definition at line 86 of file crypt.h.

Referenced by CryptDuplicateHash().

◆ hProv

HCRYPTPROV tagCRYPTHASH::hProv

◆ pHMACInfo

◆ pProvider

PCRYPTPROV tagCRYPTHASH::pProvider

Definition at line 85 of file crypt.h.

Referenced by CryptDuplicateHash().

◆ tpPRFParams


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