Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_sha.c431 #define ROTR32(b,x) ((x >> b) | (x << (32 - b))) macro
440 #define SHA256_F2(x) (ROTR32( 2,(x)) ^ ROTR32(13,(x)) ^ ROTR32(22,(x)))
442 #define SHA256_F3(x) (ROTR32( 6,(x)) ^ ROTR32(11,(x)) ^ ROTR32(25,(x)))
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)))

Completed in 7 milliseconds