/titanic_50/usr/src/test/libc-tests/runfiles/ |
H A D | default.run | 35 [/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 D | WARNING.RNG | 1 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 D | cmd.c | 76 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 D | system-test-libctest.mf | 30 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 D | badioctl.c | 61 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 D | random.c | 45 #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 D | crypt.c | 55 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 D | ns_crypt.c | 117 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 D | Makefile | 28 MODULE = random.so 31 MODSRCS = random.c
|
/titanic_50/usr/src/cmd/mdb/sparc/v9/random/ |
H A D | Makefile | 28 MODULE = random.so 31 MODSRCS = random.c
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | magic.c | 77 return (double)random() / (double)0x7fffffffL; /* 2**31-1 */ in drand48() 83 return random(); in mrand48()
|
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_gids.c | 138 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 D | zpool_upgrade.kshlib | 59 $DD if=/dev/urandom of=/$pool_name/random.$i \ 149 function random function
|
H A D | zpool_upgrade_008_pos.ksh | 70 typeset ver_new=$(random $ver_old $MAX_VER)
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | random.c | 172 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 D | file_trunc.c | 183 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 D | usbser_rseq.c | 39 #define random rseq_random macro 133 rnd = random() % num; in rseq_debug()
|
/titanic_50/usr/src/test/libc-tests/tests/random/ |
H A D | arc4key.ksh | 29 arc_bin=$arc_root/tests/random/arc4random_rekey
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy_004_neg.ksh | 53 typeset -i cnt=$(random 2 5)
|
H A D | redundancy_001_pos.ksh | 53 typeset -i cnt=$(random 2 5)
|
H A D | redundancy_002_pos.ksh | 53 typeset -i cnt=$(random 3 5)
|
H A D | redundancy_003_pos.ksh | 53 typeset -i cnt=$(random 2 5)
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | uwin | 2 lib gamma,getpass,lgamma,log,log1p,random,rcmd,rint,srand48
|
/titanic_50/usr/src/lib/libnsl/key/ |
H A D | gen_dhkeys.c | 44 extern long random(); 82 seed[i] = (random() & 0xff) ^ pass[i % 8];
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/slog/ |
H A D | slog_012_neg.ksh | 60 log_must $DD if=/dev/random of=$mntpnt/testfile.$$ count=100
|