Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Drandom.c59 static char *random_entropy_file = NULL; variable
368 if (!random_entropy_file) in random_read_entropy()
371 buf = os_readfile(random_entropy_file, &len); in random_read_entropy()
377 random_entropy_file); in random_read_entropy()
387 random_entropy_file, own_pool_ready); in random_read_entropy()
398 if (!random_entropy_file) in random_write_entropy()
404 f = fopen(random_entropy_file, "wb"); in random_write_entropy()
407 "for writing", random_entropy_file); in random_write_entropy()
418 "to %s", random_entropy_file); in random_write_entropy()
424 random_entropy_file, own_pool_ready); in random_write_entropy()
[all …]