Searched refs:input_rotate (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Drandom.c50 static unsigned int input_rotate = 0; variable
90 w = __ROL32(*pos++, input_rotate & 31);
91 input_rotate += pool_pos ? 7 : 14;

Completed in 90 milliseconds