Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dbinfmt_elf.c164 unsigned char k_rand_bytes[16]; in create_elf_tables() local
210 get_random_bytes(k_rand_bytes, sizeof(k_rand_bytes)); in create_elf_tables()
212 STACK_ALLOC(p, sizeof(k_rand_bytes)); in create_elf_tables()
213 if (__copy_to_user(u_rand_bytes, k_rand_bytes, sizeof(k_rand_bytes))) in create_elf_tables()