AES-128 CTR. More...
#include "includes.h"
#include "common.h"
#include "aes.h"
Go to the source code of this file.
Functions | |
int | aes_128_ctr_encrypt (const u8 *key, const u8 *nonce, u8 *data, size_t data_len) |
AES-128 CTR mode encryption. |
AES-128 CTR.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file aes-ctr.c.
int aes_128_ctr_encrypt | ( | const u8 * | key, | |
const u8 * | nonce, | |||
u8 * | data, | |||
size_t | data_len | |||
) |