Searched refs:rotr64 (Results 1 – 2 of 2) sorted by relevance
208 d = rotr64(d ^ a, 32); \ in blake2b_compress()210 b = rotr64(b ^ c, 24); \ in blake2b_compress()212 d = rotr64(d ^ a, 16); \ in blake2b_compress()214 b = rotr64(b ^ c, 63); \ in blake2b_compress()
115 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64() function
Completed in 4 milliseconds