Searched refs:Sigma0_256 (Results 1 – 1 of 1) sorted by relevance
179 #define Sigma0_256(x) (rol((x), 30) ^ rol((x), 19) ^ rol((x), 10)) macro191 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \224 T2 = Sigma0_256(a) + Maj(a, b, c); in sha256_transform()