Camellia_DecryptBlock
void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
Camellia_DecryptBlock(ctx->bits, src, ctx->subkey, dst);
void Camellia_DecryptBlock(const int keyBitLength,