Searched refs:ROTR64 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/hash/ |
H A D | hash_sha.c | 432 #define ROTR64(b,x) ((x >> b) | (x << (64 - b))) macro 698 #define SHA512_F2(x) (ROTR64(28, x) ^ ROTR64(34, x) ^ ROTR64(39, x)) 700 #define SHA512_F3(x) (ROTR64(14, x) ^ ROTR64(18, x) ^ ROTR64(41, x)) 702 #define SHA512_F4(x) (ROTR64( 1, x) ^ ROTR64( 8, x) ^ SHR(7, x)) 704 #define SHA512_F5(x) (ROTR64(19, x) ^ ROTR64(61, x) ^ SHR(6, x))
|
Completed in 6 milliseconds