Home
last modified time | relevance | path

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

12

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

12