Go to the source code of this file.
Functions | |
void | Camellia_cbc_encrypt (const unsigned char *in, unsigned char *out, size_t len, const CAMELLIA_KEY *key, unsigned char *ivec, const int enc) |
void Camellia_cbc_encrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
size_t | len, | ||
const CAMELLIA_KEY * | key, | ||
unsigned char * | ivec, | ||
const int | enc | ||
) |
Definition at line 55 of file cmll_cbc.c.