Searched refs:ror64 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/intel/soc/common/lib/sha/ |
| H A D | sha.h | 43 #define e0(x) (ror64(x, 28) ^ ror64(x, 34) ^ ror64(x, 39)) 44 #define e1(x) (ror64(x, 14) ^ ror64(x, 18) ^ ror64(x, 41)) 45 #define s0(x) (ror64(x, 1) ^ ror64(x, 8) ^ (x >> 7)) 46 #define s1(x) (ror64(x, 19) ^ ror64(x, 61) ^ (x >> 6)) 50 static inline uint64_t ror64(uint64_t input, unsigned int shift) in ror64() function
|