Home
last modified time | relevance | path

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

12

/external/oss-fuzz/projects/ecc-diff-fuzzer/
Dbuild.sh99 --without-os-features=getrandom,getentropy --cpu x86_32
103 --without-os-features=getrandom,getentropy
/external/rust/crates/getrandom/src/
Dopenbsd.rs14 let ret = unsafe { libc::getentropy(chunk.as_mut_ptr() as *mut libc::c_void, chunk.len()) }; in getrandom_inner()
/external/oss-fuzz/projects/botan/
Dbuild.sh25 --without-os-features=getrandom,getentropy --with-fuzzer-lib='FuzzingEngine'
/external/python/cryptography/src/_cffi_src/openssl/src/
Dosrandom_engine.h18 extern int getentropy(void *buffer, size_t size) __attribute((weak_import));
Dosrandom_engine.c246 if (&getentropy != NULL) { in osrandom_init()
272 res = getentropy(buffer, (size_t)len); in osrandom_rand_bytes()
/external/python/cpython2/Python/
Drandom.c124 res = getentropy(buffer, len); in py_getentropy()
133 res = getentropy(buffer, len); in py_getentropy()
/external/python/cpython3/Python/
Dbootstrap_hash.c250 res = getentropy(buffer, len); in py_getentropy()
254 res = getentropy(buffer, len); in py_getentropy()
/external/llvm-project/libcxx/src/
Drandom.cpp56 int err = getentropy(&r, n); in operator ()()
/external/libcxx/src/
Drandom.cpp57 int err = getentropy(&r, n); in operator ()()
/external/python/cryptography/docs/hazmat/backends/
Dopenssl.rst112 | OpenBSD >= 5.6 | ``getentropy()`` |
114 | BSD family (including macOS 10.12+) with | ``getentropy()`` |
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc148 int result = getentropy(buffer, to_read);
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom.c322 if (getentropy(out, todo) != 0) { in fill_with_entropy()
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c322 if (getentropy(out, todo) != 0) { in fill_with_entropy()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b4.rst326 Prevent missing 'getentropy' declaration warning on macOS. Patch by Gareth
D3.5.1rc1.rst161 instead of the getentropy() function. The getentropy() function is blocking
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst67 os.urandom() doesn't use getentropy() on Solaris because getentropy() is
68 blocking, whereas os.urandom() should not block. getentropy() is supported
D2.7.10rc1.rst628 On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), instead of
D2.7.15rc1.rst1142 Support glibc 2.24 on Linux: don't use getentropy() function but read from
1144 getentropy() is implemented which getrandom() is blocking mode, whereas
D2.7.13rc1.rst978 Prevent missing 'getentropy' declaration warning on macOS. Initial patch by
/external/boringssl/src/
DSANDBOXING.md65 `RtlGenRandom` and, on POSIX systems, this uses `getrandom`, `getentropy`, or a
/external/rust/crates/getrandom/
DCHANGELOG.md196 - Try `getentropy` and then fallback to `/dev/random` on macOS. [#38]
/external/rust/crates/libc/src/
Dwasi.rs603 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1521 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/external/rust/crates/rand/
DCHANGELOG.md292 - Bitrig: use `getentropy` like OpenBSD. (#484)
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp2257 uptr rnd = getentropy(buffer, length); in GetRandom()

12