ReactOS 0.4.15-dev-7958-gcd0bb1a
_HMAC_INFO Struct Reference

#include <wincrypt.h>

Public Attributes

ALG_ID HashAlgid
 
BYTEpbInnerString
 
DWORD cbInnerString
 
BYTEpbOuterString
 
DWORD cbOuterString
 

Detailed Description

Definition at line 93 of file wincrypt.h.

Member Data Documentation

◆ cbInnerString

DWORD _HMAC_INFO::cbInnerString

Definition at line 96 of file wincrypt.h.

Referenced by init_hash(), and RSAENH_CPSetHashParam().

◆ cbOuterString

DWORD _HMAC_INFO::cbOuterString

Definition at line 98 of file wincrypt.h.

Referenced by finalize_hash(), and RSAENH_CPSetHashParam().

◆ HashAlgid

ALG_ID _HMAC_INFO::HashAlgid

Definition at line 94 of file wincrypt.h.

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

◆ pbInnerString

BYTE* _HMAC_INFO::pbInnerString

Definition at line 95 of file wincrypt.h.

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

◆ pbOuterString

BYTE* _HMAC_INFO::pbOuterString

Definition at line 97 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: