Searched refs:arc4random (Results 1 – 25 of 44) sorted by relevance
12
12 head/sys/libkern/arc4random.c Requires Security Officer approval.14 stable/*/sys/libkern/arc4random.c Requires Security Officer approval.
6 # with arc4random. However, we are using these to drive tests and debug8 # not possible with arc4random, and we do not need particularly robust
37 uint32_t arc4random(void);150 *rnd = (unsigned int)arc4random(); in randit()
48 r = arc4random(); in arc4random_uniform()
239 arc4random(void) in arc4random() function
88 # define CUPS_RAND() arc4random()
24 num = arc4random() % CANCEL_NUM;
137 return arc4random(); in av_get_random_seed()
32 check_symbol_exists("arc4random" "${_bsd}stdlib.h" HAVE_ARC4RANDOM)
6 /* Define to 1 if you have the `arc4random' function. */
215 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.])
78 unsigned int arc4random(void);
45 - `arc4random`: 生成伪随机数
30 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
976 arc4random
1165 arc4random
1220 arc4random
1492 arc4random
1817 arc4random
457 return arc4random();
458 return arc4random();
881 pub fn arc4random() -> u32; in arc4random() function
338 arc4random;
462 + ARES_RAND_OS = 1, /* OS-provided such as RtlGenRandom or arc4random */