Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_sha.c440 #define SHA256_F2(x) (ROTR32( 2,(x)) ^ ROTR32(13,(x)) ^ ROTR32(22,(x))) macro
499 T2 = SHA256_F2(a) + SHA256_F1(a,b,c); in SHA256Transform()

Completed in 7 milliseconds