Searched refs:nrounds (Results 1 – 1 of 1) sorted by relevance
116 static void ChaChaPermute(uint32_t x[16], int nrounds) { in ChaChaPermute() argument129 } while ((nrounds -= 2) != 0); in ChaChaPermute()134 uint8_t *dst, int nbytes, int nrounds) { in XChaCha() argument142 ChaChaPermute(state, nrounds); in XChaCha()158 ChaChaPermute(x, nrounds); in XChaCha()