Searched refs:arc4random (Results 1 – 25 of 63) sorted by relevance
123
56 (void) arc4random(); in evutil_secure_rng_init()99 ev_uint32_t u = arc4random(); in ev_arc4random_buf()106 *(ev_uint32_t*)b = arc4random(); in ev_arc4random_buf()111 ev_uint32_t u = arc4random(); in ev_arc4random_buf()
475 arc4random(void) in arc4random() function539 r = arc4random(); in arc4random_uniform()
108 arc4random.c \
106 …rand' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}107 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}108 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}109 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}110 …ng48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}111 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}112 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}113 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}114 …nd_r' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}115 …produces a sequence of values that an adversary may be able to predict. Use 'arc4random' instead}}
236 arc4random(void) in arc4random() function272 r = arc4random(); in arc4random_buf()309 r = arc4random(); in arc4random_uniform()331 arc4random();
68 COMPAT= arc4random.o \
209 unsigned int arc4random(void);
81 ret = ((arc4random() & 1) ? in sshbuf_fuzz_tests()120 r |= arc4random() & 1; in sshbuf_fuzz_tests()
159 …rand' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}160 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}161 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}162 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}163 …ng48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}164 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}165 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}166 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}167 …nd_r' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}168 …produces a sequence of values that an adversary may be able to predict. Use 'arc4random' instead}}
6 # with arc4random. However, we are using these to drive tests and debug8 # not possible with arc4random, and we do not need particularly robust
26 #define small_random32() arc4random()
26 auto i = arc4random(); in test_arc4random()
8 /* Define to 1 if you have the `arc4random' function. */
125 %call.i = call i32 @arc4random() nounwind ; <i32> [#uses=1]137 declare i32 @arc4random()
78 return arc4random();
77 return arc4random();
111 uint32_t random_data = arc4random(); in CreateGuidFromArc4Random()
32 check_symbol_exists("arc4random" "${_bsd}stdlib.h" HAVE_ARC4RANDOM)
183 AC_MSG_CHECKING([for arc4random (BSD, macOS or libbsd)])191 arc4random();195 [AC_DEFINE([HAVE_ARC4RANDOM], [1], [Define to 1 if you have the `arc4random' function.])
6 /* Define to 1 if you have the `arc4random' function. */
9 /* Define to 1 if you have the `arc4random' function. */
617 # define CUPS_RAND() arc4random()
684 # define CUPS_RAND() arc4random()
3 /* Define to 1 if you have the `arc4random' function. */