Home
last modified time | relevance | path

Searched refs:rotr64 (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dblake2b_prov.c208 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()
H A Dblake2_impl.h115 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64() function
/third_party/openssl/providers/implementations/digests/
H A Dblake2b_prov.c208 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()
H A 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/
H A Dblake2b-ref.c253 d = rotr64(d ^ a, 32); \ in blake2b_compress()
255 b = rotr64(b ^ c, 24); \ in blake2b_compress()
257 d = rotr64(d ^ a, 16); \ in blake2b_compress()
259 b = rotr64(b ^ c, 63); \ in blake2b_compress()
H A Dblake2-impl.h133 static inline uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64() function

Completed in 3 milliseconds