Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_sha.c442 #define SHA256_F3(x) (ROTR32( 6,(x)) ^ ROTR32(11,(x)) ^ ROTR32(25,(x))) macro
498 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()

Completed in 9 milliseconds