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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-pbkdf2.c20 unsigned char count_buf[4]; local
27 addr[1] = count_buf;
36 count_buf[0] = (count >> 24) & 0xff;
37 count_buf[1] = (count >> 16) & 0xff;
38 count_buf[2] = (count >> 8) & 0xff;
39 count_buf[3] = count & 0xff;
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-pbkdf2.c20 unsigned char count_buf[4]; local
27 addr[1] = count_buf;
36 count_buf[0] = (count >> 24) & 0xff;
37 count_buf[1] = (count >> 16) & 0xff;
38 count_buf[2] = (count >> 8) & 0xff;
39 count_buf[3] = count & 0xff;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-pbkdf2.c20 unsigned char count_buf[4]; local
27 addr[1] = count_buf;
36 count_buf[0] = (count >> 24) & 0xff;
37 count_buf[1] = (count >> 16) & 0xff;
38 count_buf[2] = (count >> 8) & 0xff;
39 count_buf[3] = count & 0xff;

Completed in 110 milliseconds