urand_fd           38 lib/util/genrand.c static int urand_fd = -1;
urand_fd          233 lib/util/genrand.c 			if (urand_fd == -1) {
urand_fd          234 lib/util/genrand.c 				urand_fd = open( "/dev/urandom", O_RDONLY,0);
urand_fd          236 lib/util/genrand.c 			if(urand_fd != -1 && (read(urand_fd, out, len) == len)) {
urand_fd          241 lib/util/genrand.c 		urand_fd = do_reseed(true, urand_fd);
urand_fd          270 lib/util/genrand.c 	if (urand_fd == -1) {
urand_fd          271 lib/util/genrand.c 		urand_fd = open( "/dev/urandom", O_RDONLY,0);
urand_fd          273 lib/util/genrand.c 	if(urand_fd != -1 && (read(urand_fd, out, len) == len)) {