Home
last modified time | relevance | path

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

/openssl/providers/implementations/digests/
H A Dblake2b_prov.c209 d = rotr64(d ^ a, 32); \ in blake2b_compress()
211 b = rotr64(b ^ c, 24); \ in blake2b_compress()
213 d = rotr64(d ^ a, 16); \ in blake2b_compress()
215 b = rotr64(b ^ c, 63); \ in blake2b_compress()
H A Dblake2_impl.h115 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64() function
/openssl/providers/implementations/kdfs/
H A Dargon2.c87 d = rotr64(d ^ a, 32); \
89 b = rotr64(b ^ c, 24); \
91 d = rotr64(d ^ a, 16); \
93 b = rotr64(b ^ c, 63); \
228 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c);
302 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64() function

Completed in 11 milliseconds