Searched refs:SHA256_F1 (Results 1 – 1 of 1) sorted by relevance
46 #define SHA256_F1(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro150 t2 = SHA256_F1(wv[0]) + MAJ(wv[0], wv[1], wv[2]); in sha256_transf()
Completed in 3 milliseconds