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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Drand_unix.c155 static const char *randomfiles[] = { DEVRANDOM }; local
156 struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
170 for (i=0; i<sizeof(randomfiles)/sizeof(randomfiles[0]) && n < ENTROPY_NEEDED; i++)
172 if ((fd = open(randomfiles[i], O_RDONLY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c163 static const char *randomfiles[] = { DEVRANDOM }; local
164 struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
179 for (i=0; i<sizeof(randomfiles)/sizeof(randomfiles[0]) && n < ENTROPY_NEEDED; i++)
181 if ((fd = open(randomfiles[i], O_RDONLY

Completed in 66 milliseconds