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

/freebsd-10.1-release/lib/libc/gen/
H A Darc4random.c146 } rdat; local
153 if (arc4_sysctl((u_char *)&rdat, KEYSIZE) == KEYSIZE)
158 if (_read(fd, &rdat, KEYSIZE) == KEYSIZE)
164 (void)gettimeofday(&rdat.tv, NULL);
165 rdat.pid = getpid();
169 arc4_addrandom((u_char *)&rdat, KEYSIZE);

Completed in 17 milliseconds