Searched refs:SIGMA1 (Results 1 – 1 of 1) sorted by relevance
1104 #define SIGMA1(x) (ROTR (14, x) ^ ROTR (18, x) ^ ROTR (41, x)) macro1249 T1 = h + SIGMA1 (e) + Ch (e, f, g) + SHA2_K[t] + W[t]; in sha512_transform()1395 #undef SIGMA1