Searched refs:nRounds (Results 1 – 1 of 1) sorted by relevance
958 void KeccakP1600_Permute_Nrounds(void *state, unsigned int nRounds) in KeccakP1600_Permute_Nrounds() argument964 const UINT32 *pRoundConstants = KeccakF1600RoundConstants_int2+(24-nRounds)*2; in KeccakP1600_Permute_Nrounds()1017 nRounds &= 3; in KeccakP1600_Permute_Nrounds()1018 switch ( nRounds ) in KeccakP1600_Permute_Nrounds()1083 switch ( nRounds ) in KeccakP1600_Permute_Nrounds()1090 nRounds = 0; in KeccakP1600_Permute_Nrounds()
Completed in 17 milliseconds