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
341 if (!random_entropy_file) in random_read_entropy()
344 buf = os_readfile(random_entropy_file, &len); in random_read_entropy()
350 random_entropy_file); in random_read_entropy()
361 random_entropy_file, own_pool_ready); in random_read_entropy()
372 if (!random_entropy_file) in random_write_entropy()
378 f = fopen(random_entropy_file, "wb"); in random_write_entropy()
381 "for writing", random_entropy_file); in random_write_entropy()
392 "to %s", random_entropy_file); in random_write_entropy()
398 random_entropy_file, own_pool_ready); in random_write_entropy()
[all …]