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

#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
 

Detailed Description

Definition at line 46 of file zip_crypto_gnutls.h.

Member Data Documentation

◆ 

union { ... } _zip_crypto_aes_t::ctx

◆ ctx_128

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().

◆ ctx_192

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().

◆ ctx_256

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().

◆ key_size

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().


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