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

/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_unix.c206 static const char *randomfiles[] = { DEVRANDOM }; local
207 struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
222 for (i = 0; (i < sizeof(randomfiles)/sizeof(randomfiles[0])) &&
225 if ((fd = open(randomfiles[i], O_RDONLY

Completed in 28 milliseconds