|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <aes.h>
Public Attributes | |
| unsigned | key_size |
| union { | |
| struct aes128_ctx ctx128 | |
| struct aes192_ctx ctx192 | |
| struct aes256_ctx ctx256 | |
| } | u |
| struct aes128_ctx aes_ctx::ctx128 |
Definition at line 152 of file aes.h.
Referenced by aes_set_key().
| struct aes192_ctx aes_ctx::ctx192 |
Definition at line 152 of file aes.h.
Referenced by aes_set_key().
| struct aes256_ctx aes_ctx::ctx256 |
Definition at line 152 of file aes.h.
Referenced by aes_set_key().
| 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().