Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | _NETTLE_ATTRIBUTE_DEPRECATED |
Functions | |
void | aes_invert_key (struct aes_ctx *dst, const struct aes_ctx *src) |
void | aes_set_decrypt_key (struct aes_ctx *ctx, size_t keysize, const uint8_t *key) |
#define _NETTLE_ATTRIBUTE_DEPRECATED |
Definition at line 46 of file aes-set-decrypt-key.c.
Definition at line 51 of file aes-set-decrypt-key.c.
References aes128_invert_key(), AES128_KEY_SIZE, aes192_invert_key(), AES192_KEY_SIZE, aes256_invert_key(), AES256_KEY_SIZE, dst, and src.
Referenced by aes_set_decrypt_key().
Definition at line 72 of file aes-set-decrypt-key.c.
References aes_invert_key(), aes_set_encrypt_key, and key.