Lines Matching refs:Ch
249 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
463 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
473 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
486 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
573 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
576 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
599 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
831 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
841 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
854 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
936 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
939 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
962 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +