Home
last modified time | relevance | path

Searched refs:Camellia_DecryptBlock_Rounds (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/camellia/
Dcmll_local.h36 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
Dcmll_misc.c34 Camellia_DecryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out); in Camellia_decrypt()
Dcamellia.c450 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], in Camellia_DecryptBlock_Rounds() function
499 Camellia_DecryptBlock_Rounds(keyBitLength == 128 ? 3 : 4, in Camellia_DecryptBlock()