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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dsha512.c47 static inline u64 RORu64(u64 x, u64 y) function
82 #define e0(x) (RORu64(x,28) ^ RORu64(x,34) ^ RORu64(x,39))
83 #define e1(x) (RORu64(x,14) ^ RORu64(x,18) ^ RORu64(x,41))
84 #define s0(x) (RORu64(x, 1) ^ RORu64(x, 8) ^ (x >> 7))
85 #define s1(x) (RORu64(
[all...]

Completed in 22 milliseconds