Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | MIX_COLUMN(T, key) |
#define | SWAP(a, b) do { uint32_t t_swap = (a); (a) = (b); (b) = t_swap; } while(0) |
Functions | |
void | _nettle_aes_invert (unsigned rounds, uint32_t *dst, const uint32_t *src) |
Variables | |
static const uint32_t | mtable [0x100] |
Definition at line 118 of file aes-invert-internal.c.
Definition at line 135 of file aes-invert-internal.c.
Definition at line 139 of file aes-invert-internal.c.
References dst, i, k, MIX_COLUMN, mtable, src, and SWAP.
Referenced by nettle_aes128_invert_key(), nettle_aes192_invert_key(), and nettle_aes256_invert_key().
Definition at line 50 of file aes-invert-internal.c.
Referenced by _nettle_aes_invert().