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

Public Attributes

_zip_crypto_aes_taes
 
_zip_crypto_hmac_thmac
 
zip_uint8_t counter [ZIP_CRYPTO_AES_BLOCK_LENGTH]
 
zip_uint8_t pad [ZIP_CRYPTO_AES_BLOCK_LENGTH]
 
int pad_offset
 

Detailed Description

Definition at line 45 of file zip_winzip_aes.c.

Member Data Documentation

◆ aes

_zip_crypto_aes_t* _zip_winzip_aes::aes

Definition at line 46 of file zip_winzip_aes.c.

◆ counter

zip_uint8_t _zip_winzip_aes::counter[ZIP_CRYPTO_AES_BLOCK_LENGTH]

Definition at line 48 of file zip_winzip_aes.c.

◆ hmac

_zip_crypto_hmac_t* _zip_winzip_aes::hmac

Definition at line 47 of file zip_winzip_aes.c.

◆ pad

Definition at line 49 of file zip_winzip_aes.c.

◆ pad_offset

int _zip_winzip_aes::pad_offset

Definition at line 50 of file zip_winzip_aes.c.


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