Home
last modified time | relevance | path

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

/arch/powerpc/mm/nohash/
Dkaslr_booke.c47 static unsigned long __init rotate_xor(unsigned long hash, const void *area, in rotate_xor() function
71 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_boot_seed()
72 hash = rotate_xor(hash, fdt, fdt_totalsize(fdt)); in get_boot_seed()
301 random = rotate_xor(random, &seed, sizeof(seed)); in kaslr_choose_location()
308 random = rotate_xor(random, &seed, sizeof(seed)); in kaslr_choose_location()
/arch/mips/kernel/
Drelocate.c194 static inline __init unsigned long rotate_xor(unsigned long hash, in rotate_xor() function
221 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_random_boot()
224 hash = rotate_xor(hash, &entropy, sizeof(entropy)); in get_random_boot()
237 hash = rotate_xor(hash, prop, sizeof(*prop)); in get_random_boot()
/arch/x86/boot/compressed/
Dkaslr.c49 static unsigned long rotate_xor(unsigned long hash, const void *area, in rotate_xor() function
69 hash = rotate_xor(hash, build_str, sizeof(build_str)); in get_boot_seed()
70 hash = rotate_xor(hash, boot_params, sizeof(*boot_params)); in get_boot_seed()