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

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

Completed in 76 milliseconds