Searched refs:SHA256_F3 (Results 1 – 1 of 1) sorted by relevance
440 #define SHA256_F3(x) (ROTR32( 6,(x)) ^ ROTR32(11,(x)) ^ ROTR32(25,(x))) macro496 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()
Completed in 13 milliseconds