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