Home
last modified time | relevance | path

Searched refs:getrandom (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/games/arithmetic/
H A Darithmetic.c74 static int getrandom(int, int, int);
192 right = getrandom(rangemax + 1, op, 1); in problem()
197 left = getrandom(rangemax + 1, op, 0); in problem()
201 result = getrandom(rangemax + 1, op, 0); in problem()
205 left = getrandom(rangemax + 1, op, 0); in problem()
209 right = getrandom(rangemax, op, 1) + 1; in problem()
210 result = getrandom(rangemax + 1, op, 0); in problem()
315 getrandom(int maxval, int op, int operand) in getrandom() function
/dflybsd-src/lib/libc/gen/
H A Dgetentropy.c48 res = getrandom(buf, len, 0); in getentropy()
/dflybsd-src/sys/sys/
H A Drandom.h119 ssize_t getrandom(void *buf, size_t buflen, unsigned int flags);
H A Dsysunion.h322 struct getrandom_args getrandom; member
H A Dsyscall.mk316 getrandom.o \
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Drandom.c241 res = getrandom(dummy_key + dummy_key_avail, in random_pool_ready()
445 if (getrandom(&dummy, 0, GRND_NONBLOCK) == 0 || in random_init()
/dflybsd-src/lib/libc/sys/
H A DMakefile.inc71 getpeername.2 getpgrp.2 getpid.2 getpriority.2 getrandom.2 \
H A DSymbol.map110 getrandom;
/dflybsd-src/contrib/expat/
H A DChanges577 --with-getrandom
578 --without-getrandom
579 --with-sys-getrandom
580 --without-sys-getrandom
814 #91 Linux: Allow getrandom to fail if nonblocking pool has not
868 #50 Fix too eager getrandom detection for Debian GNU/kFreeBSD
917 * getrandom on Linux 3.17+
/dflybsd-src/crypto/libressl/
H A DChangeLog1850 * Switched Linux getrandom() usage to non-blocking mode, continuing to
1852 flaw in Linux getrandom(2) where early boot usage in a library makes
1853 it impossible to recover if getrandom(2) is not yet initialized.
2570 * support for getrandom(2) on Linux 3.17
/dflybsd-src/contrib/expat/lib/
H A Dxmlparse.c132 * Linux >=3.17 + glibc >=2.25 (getrandom): HAVE_GETRANDOM, \
757 getrandom(currentTarget, bytesToWrite, getrandomFlags); in writeRandomBytes_getrandom_nonblock()
/dflybsd-src/crypto/openssh/
H A Dconfig.h.in694 /* Define to 1 if you have the `getrandom' function. */
H A Dconfigure.ac1933 getrandom \
H A Dconfig.log10523 configure:16184: checking for getrandom