Searched refs:arc4_addrandom (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/ntp/sntp/libevent/ |
| D | arc4random.c | 108 arc4_addrandom(const unsigned char *dat, int datlen) in arc4_addrandom() function 164 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_win32() 202 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_sysctl_linux() 242 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_sysctl_bsd() 285 arc4_addrandom(entropy, nybbles/2); in arc4_seed_proc_sys_kernel_random_uuid() 312 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_urandom_helper_() 477 arc4_addrandom(dat + j, datlen - j); in arc4random_addrandom()
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | arc4random.c | 100 arc4_addrandom(u_char *dat, int datlen) in arc4_addrandom() function 169 arc4_addrandom((u_char *)&rdat, KEYSIZE); in arc4_stir() 230 arc4_addrandom(dat, datlen); in arc4random_addrandom()
|