Searched refs:SHA256_F2 (Results 1 – 1 of 1) sorted by relevance
47 #define SHA256_F2(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro148 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) in sha256_transf()
Completed in 2 milliseconds