ror64              54 arch/powerpc/include/asm/checksum.h 	return (x + ror64(x, 32)) >> 32;
ror64             793 arch/x86/crypto/camellia_glue.c 	y = ror64(y, 32);						\
ror64             796 arch/x86/crypto/camellia_glue.c #define SET_SUBKEY_LR(INDEX, sRL) (subkey[(INDEX)] = ror64((sRL), 32))
ror64              83 crypto/sha512_generic.c #define e0(x)       (ror64(x,28) ^ ror64(x,34) ^ ror64(x,39))
ror64              84 crypto/sha512_generic.c #define e1(x)       (ror64(x,14) ^ ror64(x,18) ^ ror64(x,41))
ror64              85 crypto/sha512_generic.c #define s0(x)       (ror64(x, 1) ^ ror64(x, 8) ^ (x >> 7))
ror64              86 crypto/sha512_generic.c #define s1(x)       (ror64(x,19) ^ ror64(x,61) ^ (x >> 6))