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

#include <aes.h>

Public Attributes

unsigned key_size
 
union {
   struct aes128_ctx   ctx128
 
   struct aes192_ctx   ctx192
 
   struct aes256_ctx   ctx256
 
u
 

Detailed Description

Definition at line 150 of file aes.h.

Member Data Documentation

◆ ctx128

struct aes128_ctx aes_ctx::ctx128

Definition at line 152 of file aes.h.

Referenced by aes_set_key().

◆ ctx192

struct aes192_ctx aes_ctx::ctx192

Definition at line 152 of file aes.h.

Referenced by aes_set_key().

◆ ctx256

struct aes256_ctx aes_ctx::ctx256

Definition at line 152 of file aes.h.

Referenced by aes_set_key().

◆ key_size

unsigned aes_ctx::key_size

Definition at line 152 of file aes.h.

Referenced by aes_get_key_size(), and aes_set_key().

◆ 

union { ... } aes_ctx::u

Referenced by aes_set_key().


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