rotate_xor        208 arch/mips/kernel/relocate.c 	hash = rotate_xor(hash, linux_banner, strlen(linux_banner));
rotate_xor        211 arch/mips/kernel/relocate.c 	hash = rotate_xor(hash, &entropy, sizeof(entropy));
rotate_xor        224 arch/mips/kernel/relocate.c 				hash = rotate_xor(hash, prop, sizeof(*prop));
rotate_xor         81 arch/x86/boot/compressed/kaslr.c 	hash = rotate_xor(hash, build_str, sizeof(build_str));
rotate_xor         82 arch/x86/boot/compressed/kaslr.c 	hash = rotate_xor(hash, boot_params, sizeof(*boot_params));