Searched refs:Ch (Results 1 – 1 of 1) sorted by relevance
63 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro76 t0 = h + Sigma1(e) + Ch(e, f, g) + K(i) + W[i]; \115 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K(i) + W[i]; in ccsha256_ltc_compress()