Searched refs:RORu64 (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/crypto/ |
D | sha512.c | 45 static inline u64 RORu64(u64 x, u64 y) in RORu64() function 80 #define e0(x) (RORu64(x,28) ^ RORu64(x,34) ^ RORu64(x,39)) 81 #define e1(x) (RORu64(x,14) ^ RORu64(x,18) ^ RORu64(x,41)) 82 #define s0(x) (RORu64(x, 1) ^ RORu64(x, 8) ^ (x >> 7)) 83 #define s1(x) (RORu64(x,19) ^ RORu64(x,61) ^ (x >> 6))
|