Searched refs:SIGMA_3 (Results 1 – 1 of 1) sorted by relevance
41 #define SIGMA_3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) macro48 M1 += SIGMA_2(M2) + M3 + SIGMA_3(M4); \