Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
_zip_crypto_aes_t * | aes |
_zip_crypto_hmac_t * | hmac |
zip_uint8_t | counter [ZIP_CRYPTO_AES_BLOCK_LENGTH] |
zip_uint8_t | pad [ZIP_CRYPTO_AES_BLOCK_LENGTH] |
int | pad_offset |
Definition at line 45 of file zip_winzip_aes.c.
_zip_crypto_aes_t* _zip_winzip_aes::aes |
Definition at line 46 of file zip_winzip_aes.c.
zip_uint8_t _zip_winzip_aes::counter[ZIP_CRYPTO_AES_BLOCK_LENGTH] |
Definition at line 48 of file zip_winzip_aes.c.
_zip_crypto_hmac_t* _zip_winzip_aes::hmac |
Definition at line 47 of file zip_winzip_aes.c.
zip_uint8_t _zip_winzip_aes::pad[ZIP_CRYPTO_AES_BLOCK_LENGTH] |
Definition at line 49 of file zip_winzip_aes.c.
int _zip_winzip_aes::pad_offset |
Definition at line 50 of file zip_winzip_aes.c.