Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Drandom.c60 static char *random_entropy_file = NULL; variable
380 if (!random_entropy_file) in random_read_entropy()
383 buf = os_readfile(random_entropy_file, &len); in random_read_entropy()
389 random_entropy_file); in random_read_entropy()
399 random_entropy_file, own_pool_ready); in random_read_entropy()
410 if (!random_entropy_file) in random_write_entropy()
416 f = fopen(random_entropy_file, "wb"); in random_write_entropy()
419 "for writing", random_entropy_file); in random_write_entropy()
430 "to %s", random_entropy_file); in random_write_entropy()
436 random_entropy_file, own_pool_ready); in random_write_entropy()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Drandom.c60 static char *random_entropy_file = NULL; variable
380 if (!random_entropy_file) in random_read_entropy()
383 buf = os_readfile(random_entropy_file, &len); in random_read_entropy()
389 random_entropy_file); in random_read_entropy()
399 random_entropy_file, own_pool_ready); in random_read_entropy()
410 if (!random_entropy_file) in random_write_entropy()
416 f = fopen(random_entropy_file, "wb"); in random_write_entropy()
419 "for writing", random_entropy_file); in random_write_entropy()
430 "to %s", random_entropy_file); in random_write_entropy()
436 random_entropy_file, own_pool_ready); in random_write_entropy()
[all …]