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