Go to the source code of this file.
Functions | |
int | aes_128_encrypt_block (const u8 *key, const u8 *in, u8 *out) |
int aes_128_encrypt_block | ( | const u8 * | key, |
const u8 * | in, | ||
u8 * | out | ||
) |
aes_128_encrypt_block - Perform one AES 128-bit block operation : Key for AES : Input data (16 bytes) : Output of the AES block operation (16 bytes) Returns: 0 on success, -1 on failure
Definition at line 29 of file aes-encblock.c.