Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | nettle_aes256_invert_key (struct aes256_ctx *dst, const struct aes256_ctx *src) |
void | nettle_aes256_set_decrypt_key (struct aes256_ctx *ctx, const uint8_t *key) |
void nettle_aes256_invert_key | ( | struct aes256_ctx * | dst, |
const struct aes256_ctx * | src | ||
) |
Definition at line 59 of file aes256-set-decrypt-key.c.
References _AES256_ROUNDS, _nettle_aes_invert(), dst, and src.
void nettle_aes256_set_decrypt_key | ( | struct aes256_ctx * | ctx, |
const uint8_t * | key | ||
) |
Definition at line 65 of file aes256-set-decrypt-key.c.
References aes256_invert_key(), aes256_set_encrypt_key(), and key.