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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Darc4random_uniform.c50 r = arc4random();
H A Darc4random.c21 * arc4random(3C), derived from the OpenBSD version.
158 arc4random(void) function
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Darc4random.c17 * Basic tests for the arc4random(3C) family of functions. They should always
31 (void) arc4random();
H A Darc4random_fork.c17 * Tests to make sure that a parent and child do not get the same arc4random
46 (void) arc4random();
56 fork_data->af_child = arc4random();
61 fork_data->af_parent = arc4random();
H A Darc4random_forkall.c17 * Tests to make sure that a parent and child do not get the same arc4random
46 (void) arc4random();
56 fork_data->af_child = arc4random();
61 fork_data->af_parent = arc4random();
H A Darc4random_forksig.c17 * Tests to make sure that a parent and child do not get the same arc4random
65 (void) arc4random();
76 fork_data->af_child = arc4random();
81 fork_data->af_parent = arc4random();
H A DMakefile22 PROGS = arc4random \
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A DMakefile.com34 arc4random.o
H A Darc4random.c8 /* $OpenBSD: arc4random.c,v 1.6 2001/06/05 05:05:38 pvalchev Exp $ */
158 arc4random() function
178 arc4random();
H A Dbcrypt.c65 extern uint32_t arc4random();
172 seed = arc4random();
/illumos-gate/usr/src/head/
H A Dstdlib.h290 extern uint32_t arc4random(void);
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h257 arc4random(void);
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com122 arc4random.o \
1259 pics/arc4random.o := CPPFLAGS += -I$(SRC)/common/crypto/chacha
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com144 arc4random.o \
1244 pics/arc4random.o := CPPFLAGS += -I$(SRC)/common/crypto/chacha
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile112 arc4random.o \
1191 pics/arc4random.o := CPPFLAGS += -I$(SRC)/common/crypto/chacha
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com147 arc4random.o \
1325 pics/arc4random.o := CPPFLAGS += -I$(SRC)/common/crypto/chacha
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h566 # define ipf_random arc4random
663 # define ipf_random arc4random
/illumos-gate/usr/src/man/man3c/
H A DMakefile44 arc4random.3c \
1418 arc4random_buf.3c := LINKSRC = arc4random.3c
1419 arc4random_uniform.3c := LINKSRC = arc4random.3c

Completed in 109 milliseconds