Rizin
unix-like reverse engineering framework and cli tools
|
#include <zip_crypto_gnutls.h>
Public Attributes | |
union { | |
struct aes128_ctx ctx_128 | |
struct aes192_ctx ctx_192 | |
struct aes256_ctx ctx_256 | |
} | ctx |
zip_uint16_t | key_size |
Definition at line 46 of file zip_crypto_gnutls.h.
union { ... } _zip_crypto_aes_t::ctx |
Referenced by _zip_crypto_aes_encrypt_block(), and _zip_crypto_aes_new().
struct aes128_ctx _zip_crypto_aes_t::ctx_128 |
Definition at line 52 of file zip_crypto_gnutls.h.
Referenced by _zip_crypto_aes_encrypt_block(), and _zip_crypto_aes_new().
struct aes192_ctx _zip_crypto_aes_t::ctx_192 |
Definition at line 52 of file zip_crypto_gnutls.h.
Referenced by _zip_crypto_aes_encrypt_block(), and _zip_crypto_aes_new().
struct aes256_ctx _zip_crypto_aes_t::ctx_256 |
Definition at line 52 of file zip_crypto_gnutls.h.
Referenced by _zip_crypto_aes_encrypt_block(), and _zip_crypto_aes_new().
zip_uint16_t _zip_crypto_aes_t::key_size |
Definition at line 52 of file zip_crypto_gnutls.h.
Referenced by _zip_crypto_aes_encrypt_block(), and _zip_crypto_aes_new().