Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dbinfmt_elf.c165 unsigned char k_rand_bytes[16]; in create_elf_tables() local
211 get_random_bytes(k_rand_bytes, sizeof(k_rand_bytes)); in create_elf_tables()
213 STACK_ALLOC(p, sizeof(k_rand_bytes)); in create_elf_tables()
214 if (__copy_to_user(u_rand_bytes, k_rand_bytes, sizeof(k_rand_bytes))) in create_elf_tables()