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

/barrelfish-master/lib/libc/gen/
H A Darc4random.c145 } rdat; local
152 if (arc4_sysctl((u_char *)&rdat, KEYSIZE) == KEYSIZE)
157 if (_read(fd, &rdat, KEYSIZE) == KEYSIZE)
163 (void)gettimeofday(&rdat.tv, NULL);
164 rdat.pid = getpid();
168 arc4_addrandom((u_char *)&rdat, KEYSIZE);

Completed in 76 milliseconds