Home
last modified time | relevance | path

Searched defs:srandom (Results 1 – 9 of 9) sorted by relevance

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