#include <openssl/opensslv.h>
#include <openssl/crypto.h>
#include <openssl/camellia.h>
#include "cmll_locl.h"
Go to the source code of this file.
Functions | |
int | private_Camellia_set_key (const unsigned char *userKey, const int bits, CAMELLIA_KEY *key) |
void | Camellia_encrypt (const unsigned char *in, unsigned char *out, const CAMELLIA_KEY *key) |
void | Camellia_decrypt (const unsigned char *in, unsigned char *out, const CAMELLIA_KEY *key) |
Variables | |
const char | CAMELLIA_version [] ="CAMELLIA" OPENSSL_VERSION_PTEXT |
void Camellia_decrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
const CAMELLIA_KEY * | key | ||
) |
Definition at line 76 of file cmll_misc.c.
void Camellia_encrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
const CAMELLIA_KEY * | key | ||
) |
Definition at line 70 of file cmll_misc.c.
int private_Camellia_set_key | ( | const unsigned char * | userKey, |
const int | bits, | ||
CAMELLIA_KEY * | key | ||
) |
Definition at line 59 of file cmll_misc.c.
const char CAMELLIA_version[] ="CAMELLIA" OPENSSL_VERSION_PTEXT |
Definition at line 57 of file cmll_misc.c.