/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch | 4 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 D | random-platform.c | 48 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 D | 0001-klibc-add-getrandom-syscall.patch | 4 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 D | 0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch | 23 - 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 D | python3-bcrypt-crates.inc | 18 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 D | python3-guessing-game-crates.inc.upgraded | 8 crate://crates.io/getrandom/0.2.15 \ 51 SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6…
|
H A D | python3-guessing-game-crates.inc | 8 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 D | 0024-Fix-missing-randomness-in-__gen_tempname-bug-32214.patch | 6 Make sure to update the random value also if getrandom fails.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
H A D | 0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch | 41 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
|
H A D | 0003-Dont-include-stab.h.patch | 80 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | util.c | 102 return getrandom(buf, len, flags); in os_getrandom()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
H A D | arm_eabi.patch | 76 SCMP_SYS(getrandom),
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/ |
H A D | suricata-crates.inc | 42 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 D | python3-pydantic-core-crates.inc | 17 crate://crates.io/getrandom/0.2.15 \ 115 SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6…
|
H A D | python3-pyruvate-crates.inc | 33 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 D | klibc.inc | 19 file://0001-klibc-add-getrandom-syscall.patch \
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
|
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/ |
H A D | 0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch | 66 * Invoke the getrandom system call with
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/ |
H A D | thin-provisioning-tools-crates.inc | 35 crate://crates.io/getrandom/0.2.15 \ 142 SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6…
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 354 [ 353] = 3, /* getrandom */
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 81 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 D | deqp-runner-crates.inc | 37 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 D | kexec-tools-klibc_git.bb | 60 file://arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch"
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-stress.c | 105 if (getrandom(&page_nr, sizeof(page_nr), 0) != sizeof(page_nr)) in locking_thread()
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | server.py | 159 raw = os.getrandom(TOKEN_SIZE, os.GRND_NONBLOCK) 165 return os.getrandom(SALT_SIZE, os.GRND_NONBLOCK).hex()
|