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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.c47 static unsigned int input_rotate = 0; variable
85 w = __ROL32(*pos++, input_rotate & 31);
86 input_rotate += pool_pos ? 7 : 14;
/external/wpa_supplicant_8/src/crypto/
H A Drandom.c47 static unsigned int input_rotate = 0; variable
85 w = __ROL32(*pos++, input_rotate & 31);
86 input_rotate += pool_pos ? 7 : 14;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.c47 static unsigned int input_rotate = 0; variable
85 w = __ROL32(*pos++, input_rotate & 31);
86 input_rotate += pool_pos ? 7 : 14;

Completed in 877 milliseconds