camellia_encrypt
void camellia_encrypt(const camellia_ctx *, const u_char *, u_char *);
camellia_encrypt(&ctx->state, out, out);