Home
last modified time | relevance | path

Searched refs:arc4random (Results 1 - 17 of 17) sorted by relevance

/third_party/FreeBSD/lib/libc/gen/
H A Darc4random_uniform.c50 r = arc4random(); in arc4random_uniform()
H A Darc4random.c1 /* $OpenBSD: arc4random.c,v 1.58 2022/07/31 13:41:45 tb Exp $ */
91 #include "arc4random.h"
241 arc4random(void) in arc4random() function
/third_party/cups-filters/
H A Dconfig.h88 # define CUPS_RAND() arc4random()
/third_party/cups/
H A Dconfig.h88 # define CUPS_RAND() arc4random()
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/stdlib_gtest/
H A Dstdlib_arc4random_test.cpp17 * @tc.desc: Verify the randomness of this arc4random.
24 num = arc4random() % CANCEL_NUM; in HWTEST_F()
/third_party/ffmpeg/libavutil/
H A Drandom_seed.c137 return arc4random(); in av_get_random_seed()
/third_party/curl/lib/
H A Drand.c146 *rnd = (unsigned int)arc4random(); in randit()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h78 unsigned int arc4random(void);
/third_party/musl/include/
H A Dstdlib.h79 unsigned int arc4random(void);
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs881 pub fn arc4random() -> u32; in arc4random() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs822 pub fn arc4random() -> u32; in arc4random() functions
/third_party/mksh/
H A Dvar.c1829 lcg_state = arc4random(); in rndset()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c140 * BSD / macOS (including <10.7) (arc4random): HAVE_ARC4RANDOM, \
142 * libbsd (arc4random): HAVE_ARC4RANDOM + HAVE_LIBBSD, \
832 const uint32_t random32 = arc4random(); in writeRandomBytes_arc4random()
929 return ENTROPY_DEBUG("arc4random", entropy); in generate_hash_secret_salt()
/third_party/python/Modules/expat/
H A Dxmlparse.c135 * BSD / macOS (including <10.7) (arc4random): HAVE_ARC4RANDOM, \
137 * libbsd (arc4random): HAVE_ARC4RANDOM + HAVE_LIBBSD, \
815 const uint32_t random32 = arc4random(); in writeRandomBytes_arc4random()
912 return ENTROPY_DEBUG("arc4random", entropy); in generate_hash_secret_salt()
/third_party/curl/lib/vtls/
H A Dsectransp.c3279 random_number = arc4random();
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3492 pub fn arc4random() -> u32; in arc4random() functions
/third_party/ffmpeg/
H A Dconfigure2268 arc4random
6240 check_func_headers stdlib.h arc4random

Completed in 49 milliseconds