Home
last modified time | relevance | path

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

123

/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Durandom18 test -c /dev/urandom || exit 0
20 RANDOM_SEED_FILE=/var/lib/urandom/random-seed
23 [ -f /etc/default/urandom ] && . /etc/default/urandom
32 >/dev/urandom
35 dd if=/dev/urandom of=$RANDOM_SEED_FILE count=1 \
44 dd if=/dev/urandom of=$RANDOM_SEED_FILE count=1 \
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A D0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch7 Current dev_urandom() assumes that reading /dev/urandom
11 enforces the /dev/urandom entropy initialization from
13 48bff1053c17 ("random: opportunistically initialize on /dev/urandom reads").
22 The systemd-udev implementation of reading /dev/urandom is as follows.
25 - If enough entropy is not supplied, fallback to reading /dev/urandom,
90 - * reading from /dev/urandom */
96 - * from /dev/urandom for now, which
125 + break; /* Weird, so fallback to /dev/urandom. */
128 + break; /* No syscall, so fallback to /dev/urandom. */
133 + break; /* Will block, but no GRND_INSECURE, so fallback to /dev/urandom. */
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb24 file://urandom \
85 # Holds state information pertaining to urandom
86 install -d ${D}${localstatedir}/lib/urandom
100 install -m 0755 ${S}/urandom ${D}${sysconfdir}/init.d
101 sed -i ${D}${sysconfdir}/init.d/urandom -e 's,/var/,${localstatedir}/,g;s,/etc/,${sysconfdir}/,g'
137 update-rc.d -r ${D} urandom start 38 S 0 6 .
175 urandom"
/openbmc/u-boot/test/fs/
H A Dfs-test.sh72 if [ ! -c /dev/urandom ]; then
364 sudo dd if=/dev/urandom of="${GB2p5}" bs=1M count=1 \
366 sudo dd if=/dev/urandom of="${GB2p5}" bs=1M count=2 seek=2047 \
368 sudo dd if=/dev/urandom of="${GB2p5}" bs=1M count=1 seek=2499 \
374 sudo dd if=/dev/urandom of="${MB1}" bs=1M count=1 \
H A Dfat-noncontig-test.sh58 fill=/dev/urandom
/openbmc/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))
/openbmc/linux/scripts/
H A Dgen-randstruct-seed.sh4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')
/openbmc/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()
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dnx-gzip-test.sh27 dd if=/dev/urandom of=$fname bs=$size count=1
/openbmc/linux/tools/perf/tests/shell/
H A Drecord+zstd_comp_decomp.sh17 dd count=500 if=/dev/urandom of=/dev/null
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dmdev.conf24 urandom 0:0 0666
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/
H A D0001-urandom-xauth-changes-to-options.h.patch4 Subject: [PATCH] urandom-xauth-changes-to-options.h
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-samhainrc.patch105 -file = /var/lib/urandom
106 -file = /var/lib/urandom/random-seed
H A Dsamhain-samhainrc-fix-files-dirs-path.patch46 +file = /var/lib/urandom/random-seed
/openbmc/qemu/docs/system/arm/
H A Dxlnx-versal-virt.rst96 -object rng-random,filename=/dev/urandom,id=rng0
110 -object rng-random,filename=/dev/urandom,id=rng0
135 -object rng-random,filename=/dev/urandom,id=rng0
164 -object rng-random,filename=/dev/urandom,id=rng0
/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/
H A Dqemuloongarch.inc35 QB_OPT_APPEND = " -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-device,rng=rn…
/openbmc/openbmc/poky/meta/files/
H A Ddevice_table-minimal.txt34 /dev/urandom c 644 root root 1 9 - - -
/openbmc/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
/openbmc/u-boot/test/image/
H A Dtest-imagetools.sh62 head -c $RANDOM /dev/urandom >${SRCDIR}/${file}
/openbmc/qemu/tests/qemu-iotests/
H A D287136 dd if=/dev/urandom of="$RAND_FILE" bs=1M count=1 seek=1
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh92 URANDOM=/dev/urandom
/openbmc/linux/tools/bootconfig/
H A Dtest-bootconfig.sh107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
/openbmc/qemu/scripts/
H A Du2f-setup-gen.py142 entropy = os.urandom(48)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.6.9.bb125 # Append URANDOM_DEVICE='/dev/urandom' to CPPFLAGS:
126 # This allows tls to obtain random bits from /dev/urandom, by default
128 CPPFLAGS:append = " -D_GNU_SOURCE -DURANDOM_DEVICE=\\"/dev/urandom\\" -fPIC"
/openbmc/linux/tools/testing/selftests/firmware/
H A Dfw_upload.sh120 dd if=/dev/urandom of="$file" bs="$bs" count="$count" > /dev/null 2>&1

123