Home
last modified time | relevance | path

Searched refs:random (Results 1 – 25 of 139) sorted by relevance

123456

/titanic_50/usr/src/test/libc-tests/runfiles/
H A Ddefault.run35 [/opt/libc-tests/tests/random/getrandom]
36 [/opt/libc-tests/tests/random/getentropy]
37 [/opt/libc-tests/tests/random/chacha]
38 [/opt/libc-tests/tests/random/inz_child]
39 [/opt/libc-tests/tests/random/inz_inval]
40 [/opt/libc-tests/tests/random/inz_mlock]
41 [/opt/libc-tests/tests/random/inz_region]
42 [/opt/libc-tests/tests/random/inz_split]
43 [/opt/libc-tests/tests/random/inz_split_vpp]
44 [/opt/libc-tests/tests/random/inz_vpp]
[all …]
/titanic_50/usr/src/cmd/ssh/doc/
H A DWARNING.RNG1 This document contains a description of portable OpenSSH's random
4 /dev/random in their OS".
8 cryptographic challenges. If the random numbers that it uses are
13 authentication), entails the use of a 160 bit random number. If an
17 If you are using the builtin random number support (configure will
20 Please also request that your OS vendor provides a kernel-based random
21 number collector (/dev/random) in future versions of your operating
26 The portable OpenSSH contains random number collection support for
27 systems which lack a kernel entropy pool (/dev/random).
39 The random number code will also read and save a seed file to
[all …]
/titanic_50/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c76 int random; in wait_random_time() local
101 random = rand_r(&seed); in wait_random_time()
104 random = ((random % 500) + 100) * MILLISEC; in wait_random_time()
105 tval.tv_sec = random / MICROSEC; in wait_random_time()
106 tval.tv_usec = random % MICROSEC; in wait_random_time()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-test-libctest.mf30 dir path=opt/libc-tests/tests/random
99 file path=opt/libc-tests/tests/random/arc4key.ksh mode=0555
100 file path=opt/libc-tests/tests/random/arc4random mode=0555
101 file path=opt/libc-tests/tests/random/arc4random_fork mode=0555
102 file path=opt/libc-tests/tests/random/arc4random_forkall mode=0555
103 file path=opt/libc-tests/tests/random/arc4random_forksig mode=0555
104 file path=opt/libc-tests/tests/random/arc4random_prefork mode=0555
105 file path=opt/libc-tests/tests/random/arc4random_preforkall mode=0555
106 file path=opt/libc-tests/tests/random/arc4random_preforksig mode=0555
107 file path=opt/libc-tests/tests/random/arc4random_rekey mode=0555
[all …]
/titanic_50/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c61 int fd = -1, random, ps = sysconf(_SC_PAGESIZE); in badioctl() local
66 if ((random = open("/dev/random", O_RDONLY)) == -1) in badioctl()
104 read(random, addr, ps); in badioctl()
107 read(random, &ioc, sizeof (ioc)); in badioctl()
/titanic_50/usr/src/lib/libast/common/uwin/
H A Drandom.c45 #define random ______random macro
55 #undef random
63 extern long int random();
221 (void) random(); in srandom()
352 extern long int random() in random() function
/titanic_50/usr/src/cmd/crypt/
H A Dcrypt.c55 unsigned random; local
82 random = seed % 65521;
84 ic = (random&MASK)%(k+1);
85 random >>= 8;
90 ic = (random&MASK) % k;
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_crypt.c117 unsigned random; in c_setup() local
139 random = seed % 65521; in c_setup()
141 ic = (random&MASK)%(k+1); in c_setup()
142 random >>= 8; in c_setup()
147 ic = (random&MASK) % k; in c_setup()
/titanic_50/usr/src/cmd/mdb/intel/amd64/random/
H A DMakefile28 MODULE = random.so
31 MODSRCS = random.c
/titanic_50/usr/src/cmd/mdb/sparc/v9/random/
H A DMakefile28 MODULE = random.so
31 MODSRCS = random.c
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmagic.c77 return (double)random() / (double)0x7fffffffL; /* 2**31-1 */ in drand48()
83 return random(); in mrand48()
/titanic_50/usr/src/lib/libsip/common/
H A Dsip_gids.c138 uint32_t random; in sip_guid() local
152 if (sip_get_random((char *)&random, sizeof (random)) != 0) in sip_guid()
164 (void) snprintf(guid, SIP_RANDOM_LEN + 1, "%u%u", random, time); in sip_guid()
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib59 $DD if=/dev/urandom of=/$pool_name/random.$i \
149 function random function
H A Dzpool_upgrade_008_pos.ksh70 typeset ver_new=$(random $ver_old $MAX_VER)
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c172 long random(void);
220 random(); in srandom()
365 random(void) in random() function
/titanic_50/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c183 roffset = random() % fsize; in do_write()
229 roffset = random() % fsize; in do_trunc()
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser_rseq.c39 #define random rseq_random macro
133 rnd = random() % num; in rseq_debug()
/titanic_50/usr/src/test/libc-tests/tests/random/
H A Darc4key.ksh29 arc_bin=$arc_root/tests/random/arc4random_rekey
/titanic_50/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy_004_neg.ksh53 typeset -i cnt=$(random 2 5)
H A Dredundancy_001_pos.ksh53 typeset -i cnt=$(random 2 5)
H A Dredundancy_002_pos.ksh53 typeset -i cnt=$(random 3 5)
H A Dredundancy_003_pos.ksh53 typeset -i cnt=$(random 2 5)
/titanic_50/usr/src/lib/libast/common/features/
H A Duwin2 lib gamma,getpass,lgamma,log,log1p,random,rcmd,rint,srand48
/titanic_50/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c44 extern long random();
82 seed[i] = (random() & 0xff) ^ pass[i % 8];
/titanic_50/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_012_neg.ksh60 log_must $DD if=/dev/random of=$mntpnt/testfile.$$ count=100

123456