/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | getentropy.c | 27 int result = getentropy(buffer, 256); in getentropy_0100() 39 int result = getentropy(NULL, 1); in getentropy_0200()
|
D | test_src_functionalext_supplement_misc.gni | 49 "getentropy",
|
/third_party/node/test/wasi/c/ |
D | getentropy.c | 6 int r = getentropy(buf, 256); in main()
|
/third_party/musl/src/misc/ |
D | getentropy.c | 7 int getentropy(void *buffer, size_t len) in getentropy() function
|
/third_party/python/Python/ |
D | bootstrap_hash.c | 250 res = getentropy(buffer, len); in py_getentropy() 254 res = getentropy(buffer, len); in py_getentropy()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
D | rand_unix.c | 361 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/ |
D | seed_material.cc | 148 int result = getentropy(buffer, to_read);
|
/third_party/libuv/ |
D | BUILD.gn | 248 "src/unix/random-getentropy.c", 290 "src/unix/random-getentropy.c",
|
D | Makefile.am | 420 src/unix/random-getentropy.c 511 src/unix/random-getentropy.c
|
D | CMakeLists.txt | 223 src/unix/random-getentropy.c 250 list(APPEND uv_sources src/unix/random-getentropy.c)
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 202 int getentropy(void *, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 177 int getentropy(void *, size_t);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 177 int getentropy(void *, size_t);
|
/third_party/musl/include/ |
D | unistd.h | 183 int getentropy(void *, size_t);
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 202 int getentropy(void *, size_t);
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 183 int getentropy(void *, size_t);
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 167 int getentropy(void *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 182 int getentropy(void *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 177 int getentropy(void *, size_t);
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-gnu.txt | 593 getentropy
|
D | openbsd.txt | 1027 getentropy
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0b4.rst | 326 Prevent missing 'getentropy' declaration warning on macOS. Patch by Gareth
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 507 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/ |
D | mod.rs | 507 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
|
/third_party/libuv/docs/src/ |
D | misc.rst | 759 - macOS, OpenBSD: `getentropy(2) <https://man.openbsd.org/getentropy.2>_`
|