Home
last modified time | relevance | path

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

12

/external/libevent/
Devutil_rand.c55 (void) arc4random(); in evutil_secure_rng_init()
90 ev_uint32_t u = arc4random(); in ev_arc4random_buf()
97 *(ev_uint32_t*)b = arc4random(); in ev_arc4random_buf()
102 ev_uint32_t u = arc4random(); in ev_arc4random_buf()
Darc4random.c484 arc4random(void) in arc4random() function
548 r = arc4random(); in arc4random_uniform()
DMakefile.am100 arc4random.c
DChangeLog52 o Document that arc4random is not a great cryptographic PRNG. (6e49696)
808 o Make evutil_secure_rng_init() work even with builtin arc4random (f980716)
845 o Fix some crazy macro mistakes in arc4random.c (90d4225)
930 o Add the arc4random.c license to the LICENSE file. (e15e1e9)
959 o Add an arc4random implementation for use by evdns (d4de062)
1018 o Make RNG work when we have arc4random() but not arc4random_buf() (4ec8fea)
1036 o Fix arc4random compilation on MSVC. (98edb89)
1132 o Default to using arc4random for DNS transaction IDs on systems that have it; from OpenBSD.
Dconfig.h.in12 /* Define to 1 if you have the `arc4random' function. */
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m106 …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}}
/external/openssh/openbsd-compat/
Darc4random.c226 arc4random(void) in arc4random() function
262 r = arc4random(); in arc4random_buf()
299 r = arc4random(); in arc4random_uniform()
321 arc4random();
DMakefile.in21 COMPAT=arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o ge…
Dopenbsd-compat.h187 unsigned int arc4random(void);
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fuzz.c76 ret = ((arc4random() & 1) ? in sshbuf_fuzz_tests()
115 r |= arc4random() & 1; in sshbuf_fuzz_tests()
/external/dhcpcd-6.8.2/compat/
Darc4random.h33 uint32_t arc4random(void);
Darc4random_uniform.c52 r = arc4random(); in arc4random_uniform()
Darc4random.c146 arc4random() in arc4random() function
/external/valgrind/coregrind/
Dvg_preloaded.c188 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void);
189 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void) in VG_REPLACE_FUNCTION_ZU() argument
/external/libcxx/src/
Drandom.cpp53 return arc4random(); in operator ()()
/external/llvm/test/CodeGen/X86/
D2009-07-06-TwoAddrAssert.ll125 %call.i = call i32 @arc4random() nounwind ; <i32> [#uses=1]
137 declare i32 @arc4random()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-07-06-TwoAddrAssert.ll125 %call.i = call i32 @arc4random() nounwind ; <i32> [#uses=1]
137 declare i32 @arc4random()
/external/dhcpcd-6.8.2/
Dconfigure68 --without-arc4random) ARC4RANDOM=no;;
551 arc4random();
Dipv6.c252 r = arc4random(); in ipv6_readsecret()
1411 r = arc4random(); in ipv6_gentempifid()
1413 r = arc4random(); in ipv6_gentempifid()
/external/dnsmasq/src/
Dutil.c41 return (unsigned short) (arc4random() >> 15); in rand16()
/external/openssh/
DOVERVIEW46 - Uses arc4random() and such.
/external/libcxx/include/
D__config225 // Certain architectures provide arc4random(). Prefer using
226 // arc4random() over /dev/{u,}random to make it possible to obtain
/external/netcat/
Dnetcat.c908 y = (arc4random() & 0xFFFF) % (hi - lo); in build_ports()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc450 return arc4random();
/external/llvm/lib/Support/Unix/
DProcess.inc459 return arc4random();

12