/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | urandom | 18 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 D | 0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch | 7 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 D | initscripts_1.0.bb | 24 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 D | fs-test.sh | 72 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 D | fat-noncontig-test.sh | 58 fill=/dev/urandom
|
/openbmc/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))
|
/openbmc/linux/scripts/ |
H A D | gen-randstruct-seed.sh | 4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')
|
/openbmc/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()
|
/openbmc/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
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | record+zstd_comp_decomp.sh | 17 dd count=500 if=/dev/urandom of=/dev/null
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | mdev.conf | 24 urandom 0:0 0666
|
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/ |
H A D | 0001-urandom-xauth-changes-to-options.h.patch | 4 Subject: [PATCH] urandom-xauth-changes-to-options.h
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-samhainrc.patch | 105 -file = /var/lib/urandom 106 -file = /var/lib/urandom/random-seed
|
H A D | samhain-samhainrc-fix-files-dirs-path.patch | 46 +file = /var/lib/urandom/random-seed
|
/openbmc/qemu/docs/system/arm/ |
H A D | xlnx-versal-virt.rst | 96 -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 D | qemuloongarch.inc | 35 QB_OPT_APPEND = " -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-device,rng=rn…
|
/openbmc/openbmc/poky/meta/files/ |
H A D | device_table-minimal.txt | 34 /dev/urandom c 644 root root 1 9 - - -
|
/openbmc/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
|
/openbmc/u-boot/test/image/ |
H A D | test-imagetools.sh | 62 head -c $RANDOM /dev/urandom >${SRCDIR}/${file}
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 287 | 136 dd if=/dev/urandom of="$RAND_FILE" bs=1M count=1 seek=1
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_xsk.sh | 92 URANDOM=/dev/urandom
|
/openbmc/linux/tools/bootconfig/ |
H A D | test-bootconfig.sh | 107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
|
/openbmc/qemu/scripts/ |
H A D | u2f-setup-gen.py | 142 entropy = os.urandom(48)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/ |
H A D | openldap_2.6.9.bb | 125 # 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 D | fw_upload.sh | 120 dd if=/dev/urandom of="$file" bs="$bs" count="$count" > /dev/null 2>&1
|