Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py119 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 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()
H A Dgre_gso.sh59 dd if=/dev/urandom of=$TMPFILE bs=1024 count=2048 &>/dev/null
/linux/scripts/
H A Dgen-randstruct-seed.sh4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dnx-gzip-test.sh27 dd if=/dev/urandom of=$fname bs=$size count=1
/linux/tools/perf/tests/shell/
H A Drecord+zstd_comp_decomp.sh17 dd count=500 if=/dev/urandom of=/dev/null
/linux/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh68 dd if=/dev/urandom of=$data_file bs=1 count=12345 2> /dev/null
H A Dtest_xsk.sh108 URANDOM=/dev/urandom
H A Dtest_tc_tunnel.sh53 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
/linux/tools/testing/selftests/ntb/
H 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
/linux/tools/bootconfig/
H A Dtest-bootconfig.sh107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
/linux/tools/testing/selftests/firmware/
H A Dfw_upload.sh120 dd if=/dev/urandom of="$file" bs="$bs" count="$count" > /dev/null 2>&1
/linux/Documentation/admin-guide/
H A Dhw_random.rst22 which is used internally and exported by the /dev/urandom and
/linux/Documentation/admin-guide/device-mapper/
H A Dunstriped.rst67 dd if=/dev/urandom of=/dev/mapper/set-${i} bs=${BS} count=${COUNT} oflag=direct
/linux/tools/testing/selftests/net/netfilter/
H A Dipvs.sh85 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
H A Dnft_flowtable.sh226 head -c "$sz" < /dev/urandom > "$name"
H A Dnft_nat.sh955 dd if=/dev/urandom of="$INFILE" bs=4096 count=1 2>/dev/null
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh356 dd if=/dev/urandom of="${name}" bs="${bs}" count="${size}" 2> /dev/null
H A Dmptcp_connect.sh588 dd if=/dev/urandom conv=notrunc of="$name" oflag=append bs=1 count=$rem 2> /dev/null
/linux/Documentation/driver-api/mtd/
H A Dspi-nor.rst154 root@1:~# dd if=/dev/urandom of=./spi_test bs=1M count=2
/linux/Documentation/bpf/
H A Ds390.rst141 -object rng-random,filename=/dev/urandom,id=rng0 \
/linux/drivers/net/wireless/ath/ath9k/
H A DKconfig201 randomness into Linux entropy pool (/dev/urandom and /dev/random)
/linux/drivers/usb/misc/
H A DKconfig304 /dev/random and /dev/urandom and also provides direct access
/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst397 $ evmkey=$(dd if=/dev/urandom bs=1 count=32 | xxd -c32 -p)
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst1147 number of seconds between urandom pool reseeding). This file is

12