Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | nettle_aes128_invert_key (struct aes128_ctx *dst, const struct aes128_ctx *src) |
void | nettle_aes128_set_decrypt_key (struct aes128_ctx *ctx, const uint8_t *key) |
void nettle_aes128_invert_key | ( | struct aes128_ctx * | dst, |
const struct aes128_ctx * | src | ||
) |
Definition at line 61 of file aes128-set-decrypt-key.c.
References _AES128_ROUNDS, _nettle_aes_invert(), dst, and src.
void nettle_aes128_set_decrypt_key | ( | struct aes128_ctx * | ctx, |
const uint8_t * | key | ||
) |
Definition at line 67 of file aes128-set-decrypt-key.c.
References aes128_invert_key(), aes128_set_encrypt_key(), and key.