Searched refs:Sigma1_256 (Results 1 – 1 of 1) sorted by relevance
181 #define Sigma1_256(x) (rol((x), 26) ^ rol((x), 21) ^ rol((x), 7)) macro190 T1 += (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[i]; \224 T1 += h + Sigma1_256(e) + Ch(e, f, g) + K256[i]; in sha256_transform()