Home
last modified time | relevance | path

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

/PHP-7.2/ext/hash/
H A Dhash_sha.c435 #define ROTR64(b,x) ((x >> b) | (x << (64 - b))) macro
701 #define SHA512_F2(x) (ROTR64(28, x) ^ ROTR64(34, x) ^ ROTR64(39, x))
703 #define SHA512_F3(x) (ROTR64(14, x) ^ ROTR64(18, x) ^ ROTR64(41, x))
705 #define SHA512_F4(x) (ROTR64( 1, x) ^ ROTR64( 8, x) ^ SHR(7, x))
707 #define SHA512_F5(x) (ROTR64(19, x) ^ ROTR64(61, x) ^ SHR(6, x))

Completed in 8 milliseconds