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

/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_unix.c253 static const char *randomfiles[] = { DEVRANDOM }; local
254 struct stat randomstats[sizeof(randomfiles) / sizeof(randomfiles[0])];
271 for (i = 0; (i < sizeof(randomfiles) / sizeof(randomfiles[0])) &&
273 if ((fd = open(randomfiles[i], O_RDONLY

Completed in 56 milliseconds