Searched refs:rotr64 (Results 1 – 2 of 2) sorted by relevance
160 d = rotr64(d ^ a, 32); \162 b = rotr64(b ^ c, 24); \164 d = rotr64(d ^ a, 16); \166 b = rotr64(b ^ c, 63); \
152 static BLAKE2_INLINE uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64() function