Searched refs:urandom (Results 1 – 18 of 18) sorted by relevance
27 dd if=/dev/urandom of=$fname bs=$size count=1
17 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
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()
69 dd if=/dev/urandom of=${tmp_file} bs=1M count=1 2> /dev/null
59 dd if=/dev/urandom of=$TMPFILE bs=1024 count=2048 &>/dev/null
68 dd if=/dev/urandom of=$data_file bs=1 count=12345 2> /dev/null
108 URANDOM=/dev/urandom
53 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
120 dd if=/dev/urandom of="$file" bs="$bs" count="$count" > /dev/null 2>&1
345 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true347 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true
85 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
226 head -c "$sz" < /dev/urandom > "$name"
973 dd if=/dev/urandom of="$INFILE" bs=4096 count=1 2>/dev/null
379 dd if=/dev/urandom of="${name}" bs="${bs}" count="${size}" 2> /dev/null
583 dd if=/dev/urandom conv=notrunc of="$name" oflag=append bs=1 count=$rem 2> /dev/null
Completed in 24 milliseconds