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

/linux-4.4.14/arch/x86/boot/compressed/
H A Daslr.c37 static unsigned long rotate_xor(unsigned long hash, const void *area, rotate_xor() function
57 hash = rotate_xor(hash, build_str, sizeof(build_str)); get_random_boot()
58 hash = rotate_xor(hash, real_mode, sizeof(*real_mode)); get_random_boot()

Completed in 61 milliseconds