Searched refs:Maj (Results 1 – 1 of 1) sorted by relevance
63 #define Maj(x, y, z) (((x | y) & z) | (x & y)) macro76 t1 = Sigma0(a) + Maj(a, b, c); \115 t1 = Sigma0(S[0]) + Maj(S[0], S[1], S[2]); in ccsha256_ltc_compress()