Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kernel/
Drelocate.c187 static inline __init unsigned long rotate_xor(unsigned long hash, in rotate_xor() function
208 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_random_boot()
211 hash = rotate_xor(hash, &entropy, sizeof(entropy)); in get_random_boot()
224 hash = rotate_xor(hash, prop, sizeof(*prop)); in get_random_boot()
/Linux-v5.4/arch/x86/boot/compressed/
Dkaslr.c61 static unsigned long rotate_xor(unsigned long hash, const void *area, in rotate_xor() function
81 hash = rotate_xor(hash, build_str, sizeof(build_str)); in get_boot_seed()
82 hash = rotate_xor(hash, boot_params, sizeof(*boot_params)); in get_boot_seed()