Home
last modified time | relevance | path

Searched refs:getentropy (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/lib/libcrypto/arc4random/
Dgetentropy_win.c29 int getentropy(void *buf, size_t len);
37 getentropy(void *buf, size_t len) in getentropy() function
Dgetentropy_hpux.c65 int getentropy(void *buf, size_t len);
72 getentropy(void *buf, size_t len) in getentropy() function
270 HF(getentropy); /* an addr in this library */ in getentropy_fallback()
Dgetentropy_aix.c61 int getentropy(void *buf, size_t len);
68 getentropy(void *buf, size_t len) in getentropy() function
276 HF(getentropy); /* an addr in this library */ in getentropy_fallback()
Dgetentropy_solaris.c69 int getentropy(void *buf, size_t len);
77 getentropy(void *buf, size_t len) in getentropy() function
296 HF(getentropy); /* an addr in this library */ in getentropy_fallback()
Dgetentropy_osx.c83 int getentropy(void *buf, size_t len);
89 getentropy(void *buf, size_t len) in getentropy() function
289 HF(getentropy); /* an addr in this library */ in getentropy_fallback()
Dgetentropy_netbsd.c53 getentropy(void *buf, size_t len) in getentropy() function
Dgetentropy_freebsd.c53 getentropy(void *buf, size_t len) in getentropy() function
Dgetentropy_linux.c74 int getentropy(void *buf, size_t len);
87 getentropy(void *buf, size_t len) in getentropy() function
375 HF(getentropy); /* an addr in this library */ in getentropy_fallback()
/openbsd/src/usr.sbin/unbound/util/
Drandom.c161 if(getentropy(buf, sizeof(buf)) != -1) { in ub_initstate()
/openbsd/src/sbin/unwind/libunbound/util/
Drandom.c161 if(getentropy(buf, sizeof(buf)) != -1) { in ub_initstate()
/openbsd/src/gnu/llvm/libcxx/src/
Drandom.cpp63 int err = getentropy(&r, n); in operator ()()
/openbsd/src/lib/libc/crypt/
Darc4random.c93 if (getentropy(rnd, sizeof rnd) == -1) in _rs_stir()
/openbsd/src/lib/libc/sys/
DMakefile.inc54 getentropy.o getdents.o getfh.o getfsstat.o \
184 fork.2 fsync.2 futex.2 getentropy.2 getdents.2 getdtablecount.2 \
/openbsd/src/lib/libc/hidden/
Dunistd.h73 PROTO_NORMAL(getentropy);
/openbsd/src/libexec/ld.so/
DMakefile30 syscall=close exit fstat getdents getentropy getthrid issetugid kbind \
/openbsd/src/include/
Dunistd.h475 int getentropy(void *, size_t);
/openbsd/src/sbin/unwind/libunbound/
Dconfig.h1451 int getentropy(void* buf, size_t len);
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddone_abilist.txt237 fun:getentropy=custom
Ddfsan_custom.cpp978 SANITIZER_WEAK_ATTRIBUTE int getentropy(void *buffer, size_t length);
984 int ret = getentropy(buffer, length); in __dfsw_getentropy()
/openbsd/src/lib/libc/
DSymbols.list297 getentropy
/openbsd/src/usr.sbin/unbound/
Dconfig.h.in292 /* Define to 1 if you have the `getentropy' function. */
1446 int getentropy(void* buf, size_t len);
Dconfigure.ac1831 AC_CHECK_FUNCS([getentropy],,[
2280 int getentropy(void* buf, size_t len);
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c84 ret = getentropy(buf, nbyte); in syscall_emulator()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp2393 uptr rnd = getentropy(buffer, length); in GetRandom()
/openbsd/src/gnu/llvm/libcxx/include/
D__config369 // Use getentropy().

12