Home
last modified time | relevance | path

Searched refs:rotr64 (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/blake2/
Dblake2b-ref.c160 d = rotr64(d ^ a, 32); \
162 b = rotr64(b ^ c, 24); \
164 d = rotr64(d ^ a, 16); \
166 b = rotr64(b ^ c, 63); \
Dblake2-impl.h152 static BLAKE2_INLINE uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64() function