Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/camellia/
H A Dcamellia.c100 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
532 Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], in Camellia_DecryptBlock_Rounds() function
579 Camellia_DecryptBlock_Rounds(keyBitLength == 128 ? 3 : 4, in Camellia_DecryptBlock()
608 Camellia_DecryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out); in Camellia_decrypt()