Home
last modified time | relevance | path

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

12

/Linux-v6.6/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-v6.6/scripts/
Dgen-randstruct-seed.sh4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')
/Linux-v6.6/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.sh63 dd if=/dev/urandom of=$TMPFILE bs=1024 count=2048 &>/dev/null
/Linux-v6.6/tools/testing/selftests/powerpc/nx-gzip/
Dnx-gzip-test.sh27 dd if=/dev/urandom of=$fname bs=$size count=1
/Linux-v6.6/tools/perf/tests/shell/
Drecord+zstd_comp_decomp.sh17 dd count=500 if=/dev/urandom of=/dev/null
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_xsk.sh92 URANDOM=/dev/urandom
Dtest_tc_tunnel.sh53 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
/Linux-v6.6/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-v6.6/tools/bootconfig/
Dtest-bootconfig.sh107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
/Linux-v6.6/tools/testing/selftests/firmware/
Dfw_upload.sh120 dd if=/dev/urandom of="$file" bs="$bs" count="$count" > /dev/null 2>&1
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Dunstriped.rst67 dd if=/dev/urandom of=/dev/mapper/set-${i} bs=${BS} count=${COUNT} oflag=direct
/Linux-v6.6/tools/testing/selftests/net/mptcp/
Dmptcp_sockopt.sh261 dd if=/dev/urandom of="$name" bs=1024 count=$size 2> /dev/null
Dmptcp_connect.sh616 dd if=/dev/urandom of="$name" bs=1024 count=$ksize 2> /dev/null
617 dd if=/dev/urandom conv=notrunc of="$name" bs=1 count=$rem 2> /dev/null
Duserspace_pm.sh182 dd if=/dev/urandom of="$name" bs=2 count=$ksize 2> /dev/null
Dmptcp_join.sh1202 dd if=/dev/urandom of="$name" bs=1024 count=$size 2> /dev/null
/Linux-v6.6/Documentation/admin-guide/
Dhw_random.rst23 which is used internally and exported by the /dev/urandom and
/Linux-v6.6/tools/testing/selftests/netfilter/
Dipvs.sh99 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
Dnft_flowtable.sh238 dd if=/dev/urandom of="$name" bs=1024 count=$SIZE 2> /dev/null
243 dd if=/dev/urandom conf=notrunc of="$name" bs=1 count=$SIZE 2> /dev/null
Dnft_nat.sh1036 dd if=/dev/urandom of=$tmpfile bs=4096 count=1 2>/dev/null
/Linux-v6.6/Documentation/bpf/
Ds390.rst141 -object rng-random,filename=/dev/urandom,id=rng0 \
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
DKconfig203 randomness into Linux entropy pool (/dev/urandom and /dev/random)
/Linux-v6.6/drivers/usb/misc/
DKconfig291 /dev/random and /dev/urandom and also provides direct access
/Linux-v6.6/Documentation/security/keys/
Dtrusted-encrypted.rst353 $ evmkey=$(dd if=/dev/urandom bs=1 count=32 | xxd -c32 -p)
/Linux-v6.6/Documentation/admin-guide/sysctl/
Dkernel.rst1119 number of seconds between urandom pool reseeding). This file is

12