Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/test/libc-tests/tests/random/
H A Darc4random_fork.c46 (void) arc4random(); in main()
56 fork_data->af_child = arc4random(); in main()
61 fork_data->af_parent = arc4random(); in main()
H A Darc4random_forkall.c46 (void) arc4random(); in main()
56 fork_data->af_child = arc4random(); in main()
61 fork_data->af_parent = arc4random(); in main()
H A Darc4random_forksig.c65 (void) arc4random(); in main()
76 fork_data->af_child = arc4random(); in main()
81 fork_data->af_parent = arc4random(); in main()
H A Darc4random.c31 (void) arc4random(); in main()
H A DMakefile22 PROGS = arc4random \
/titanic_50/usr/src/lib/crypt_modules/bsdbf/
H A Darc4random.c158 arc4random() in arc4random() function
178 arc4random();
H A DMakefile.com34 arc4random.o
H A Dbcrypt.c65 extern uint32_t arc4random();
172 seed = arc4random(); in bcrypt_gensalt()
/titanic_50/usr/src/cmd/ssh/include/
H A Dbsd-arc4random.h40 unsigned int arc4random(void);
/titanic_50/usr/src/lib/libc/port/gen/
H A Darc4random_uniform.c50 r = arc4random(); in arc4random_uniform()
H A Darc4random.c158 arc4random(void) in arc4random() function
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-arc4random.c51 unsigned int arc4random(void) in arc4random() function
H A Dbindresvport.c99 port = (arc4random() % NPORTS) + STARTPORT;
H A Dmktemp.c112 pid = (arc4random() & 0xffff) % (26+26);
H A Dllib-lopenbsd-compat32 #include <bsd-arc4random.h>
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/
H A DMakefile.com31 bsd-arc4random.o \
/titanic_50/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c202 rnd[i] = arc4random(); in main()
/titanic_50/usr/src/head/
H A Dstdlib.h302 extern uint32_t arc4random(void);
/titanic_50/usr/src/test/libc-tests/runfiles/
H A Ddefault.run45 [/opt/libc-tests/tests/random/arc4random]
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Ddh.c148 which = arc4random() % bestcount; in choose_dh()
H A Dhostfile.c125 salt[i] = arc4random(); in host_hash()
H A Dllib-lssh39 #include <bsd-arc4random.h>
H A Dpacket.c522 rnd = arc4random(); in packet_send1()
791 rnd = arc4random(); in packet_send2_wrapped()
1710 rnd = arc4random(); in packet_send_ignore()
/titanic_50/usr/src/cmd/ssh/doc/
H A DCOPYING.Ylonen27 [ RC4 support has been removed (RC4 is used internally for arc4random). ]
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsshd.c488 rnd = arc4random(); in generate_ephemeral_server_key()
781 r = arc4random() / (double) UINT_MAX; in drop_connection()
1761 rnd = arc4random(); in do_ssh1_kex()

12