Searched refs:nRounds (Results 1 – 1 of 1) sorted by relevance
970 void KeccakP1600_Permute_Nrounds(void *state, unsigned int nRounds) in KeccakP1600_Permute_Nrounds() argument976 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 8 milliseconds