Home
last modified time | relevance | path

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

12

/third_party/FreeBSD/
DLOCKS11 head/sys/libkern/arc4random.c Requires Security Officer approval.
13 stable/*/sys/libkern/arc4random.c Requires Security Officer approval.
/third_party/vixl/
D.clang-tidy6 # with arc4random. However, we are using these to drive tests and debug
8 # not possible with arc4random, and we do not need particularly robust
/third_party/FreeBSD/lib/libc/gen/
Darc4random_uniform.c50 r = arc4random(); in arc4random_uniform()
Darc4random.c241 arc4random(void) in arc4random() function
/third_party/cups-filters/
Dconfig.h88 # define CUPS_RAND() arc4random()
/third_party/cups/
Dconfig.h88 # define CUPS_RAND() arc4random()
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/stdlib_gtest/
Dstdlib_arc4random_test.cpp24 num = arc4random() % CANCEL_NUM;
/third_party/ffmpeg/libavutil/
Drandom_seed.c137 return arc4random(); in av_get_random_seed()
/third_party/skia/third_party/externals/expat/expat/
DConfigureChecks.cmake32 check_symbol_exists("arc4random" "${_bsd}stdlib.h" HAVE_ARC4RANDOM)
Dconfigure.ac215 AC_MSG_CHECKING([for arc4random (BSD, macOS or libbsd)])
223 arc4random();
227 [AC_DEFINE([HAVE_ARC4RANDOM], [1], [Define to 1 if you have the `arc4random' function.])
Dexpat_config.h.cmake6 /* Define to 1 if you have the `arc4random' function. */
/third_party/musl/porting/linux/user/include/
Dstdlib.h78 unsigned int arc4random(void);
/third_party/musl/include/
Dstdlib.h78 unsigned int arc4random(void);
/third_party/musl/docs/
Dstatus.md46 - `arc4random`: 生成伪随机数
/third_party/curl/lib/
Drand.c146 *rnd = (unsigned int)arc4random(); in randit()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt976 arc4random
Ddragonfly.txt1220 arc4random
Dnetbsd.txt1165 arc4random
Dfreebsd.txt1492 arc4random
Dapple.txt1817 arc4random
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake30 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc458 return arc4random();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc457 return arc4random();
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs881 pub fn arc4random() -> u32; in arc4random() function
/third_party/musl/
Dlibc.map.txt340 arc4random;

12