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

/freebsd-13-stable/contrib/libevent/
H A Darc4random.c108 arc4_addrandom(const unsigned char *dat, int datlen) function
164 arc4_addrandom(buf, sizeof(buf));
202 arc4_addrandom(buf, sizeof(buf));
242 arc4_addrandom(buf, sizeof(buf));
285 arc4_addrandom(entropy, nybbles/2);
312 arc4_addrandom(buf, sizeof(buf));
473 /* arc4_addrandom() ignores all but the first 256 bytes of
477 arc4_addrandom(dat + j, datlen - j);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Darc4random.c108 arc4_addrandom(const unsigned char *dat, int datlen) function
164 arc4_addrandom(buf, sizeof(buf));
202 arc4_addrandom(buf, sizeof(buf));
242 arc4_addrandom(buf, sizeof(buf));
285 arc4_addrandom(entropy, nybbles/2);
312 arc4_addrandom(buf, sizeof(buf));
473 /* arc4_addrandom() ignores all but the first 256 bytes of
477 arc4_addrandom(dat + j, datlen - j);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_random.c176 arc4_addrandom(u_char *dat, int datlen) function
219 arc4_addrandom((u_char *)&rdat, KEYSIZE);

Completed in 164 milliseconds