Searched defs:srandom (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/stand/libsa/
H A Drandom.c35 srandom(unsigned int seed) function
/freebsd-current/sys/contrib/libsodium/test/quirks/
H A Dquirks.h41 srandom(unsigned seed) function
/freebsd-current/lib/libc/stdlib/
H A Drandom.c229 srandom(unsigned x) function
/freebsd-current/crypto/openssl/crypto/
H A Dmem.c131 # define srandom(seed) srand(seed) macro
/freebsd-current/contrib/ldns/ldns/
H A Dconfig.h710 #define srandom(x) srand(x) macro
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dsoftp11.c45 #define srandom(s) srand(s) macro
/freebsd-current/lib/libunbound/
H A Dconfig.h1381 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro

Completed in 186 milliseconds