Searched refs:arc4random (Results 1 - 25 of 72) sorted by relevance

123

/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Darc4random.h1 /* $KAME: arc4random.h,v 1.1 2002/06/04 05:23:26 itojun Exp $ */
35 extern u_int32_t arc4random (void);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-arc4random.c49 arc4random(void) function
103 r = arc4random();
149 r = arc4random();
H A Dopenbsd-compat.h162 unsigned int arc4random(void);
/macosx-10.10/srm-7/srm/src/
H A Drandom.c10 /* reseed arc4random after reading this many bytes of random data */
53 return arc4random();
73 *p++ = arc4random();
76 buffer[i++] = arc4random();
/macosx-10.10/removefile-35/
H A Dremovefile_random.c79 return arc4random();
100 *p++ = arc4random();
104 buffer[i++] = arc4random();
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A DSecdTestKeychainUtilities.c42 CFStringRef tmp_dir = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("/tmp/%s.%X/"), test_prefix, arc4random());
H A Dsd-10-policytree.c19 uint32_t rnd = arc4random();
/macosx-10.10/ntp-92/lib/isc/
H A Drandom.c89 *val = arc4random();
102 return (max - arc4random() % jitter);
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dmktemp.c64 #define arc4random() rand() macro
70 #define arc4random() random() macro
118 randnum = arc4random() % (sizeof(padchar) - 1);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dmagic.c81 #define MAGIC_SRANDOM(seedval) /* no need to seed arc4random */
82 #define MAGIC_RANDOM() (arc4random() % ((unsigned)RAND_MAX + 1))
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Darc4random.c36 __FBSDID("$FreeBSD: src/lib/libc/gen/arc4random.c,v 1.25 2008/09/09 09:46:36 ache Exp $");
237 arc4random(void) function
323 r = arc4random();
344 arc4random();
/macosx-10.10/ppp-786.1.1/Helpers/sbslauncher/
H A Dnetwork_detection_helper.m216 int firstSegmentLength = (arc4random() % VARIABLE_RANDOM_SEGMENT_LENGTH) + BASE_RANDOM_SEGMENT_LENGTH;
217 int secondSegmentLength = (arc4random() % VARIABLE_RANDOM_SEGMENT_LENGTH) + BASE_RANDOM_SEGMENT_LENGTH;
231 random_host[character_index++] = HOSTNAME_CHARSET[(arc4random() % HOSTNAME_CHARSET_LENGTH)];
237 random_host[character_index++] = HOSTNAME_CHARSET[(arc4random() % HOSTNAME_CHARSET_LENGTH)];
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-31-peerinfo-simplefuzz.c64 buffer2[arc4random_uniform((u_int32_t)length)] = arc4random() & 0xff;
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Drandom.c98 *val = arc4random();
/macosx-10.10/bind9-45.101/bind9/bin/tools/
H A Dgenrandom.c56 unsigned short int x = (arc4random() & 0xFFFF);
/macosx-10.10/cups-408/cups/vcnet/
H A Dconfig.h699 # define CUPS_RAND() arc4random()
/macosx-10.10/cups-408/cups/xcode/
H A Dconfig.h613 # define CUPS_RAND() arc4random()
/macosx-10.10/dyld-353.2.1/src/
H A Dglue.c175 * by the code in libc.a for localtime() which is used by arc4random().
224 __stack_chk_guard = ((long)arc4random() << 32) | arc4random();
226 __stack_chk_guard = arc4random();
/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Drand_unix.c144 rnd = arc4random();
/macosx-10.10/WTF-7600.1.24/wtf/
H A DOSAllocatorPosix.cpp98 randomLocation = arc4random() & ((1 << 25) - 1);
/macosx-10.10/bootp-298/bootplib/
H A Dutil.c109 ret = (arc4random() / range_size) + bottom;
408 *p = arc4random();
/macosx-10.10/cups-408/cups/
H A Dconfig.h.in626 # define CUPS_RAND() arc4random()
/macosx-10.10/Heimdal-398.1.2/packages/mac/SnowLeopard10A/
H A Droken.h296 #define rk_random() arc4random()
/macosx-10.10/Libc-1044.1.2/include/
H A Dstdlib.h307 u_int32_t arc4random(void);
/macosx-10.10/OpenSSH-189/openssh/
H A Droaming_client.c164 rnd = arc4random();

Completed in 358 milliseconds

123