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