Home
last modified time | relevance | path

Searched refs:getrandom (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Darm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch4 Subject: [PATCH] kexec-arm64.c: workaround for getrandom() syscall
15 …/arm64/kexec-arm64.c:499:12: warning: implicit declaration of function 'getrandom'; did you mean '…
16 | result = getrandom(&fdt_val64,
51 + extern ssize_t getrandom(void *, size_t, unsigned int);
52 + result = getrandom(&fdt_val64,
/openbmc/qemu/crypto/
H A Drandom-platform.c48 if (getrandom(NULL, 0, 0) == 0) { in qcrypto_random_init()
81 ssize_t got = getrandom(buf, buflen, 0); in qcrypto_random_bytes()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-klibc-add-getrandom-syscall.patch4 Subject: [PATCH 1/1] klibc: add getrandom() syscall
21 +ssize_t getrandom(void *, size_t, unsigned int);
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A D0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch23 - Try to get random with calling getrandom(GRND_INSECURE)
47 @@ -79,6 +79,10 @@ static inline int getrandom(void *buffer, size_t count, unsigned flags) {
78 - /* Use the getrandom() syscall unless we know we don't have
81 - r = getrandom(p, n, GRND_NONBLOCK);
117 + l = getrandom(p, n, have_grndinsecure ? GRND_INSECURE : GRND_NONBLOCK);
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-bcrypt-crates.inc18 crate://crates.io/getrandom/0.2.15 \
59 SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6…
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/
H A Dpython3-guessing-game-crates.inc.upgraded8 crate://crates.io/getrandom/0.2.15 \
51 SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6…
H A Dpython3-guessing-game-crates.inc8 crate://crates.io/getrandom/0.2.14 \
48 SRC_URI[getrandom-0.2.14.sha256sum] = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1…
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0024-Fix-missing-randomness-in-__gen_tempname-bug-32214.patch6 Make sure to update the random value also if getrandom fails.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch41 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
H A D0003-Dont-include-stab.h.patch80 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
/openbmc/linux/arch/um/os-Linux/
H A Dutil.c102 return getrandom(buf, len, flags); in os_getrandom()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch76 SCMP_SYS(getrandom),
/openbmc/openbmc/meta-security/recipes-ids/suricata/
H A Dsuricata-crates.inc42 crate://crates.io/getrandom/0.2.10 \
164 SRC_URI[getrandom-0.2.10.sha256sum] = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618d…
607 crate://crates.io/getrandom/0.2.6 \
628 SRC_URI[getrandom-0.2.6.sha256sum] = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e420…
679 crate://crates.io/getrandom/0.2.3 \
714 SRC_URI[getrandom-0.2.3.sha256sum] = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2…
869 crate://crates.io/getrandom/0.2.6 \
882 SRC_URI[getrandom-0.2.6.sha256sum] = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e420…
918 crate://crates.io/getrandom/0.2.3 \
994 SRC_URI[getrandom-0.2.3.sha256sum] = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pydantic-core-crates.inc17 crate://crates.io/getrandom/0.2.15 \
115 SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6…
H A Dpython3-pyruvate-crates.inc33 crate://crates.io/getrandom/0.2.8 \
140 SRC_URI[getrandom-0.2.8.sha256sum] = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396…
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklibc.inc19 file://0001-klibc-add-getrandom-syscall.patch \
/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch66 * Invoke the getrandom system call with
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/
H A Dthin-provisioning-tools-crates.inc35 crate://crates.io/getrandom/0.2.15 \
142 SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6…
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc354 [ 353] = 3, /* getrandom */
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch81 pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/
H A Ddeqp-runner-crates.inc37 crate://crates.io/getrandom/0.1.16 \
170 SRC_URI[getrandom-0.1.16.sha256sum] = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf…
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/
H A Dkexec-tools-klibc_git.bb60 file://arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch"
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-stress.c105 if (getrandom(&page_nr, sizeof(page_nr), 0) != sizeof(page_nr)) in locking_thread()
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py159 raw = os.getrandom(TOKEN_SIZE, os.GRND_NONBLOCK)
165 return os.getrandom(SALT_SIZE, os.GRND_NONBLOCK).hex()

1234