Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/digests/
Dblake2_impl.h115 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64() function
/third_party/python/Modules/_blake2/impl/
Dblake2-impl.h133 static inline uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64() function