Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c186 unsigned char k_rand_bytes[16]; in create_elf_tables() local
232 get_random_bytes(k_rand_bytes, sizeof(k_rand_bytes)); in create_elf_tables()
234 STACK_ALLOC(p, sizeof(k_rand_bytes)); in create_elf_tables()
235 if (copy_to_user(u_rand_bytes, k_rand_bytes, sizeof(k_rand_bytes))) in create_elf_tables()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c189 unsigned char k_rand_bytes[16]; in create_elf_tables() local
236 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()

Completed in 6 milliseconds