Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c970 void KeccakP1600_Permute_Nrounds(void *state, unsigned int nRounds) in KeccakP1600_Permute_Nrounds() argument
976 const UINT32 *pRoundConstants = KeccakF1600RoundConstants_int2+(24-nRounds)*2; in KeccakP1600_Permute_Nrounds()
1029 nRounds &= 3; in KeccakP1600_Permute_Nrounds()
1030 switch ( nRounds ) in KeccakP1600_Permute_Nrounds()
1095 switch ( nRounds ) in KeccakP1600_Permute_Nrounds()
1102 nRounds = 0; in KeccakP1600_Permute_Nrounds()

Completed in 7 milliseconds