ReactOS 0.4.16-dev-1521-gb8f1da6
_HMAC_INFO Struct Reference

#include <wincrypt.h>

Public Attributes

ALG_ID HashAlgid
 
BYTEpbInnerString
 
DWORD cbInnerString
 
BYTEpbOuterString
 
DWORD cbOuterString
 

Detailed Description

Definition at line 102 of file wincrypt.h.

Member Data Documentation

◆ cbInnerString

DWORD _HMAC_INFO::cbInnerString

Definition at line 105 of file wincrypt.h.

Referenced by init_hash(), and RSAENH_CPSetHashParam().

◆ cbOuterString

DWORD _HMAC_INFO::cbOuterString

Definition at line 107 of file wincrypt.h.

Referenced by finalize_hash(), and RSAENH_CPSetHashParam().

◆ HashAlgid

ALG_ID _HMAC_INFO::HashAlgid

Definition at line 103 of file wincrypt.h.

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

◆ pbInnerString

BYTE* _HMAC_INFO::pbInnerString

Definition at line 104 of file wincrypt.h.

Referenced by free_hmac_info(), init_hash(), and RSAENH_CPSetHashParam().

◆ pbOuterString

BYTE* _HMAC_INFO::pbOuterString

Definition at line 106 of file wincrypt.h.

Referenced by finalize_hash(), free_hmac_info(), and RSAENH_CPSetHashParam().


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