Searched refs:arc4random (Results 1 – 25 of 37) sorted by relevance
12
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()
485 arc4random(void) in arc4random() function549 r = arc4random(); in arc4random_uniform()
104 arc4random.c \
744 o Make evutil_secure_rng_init() work even with builtin arc4random (f980716)781 o Fix some crazy macro mistakes in arc4random.c (90d4225)866 o Add the arc4random.c license to the LICENSE file. (e15e1e9)895 o Add an arc4random implementation for use by evdns (d4de062)954 o Make RNG work when we have arc4random() but not arc4random_buf() (4ec8fea)972 o Fix arc4random compilation on MSVC. (98edb89)1068 o Default to using arc4random for DNS transaction IDs on systems that have it; from OpenBSD.
15 /* Define to 1 if you have the `arc4random' function. */
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}}
188 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void);189 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void) in VG_REPLACE_FUNCTION_ZU() argument
33 uint32_t arc4random(void);
52 r = arc4random(); in arc4random_uniform()
146 arc4random() in arc4random() function
140 AC_MSG_CHECKING([for arc4random (BSD, macOS or libbsd)])148 arc4random();153 [Define to 1 if you have the `arc4random' function.])
32 check_function_exists("arc4random" HAVE_ARC4RANDOM)
6 /* 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();
68 --without-arc4random) ARC4RANDOM=no;;551 arc4random();
252 r = arc4random(); in ipv6_readsecret()1411 r = arc4random(); in ipv6_gentempifid()1413 r = arc4random(); in ipv6_gentempifid()
41 return (unsigned short) (arc4random() >> 15); in rand16()
908 y = (arc4random() & 0xFFFF) % (hi - lo); in build_ports()
276 // Certain architectures provide arc4random(). Prefer using277 // arc4random() over /dev/{u,}random to make it possible to obtain
459 return arc4random();
450 return arc4random();
156 check_symbol_exists(arc4random "stdlib.h" HAVE_DECL_ARC4RANDOM)
19 /* Define to 1 if you have the `arc4random' function. */