Home
last modified time | relevance | path

Searched refs:k_rand_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/linux-user/
H A Delfload.c555 uint8_t k_rand_bytes[16]; in get_elf_hwcap()
623 qemu_guest_getrandom_nofail(k_rand_bytes, sizeof(k_rand_bytes)); in elf_hwcap2_str()
628 memcpy_to_target(sp, k_rand_bytes, 16); in elf_hwcap2_str()
630 memcpy_to_target(sp, k_rand_bytes, 16); in elf_hwcap2_str()
2570 uint8_t k_rand_bytes[16]; create_elf_tables() local