Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_sha512_256.c332 MHDx_rotr64(curl_uint64_t value, unsigned int bits) in MHDx_rotr64() function
491 ( MHDx_rotr64((x), 28) ^ MHDx_rotr64((x), 34) ^ MHDx_rotr64((x), 39) ) in MHDx_sha512_256_transform()
493 ( MHDx_rotr64((x), 14) ^ MHDx_rotr64((x), 18) ^ MHDx_rotr64((x), 41) ) in MHDx_sha512_256_transform()
495 ( MHDx_rotr64((x), 1) ^ MHDx_rotr64((x), 8) ^ ((x) >> 7) ) in MHDx_sha512_256_transform()
497 ( MHDx_rotr64((x), 19) ^ MHDx_rotr64((x), 61) ^ ((x) >> 6) ) in MHDx_sha512_256_transform()

Completed in 8 milliseconds