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

/external/syslinux/gpxe/src/include/gpxe/
H A Drotate.h17 static inline uint32_t ror32 ( uint32_t data, unsigned int rotation ) { function
/external/fio/crc/
H A 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(
52 static inline uint32_t ror32(uint32_t word, unsigned int shift) function
[all...]
/external/syslinux/gpxe/src/net/80211/
H A Dwpa_tkip.c159 static inline u32 ror32 ( u32 v, int bits ) function
306 V[1] ^= ror32 ( V[0], 2 );

Completed in 138 milliseconds