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

/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Drandom.c56 static char *random_entropy_file = NULL; variable
344 if (!random_entropy_file)
347 buf = os_readfile(random_entropy_file, &len);
353 random_entropy_file);
364 random_entropy_file, own_pool_ready);
375 if (!random_entropy_file)
381 f = fopen(random_entropy_file, "wb");
384 "for writing", random_entropy_file);
395 "to %s", random_entropy_file);
401 random_entropy_file, own_pool_read
[all...]

Completed in 112 milliseconds