| /linux/tools/testing/selftests/drivers/sdsi/ |
| H A D | sdsi_test.py | 119 rand_file = bytes(os.urandom(8)) 157 rand_file = bytes(os.urandom(1017)) 171 rand_file = bytes(os.urandom(8))
|
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_mmap.c | 428 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()
|
| H A D | busy_poll_test.sh | 74 dd if=/dev/urandom of=${tmp_file} bs=1M count=1 2> /dev/null
|
| H A D | gre_gso.sh | 59 dd if=/dev/urandom of=$TMPFILE bs=1024 count=2048 &>/dev/null
|
| /linux/scripts/ |
| H A D | gen-randstruct-seed.sh | 4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | nx-gzip-test.sh | 27 dd if=/dev/urandom of=$fname bs=$size count=1
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_generic_06.sh | 16 dd if=/dev/urandom of=/dev/ublkb${dev_id} oflag=direct bs=4k count=1 status=none > /dev/null 2>&1 &
|
| H A D | test_integrity_02.sh | 61 dd if=/dev/urandom "of=${UBLK_BACKFILES[1]}" $dd_reftag_args
|
| /linux/tools/perf/tests/shell/ |
| H A D | record+zstd_comp_decomp.sh | 17 dd count=500 if=/dev/urandom of=/dev/null
|
| /linux/tools/testing/selftests/ntb/ |
| H A D | ntb_test.sh | 345 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true 347 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | verify_sig_setup.sh | 73 dd if=/dev/urandom of=$data_file bs=1 count=12345 2> /dev/null
|
| H A D | test_xsk.sh | 108 URANDOM=/dev/urandom
|
| /linux/tools/testing/selftests/firmware/ |
| H A D | fw_upload.sh | 120 dd if=/dev/urandom of="$file" bs="$bs" count="$count" > /dev/null 2>&1
|
| /linux/tools/bootconfig/ |
| H A D | test-bootconfig.sh | 107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
|
| /linux/Documentation/admin-guide/ |
| H A D | hw_random.rst | 22 which is used internally and exported by the /dev/urandom and
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | ipvs.sh | 85 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | unstriped.rst | 67 dd if=/dev/urandom of=/dev/mapper/set-${i} bs=${BS} count=${COUNT} oflag=direct
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_lib.sh | 444 dd if=/dev/urandom of="${name}" bs="${bs}" count="${size}" 2> /dev/null
|
| H A D | mptcp_connect.sh | 579 dd if=/dev/urandom conv=notrunc of="$name" oflag=append bs=1 count=$rem 2> /dev/null
|
| /linux/Documentation/driver-api/mtd/ |
| H A D | spi-nor.rst | 154 root@1:~# dd if=/dev/urandom of=./spi_test bs=1M count=2
|
| /linux/tools/testing/selftests/dm-verity/ |
| H A D | test-dm-verity-keyring.sh | 271 dd if=/dev/urandom of="$WORK_DIR/data.img" bs=1M count=8 status=none
|
| /linux/Documentation/bpf/ |
| H A D | s390.rst | 141 -object rng-random,filename=/dev/urandom,id=rng0 \
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | Kconfig | 201 randomness into Linux entropy pool (/dev/urandom and /dev/random)
|
| /linux/Documentation/trace/coresight/ |
| H A D | panic.rst | 191 #taskset -c 1 dd if=/dev/urandom of=/dev/null &
|
| /linux/drivers/usb/misc/ |
| H A D | Kconfig | 320 /dev/random and /dev/urandom and also provides direct access
|