/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 | 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/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/bpf/ |
H A D | verify_sig_setup.sh | 68 dd if=/dev/urandom of=$data_file bs=1 count=12345 2> /dev/null
|
H A D | test_xsk.sh | 108 URANDOM=/dev/urandom
|
H A D | test_tc_tunnel.sh | 53 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
|
/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/bootconfig/ |
H A D | test-bootconfig.sh | 107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
|
/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/Documentation/admin-guide/ |
H A D | hw_random.rst | 22 which is used internally and exported by the /dev/urandom and
|
/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/netfilter/ |
H A D | ipvs.sh | 85 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
|
H A D | nft_flowtable.sh | 226 head -c "$sz" < /dev/urandom > "$name"
|
H A D | nft_nat.sh | 955 dd if=/dev/urandom of="$INFILE" bs=4096 count=1 2>/dev/null
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_lib.sh | 356 dd if=/dev/urandom of="${name}" bs="${bs}" count="${size}" 2> /dev/null
|
H A D | mptcp_connect.sh | 588 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/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/drivers/usb/misc/ |
H A D | Kconfig | 304 /dev/random and /dev/urandom and also provides direct access
|
/linux/Documentation/security/keys/ |
H A D | trusted-encrypted.rst | 397 $ evmkey=$(dd if=/dev/urandom bs=1 count=32 | xxd -c32 -p)
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 1147 number of seconds between urandom pool reseeding). This file is
|