Home
last modified time | relevance | path

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

/PHP-5.3/ext/hash/
H A Dhash_sha.c433 #define SHR(b, x) (x >> b) macro
444 #define SHA256_F4(x) (ROTR32( 7,(x)) ^ ROTR32(18,(x)) ^ SHR( 3,(x)))
446 #define SHA256_F5(x) (ROTR32(17,(x)) ^ ROTR32(19,(x)) ^ SHR(10,(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 7 milliseconds