Rizin
unix-like reverse engineering framework and cli tools
_zip_crypto_hmac_s Struct Reference

Public Attributes

BCRYPT_ALG_HANDLE hAlgorithm
 
BCRYPT_HASH_HANDLE hHash
 
DWORD cbHashObject
 
PUCHAR pbHashObject
 
DWORD cbHash
 
PUCHAR pbHash
 

Detailed Description

Definition at line 379 of file zip_crypto_win.c.

Member Data Documentation

◆ cbHash

DWORD _zip_crypto_hmac_s::cbHash

Definition at line 384 of file zip_crypto_win.c.

Referenced by _zip_crypto_hmac_new(), and _zip_crypto_hmac_output().

◆ cbHashObject

DWORD _zip_crypto_hmac_s::cbHashObject

Definition at line 382 of file zip_crypto_win.c.

Referenced by _zip_crypto_hmac_new().

◆ hAlgorithm

BCRYPT_ALG_HANDLE _zip_crypto_hmac_s::hAlgorithm

Definition at line 380 of file zip_crypto_win.c.

Referenced by _zip_crypto_hmac_free(), and _zip_crypto_hmac_new().

◆ hHash

BCRYPT_HASH_HANDLE _zip_crypto_hmac_s::hHash

◆ pbHash

PUCHAR _zip_crypto_hmac_s::pbHash

Definition at line 385 of file zip_crypto_win.c.

Referenced by _zip_crypto_hmac_free(), and _zip_crypto_hmac_new().

◆ pbHashObject

PUCHAR _zip_crypto_hmac_s::pbHashObject

Definition at line 383 of file zip_crypto_win.c.

Referenced by _zip_crypto_hmac_free(), and _zip_crypto_hmac_new().


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