Home
last modified time | relevance | path

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

123

/external/libevent/
Devutil_rand.c56 (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()
Darc4random.c475 arc4random(void) in arc4random() function
539 r = arc4random(); in arc4random_uniform()
DMakefile.am108 arc4random.c \
/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.c236 arc4random(void) in arc4random() function
272 r = arc4random(); in arc4random_buf()
309 r = arc4random(); in arc4random_uniform()
331 arc4random();
DMakefile.in68 COMPAT= arc4random.o \
Dopenbsd-compat.h209 unsigned int arc4random(void);
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fuzz.c81 ret = ((arc4random() & 1) ? in sshbuf_fuzz_tests()
120 r |= arc4random() & 1; in sshbuf_fuzz_tests()
/external/llvm-project/clang/test/Analysis/
Dsecurity-syntax-checks.m159 …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}}
/external/vixl/
D.clang-tidy6 # with arc4random. However, we are using these to drive tests and debug
8 # not possible with arc4random, and we do not need particularly robust
/external/openssh/
Dcrypto_api.h26 #define small_random32() arc4random()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Darc4random.cpp26 auto i = arc4random(); in test_arc4random()
/external/expat/patches/
Dconfig.diff8 /* Define to 1 if you have the `arc4random' function. */
/external/llvm-project/llvm/test/CodeGen/X86/
D2009-07-06-TwoAddrAssert.ll125 %call.i = call i32 @arc4random() nounwind ; <i32> [#uses=1]
137 declare i32 @arc4random()
/external/libcxx/src/
Drandom.cpp78 return arc4random();
/external/llvm-project/libcxx/src/
Drandom.cpp77 return arc4random();
/external/llvm/test/CodeGen/X86/
D2009-07-06-TwoAddrAssert.ll125 %call.i = call i32 @arc4random() nounwind ; <i32> [#uses=1]
137 declare i32 @arc4random()
/external/google-breakpad/src/common/linux/
Dguid_creator.cc111 uint32_t random_data = arc4random(); in CreateGuidFromArc4Random()
/external/expat/
DConfigureChecks.cmake32 check_symbol_exists("arc4random" "${_bsd}stdlib.h" HAVE_ARC4RANDOM)
Dconfigure.ac183 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.])
Dexpat_config.h.cmake6 /* Define to 1 if you have the `arc4random' function. */
Dexpat_config.h.in9 /* Define to 1 if you have the `arc4random' function. */
/external/libcups/xcode/
Dconfig.h617 # define CUPS_RAND() arc4random()
/external/libcups/vcnet/
Dconfig.h684 # define CUPS_RAND() arc4random()
/external/google-breakpad/src/
Dconfig.h.in3 /* Define to 1 if you have the `arc4random' function. */

123