Searched refs:arc4random (Results 1 – 25 of 45) sorted by relevance
12
11 head/sys/libkern/arc4random.c Requires Security Officer approval.13 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
50 r = arc4random(); in arc4random_uniform()
241 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)
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.])
6 /* Define to 1 if you have the `arc4random' function. */
78 unsigned int arc4random(void);
46 - `arc4random`: 生成伪随机数
146 *rnd = (unsigned int)arc4random(); in randit()
976 arc4random
1220 arc4random
1165 arc4random
1492 arc4random
1817 arc4random
30 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
458 return arc4random();
457 return arc4random();
881 pub fn arc4random() -> u32; in arc4random() function
340 arc4random;