Searched refs:k_rand_bytes (Results 1 – 2 of 2) sorted by relevance
189 unsigned char k_rand_bytes[16]; in create_elf_tables() local236 get_random_bytes(k_rand_bytes, sizeof(k_rand_bytes)); in create_elf_tables()238 STACK_ALLOC(p, sizeof(k_rand_bytes)); in create_elf_tables()239 if (copy_to_user(u_rand_bytes, k_rand_bytes, sizeof(k_rand_bytes))) in create_elf_tables()
2481 uint8_t k_rand_bytes[16]; in create_elf_tables() local2549 qemu_guest_getrandom_nofail(k_rand_bytes, sizeof(k_rand_bytes)); in create_elf_tables()2554 memcpy_to_target(sp, k_rand_bytes, 16); in create_elf_tables()2556 memcpy_to_target(sp, k_rand_bytes, 16); in create_elf_tables()