Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetentropy.c27 int result = getentropy(buffer, 256); in getentropy_0100()
39 int result = getentropy(NULL, 1); in getentropy_0200()
Dtest_src_functionalext_supplement_misc.gni49 "getentropy",
/third_party/node/test/wasi/c/
Dgetentropy.c6 int r = getentropy(buf, 256); in main()
/third_party/musl/src/misc/
Dgetentropy.c7 int getentropy(void *buffer, size_t len) in getentropy() function
/third_party/python/Python/
Dbootstrap_hash.c250 res = getentropy(buffer, len); in py_getentropy()
254 res = getentropy(buffer, len); in py_getentropy()
/third_party/openssl/providers/implementations/rands/seeding/
Drand_unix.c361 extern int getentropy(void *buffer, size_t length) __attribute__((weak)); in syscall_random()
363 if (getentropy != NULL) { in syscall_random()
364 if (getentropy(buf, buflen) == 0) in syscall_random()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dseed_material.cc148 int result = getentropy(buffer, to_read);
/third_party/libuv/
DBUILD.gn248 "src/unix/random-getentropy.c",
290 "src/unix/random-getentropy.c",
DMakefile.am420 src/unix/random-getentropy.c
511 src/unix/random-getentropy.c
DCMakeLists.txt223 src/unix/random-getentropy.c
250 list(APPEND uv_sources src/unix/random-getentropy.c)
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h202 int getentropy(void *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h177 int getentropy(void *, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h177 int getentropy(void *, size_t);
/third_party/musl/include/
Dunistd.h183 int getentropy(void *, size_t);
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h202 int getentropy(void *, size_t);
/third_party/musl/porting/linux/user/include/
Dunistd.h183 int getentropy(void *, size_t);
/third_party/musl/ndk_musl_include/
Dunistd.h167 int getentropy(void *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h182 int getentropy(void *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h177 int getentropy(void *, size_t);
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt593 getentropy
Dopenbsd.txt1027 getentropy
/third_party/python/Misc/NEWS.d/
D3.6.0b4.rst326 Prevent missing 'getentropy' declaration warning on macOS. Patch by Gareth
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs507 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Dmod.rs507 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/third_party/libuv/docs/src/
Dmisc.rst759 - macOS, OpenBSD: `getentropy(2) <https://man.openbsd.org/getentropy.2>_`

12