Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_unix.c252 static const char *randomfiles[] = { DEVRANDOM }; in RAND_poll() local
253 struct stat randomstats[sizeof(randomfiles) / sizeof(randomfiles[0])]; in RAND_poll()
270 for (i = 0; (i < sizeof(randomfiles) / sizeof(randomfiles[0])) && in RAND_poll()
272 if ((fd = open(randomfiles[i], O_RDONLY in RAND_poll()