Camellia_set_key
Camellia_set_key(ckey24, 192, &camellia_ks2);
Camellia_set_key(ckey32, 256, &camellia_ks3);
Camellia_set_key(key16, 128, &camellia_ks1);
ret = Camellia_set_key(key, ctx->key_len * 8, ctx->cipher_data);
int Camellia_set_key(const unsigned char *userKey, const int bits,