Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Drandom.c56 static char *random_entropy_file = NULL; variable
348 if (!random_entropy_file) in random_read_entropy()
351 buf = os_readfile(random_entropy_file, &len); in random_read_entropy()
357 random_entropy_file); in random_read_entropy()
368 random_entropy_file, own_pool_ready); in random_read_entropy()
379 if (!random_entropy_file) in random_write_entropy()
385 f = fopen(random_entropy_file, "wb"); in random_write_entropy()
388 "for writing", random_entropy_file); in random_write_entropy()
399 "to %s", random_entropy_file); in random_write_entropy()
405 random_entropy_file, own_pool_ready); in random_write_entropy()
[all …]