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

/freebsd-12-stable/lib/libc/gen/
H A Darc4random-compat.c41 * - arc4random_stir()
57 syslog(LOG_DEBUG, "Deprecated function arc4random_stir() called");
71 __sym_compat(arc4random_stir, __arc4random_stir_fbsd11, FBSD_1.0);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h205 # define arc4random_stir() macro
209 void arc4random_stir(void);
H A Darc4random.c211 arc4random_stir(void) function
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Darc4random.c454 arc4random_stir(void) function
/freebsd-12-stable/contrib/libevent/
H A Darc4random.c454 arc4random_stir(void) function
/freebsd-12-stable/crypto/openssh/
H A Ddefines.h842 * Platforms that have arc4random_uniform() and not arc4random_stir()
847 # define arc4random_stir() macro
H A Dsshd.c537 arc4random_stir(); /* noop on recent arc4random() implementations */
1348 arc4random_stir();

Completed in 201 milliseconds