Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | nettle_aes192_invert_key (struct aes192_ctx *dst, const struct aes192_ctx *src) |
void | nettle_aes192_set_decrypt_key (struct aes192_ctx *ctx, const uint8_t *key) |
void nettle_aes192_invert_key | ( | struct aes192_ctx * | dst, |
const struct aes192_ctx * | src | ||
) |
Definition at line 59 of file aes192-set-decrypt-key.c.
References _AES192_ROUNDS, _nettle_aes_invert(), dst, and src.
void nettle_aes192_set_decrypt_key | ( | struct aes192_ctx * | ctx, |
const uint8_t * | key | ||
) |
Definition at line 65 of file aes192-set-decrypt-key.c.
References aes192_invert_key(), aes192_set_encrypt_key(), and key.