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

/external/openssl/crypto/rand/
H A Drand_unix.c246 static const char *randomfiles[] = { DEVRANDOM }; local
247 struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
262 for (i = 0; (i < sizeof(randomfiles)/sizeof(randomfiles[0])) &&
265 if ((fd = open(randomfiles[i], O_RDONLY

Completed in 169 milliseconds