Home
last modified time | relevance | path

Searched refs:arc4_addrandom (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libevent/
Darc4random.c111 arc4_addrandom(const unsigned char *dat, int datlen) in arc4_addrandom() function
167 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_win32()
198 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_getrandom()
238 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_sysctl_bsd()
280 arc4_addrandom(entropy, nybbles/2); in arc4_seed_proc_sys_kernel_random_uuid()
306 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_urandom_helper_()
467 arc4_addrandom(dat + j, datlen - j); in arc4random_addrandom()
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Darc4random.c111 arc4_addrandom(const unsigned char *dat, int datlen) in arc4_addrandom() function
167 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_win32()
198 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_getrandom()
238 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_sysctl_bsd()
280 arc4_addrandom(entropy, nybbles/2); in arc4_seed_proc_sys_kernel_random_uuid()
306 arc4_addrandom(buf, sizeof(buf)); in arc4_seed_urandom_helper_()
467 arc4_addrandom(dat + j, datlen - j); in arc4random_addrandom()
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_random.c176 arc4_addrandom(uint8_t *dat, int datlen) in arc4_addrandom() function
219 arc4_addrandom((uint8_t *)&rdat, KEYSIZE); in arc4_stir()