Searched refs:SIGMA_2 (Results 1 – 1 of 1) sorted by relevance
40 #define SIGMA_2(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10)) macro48 M1 += SIGMA_2(M2) + M3 + SIGMA_3(M4); \