Home
last modified time | relevance | path

Searched refs:urandom (Results 1 – 18 of 18) sorted by relevance

/tools/testing/selftests/powerpc/nx-gzip/
A Dnx-gzip-test.sh27 dd if=/dev/urandom of=$fname bs=$size count=1
/tools/testing/selftests/ublk/
A Dtest_generic_06.sh17 dd if=/dev/urandom of=/dev/ublkb${dev_id} oflag=direct bs=4k count=1 status=none > /dev/null 2>&1 &
/tools/perf/tests/shell/
A Drecord+zstd_comp_decomp.sh17 dd count=500 if=/dev/urandom of=/dev/null
/tools/testing/selftests/drivers/sdsi/
A Dsdsi_test.py119 rand_file = bytes(os.urandom(8))
157 rand_file = bytes(os.urandom(1017))
171 rand_file = bytes(os.urandom(8))
/tools/testing/selftests/net/
A Dtcp_mmap.c428 static int urandom = -1; in randomize() local
431 urandom = open("/dev/urandom", O_RDONLY); in randomize()
432 if (urandom < 0) { in randomize()
436 got = read(urandom, target, count); in randomize()
A Dbusy_poll_test.sh69 dd if=/dev/urandom of=${tmp_file} bs=1M count=1 2> /dev/null
A Dgre_gso.sh59 dd if=/dev/urandom of=$TMPFILE bs=1024 count=2048 &>/dev/null
/tools/testing/selftests/bpf/
A Dverify_sig_setup.sh68 dd if=/dev/urandom of=$data_file bs=1 count=12345 2> /dev/null
A Dtest_xsk.sh108 URANDOM=/dev/urandom
A Dtest_tc_tunnel.sh53 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
/tools/bootconfig/
A Dtest-bootconfig.sh107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
/tools/testing/selftests/firmware/
A Dfw_upload.sh120 dd if=/dev/urandom of="$file" bs="$bs" count="$count" > /dev/null 2>&1
/tools/testing/selftests/ntb/
A Dntb_test.sh345 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true
347 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true
/tools/testing/selftests/net/netfilter/
A Dipvs.sh85 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
A Dnft_flowtable.sh226 head -c "$sz" < /dev/urandom > "$name"
A Dnft_nat.sh973 dd if=/dev/urandom of="$INFILE" bs=4096 count=1 2>/dev/null
/tools/testing/selftests/net/mptcp/
A Dmptcp_lib.sh379 dd if=/dev/urandom of="${name}" bs="${bs}" count="${size}" 2> /dev/null
A Dmptcp_connect.sh583 dd if=/dev/urandom conv=notrunc of="$name" oflag=append bs=1 count=$rem 2> /dev/null

Completed in 24 milliseconds