Searched refs:urandom (Results 1 – 25 of 25) sorted by relevance
119 rand_file = bytes(os.urandom(8))157 rand_file = bytes(os.urandom(1017))171 rand_file = bytes(os.urandom(8))
428 static int urandom = -1; in randomize() local431 urandom = open("/dev/urandom", O_RDONLY); in randomize()432 if (urandom < 0) { in randomize()436 got = read(urandom, target, count); in randomize()
59 dd if=/dev/urandom of=$TMPFILE bs=1024 count=2048 &>/dev/null
4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')
27 dd if=/dev/urandom of=$fname bs=$size count=1
16 dd if=/dev/urandom of=/dev/ublkb${dev_id} oflag=direct bs=4k count=1 status=none > /dev/null 2>&1 &
17 dd count=500 if=/dev/urandom of=/dev/null
73 dd if=/dev/urandom of=$data_file bs=1 count=12345 2> /dev/null
108 URANDOM=/dev/urandom
345 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true347 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true
120 dd if=/dev/urandom of="$file" bs="$bs" count="$count" > /dev/null 2>&1
107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
22 which is used internally and exported by the /dev/urandom and
7309 result in reduced throughput from /dev/urandom.
85 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
236 head -c "$sz" < /dev/urandom > "$name"
973 dd if=/dev/urandom of="$INFILE" bs=4096 count=1 2>/dev/null
67 dd if=/dev/urandom of=/dev/mapper/set-${i} bs=${BS} count=${COUNT} oflag=direct
154 root@1:~# dd if=/dev/urandom of=./spi_test bs=1M count=2
444 dd if=/dev/urandom of="${name}" bs="${bs}" count="${size}" 2> /dev/null
579 dd if=/dev/urandom conv=notrunc of="$name" oflag=append bs=1 count=$rem 2> /dev/null
141 -object rng-random,filename=/dev/urandom,id=rng0 \
191 #taskset -c 1 dd if=/dev/urandom of=/dev/null &
320 /dev/random and /dev/urandom and also provides direct access