Home
last modified time | relevance | path

Searched refs:ror32 (Results 1 – 3 of 3) sorted by relevance

/external/fio/crc/
Dsha256.c38 #define e0(x) (ror32(x, 2) ^ ror32(x,13) ^ ror32(x,22))
39 #define e1(x) (ror32(x, 6) ^ ror32(x,11) ^ ror32(x,25))
40 #define s0(x) (ror32(x, 7) ^ ror32(x,18) ^ (x >> 3))
41 #define s1(x) (ror32(x,17) ^ ror32(x,19) ^ (x >> 10))
52 static inline uint32_t ror32(uint32_t word, unsigned int shift) in ror32() function
/external/syslinux/gpxe/src/include/gpxe/
Drotate.h17 static inline uint32_t ror32 ( uint32_t data, unsigned int rotation ) { in ror32() function
/external/syslinux/gpxe/src/net/80211/
Dwpa_tkip.c159 static inline u32 ror32 ( u32 v, int bits ) in ror32() function
306 V[1] ^= ror32 ( V[0], 2 ); in tkip_feed_michael()