HomeSort by relevance Sort by last modified time
    Searched full:input_rotate (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/crypto/
random.c 47 static unsigned int input_rotate = 0; variable
85 w = __ROL32(*pos++, input_rotate & 31);
86 input_rotate += pool_pos ? 7 : 14;

Completed in 801 milliseconds