Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Drandom.c47 #define EXTRACT_LEN 16 macro
128 os_memcpy(out, hash, EXTRACT_LEN); in random_extract()
184 u8 tmp[EXTRACT_LEN]; in random_get_bytes()
188 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left; in random_get_bytes()
200 u8 tmp[EXTRACT_LEN]; in random_get_bytes()
208 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left; in random_get_bytes()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Drandom.c47 #define EXTRACT_LEN 16 macro
128 os_memcpy(out, hash, EXTRACT_LEN); in random_extract()
184 u8 tmp[EXTRACT_LEN]; in random_get_bytes()
188 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left; in random_get_bytes()
200 u8 tmp[EXTRACT_LEN]; in random_get_bytes()
208 siz = left > EXTRACT_LEN ? EXTRACT_LEN : left; in random_get_bytes()

Completed in 2 milliseconds