Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | _nettle_aes_encrypt (unsigned rounds, const uint32_t *keys, const struct aes_table *T, size_t length, uint8_t *dst, const uint8_t *src) |
void _nettle_aes_encrypt | ( | unsigned | rounds, |
const uint32_t * | keys, | ||
const struct aes_table * | T, | ||
size_t | length, | ||
uint8_t * | dst, | ||
const uint8_t * | src | ||
) |
Definition at line 57 of file aes-encrypt-internal.c.
References AES_BLOCK_SIZE, AES_FINAL_ROUND, AES_ROUND, dst, FOR_BLOCKS, i, keys, LE_READ_UINT32, LE_WRITE_UINT32, length, src, T, benchmark::t1, w0, w1, w2, and w3.
Referenced by nettle_aes128_encrypt(), nettle_aes192_encrypt(), and nettle_aes256_encrypt().