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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.c43 #define EXTRACT_LEN 16 macro
122 os_memcpy(out, hash, EXTRACT_LEN);
172 u8 tmp[EXTRACT_LEN];
176 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left;
187 u8 tmp[EXTRACT_LEN];
195 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left;
/external/wpa_supplicant_8/src/crypto/
H A Drandom.c43 #define EXTRACT_LEN 16 macro
122 os_memcpy(out, hash, EXTRACT_LEN);
172 u8 tmp[EXTRACT_LEN];
176 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left;
187 u8 tmp[EXTRACT_LEN];
195 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.c43 #define EXTRACT_LEN 16 macro
122 os_memcpy(out, hash, EXTRACT_LEN);
172 u8 tmp[EXTRACT_LEN];
176 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left;
187 u8 tmp[EXTRACT_LEN];
195 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left;

Completed in 635 milliseconds