Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Drandom.c51 static unsigned int input_rotate = 0; variable
91 w = __ROL32(*pos++, input_rotate & 31); in random_mix_pool()
92 input_rotate += pool_pos ? 7 : 14; in random_mix_pool()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Drandom.c51 static unsigned int input_rotate = 0; variable
91 w = __ROL32(*pos++, input_rotate & 31); in random_mix_pool()
92 input_rotate += pool_pos ? 7 : 14; in random_mix_pool()