Searched refs:getrandom (Results 1 – 14 of 14) sorted by relevance
| /dflybsd-src/games/arithmetic/ |
| H A D | arithmetic.c | 74 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 D | getentropy.c | 48 res = getrandom(buf, len, 0); in getentropy()
|
| /dflybsd-src/sys/sys/ |
| H A D | random.h | 119 ssize_t getrandom(void *buf, size_t buflen, unsigned int flags);
|
| H A D | sysunion.h | 322 struct getrandom_args getrandom; member
|
| H A D | syscall.mk | 316 getrandom.o \
|
| /dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
| H A D | random.c | 241 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 D | Makefile.inc | 71 getpeername.2 getpgrp.2 getpid.2 getpriority.2 getrandom.2 \
|
| H A D | Symbol.map | 110 getrandom;
|
| /dflybsd-src/contrib/expat/ |
| H A D | Changes | 577 --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 D | ChangeLog | 1850 * 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 D | xmlparse.c | 132 * Linux >=3.17 + glibc >=2.25 (getrandom): HAVE_GETRANDOM, \ 757 getrandom(currentTarget, bytesToWrite, getrandomFlags); in writeRandomBytes_getrandom_nonblock()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | config.h.in | 694 /* Define to 1 if you have the `getrandom' function. */
|
| H A D | configure.ac | 1933 getrandom \
|
| H A D | config.log | 10523 configure:16184: checking for getrandom
|