Go to the source code of this file.
Functions | |
void | Camellia_ctr128_encrypt (const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char ivec[CAMELLIA_BLOCK_SIZE], unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE], unsigned int *num) |
void Camellia_ctr128_encrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
size_t | length, | ||
const CAMELLIA_KEY * | key, | ||
unsigned char | ivec[CAMELLIA_BLOCK_SIZE], | ||
unsigned char | ecount_buf[CAMELLIA_BLOCK_SIZE], | ||
unsigned int * | num | ||
) |
Definition at line 55 of file cmll_ctr.c.