Lines Matching refs:Ch
267 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
481 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
491 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
504 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
591 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform()
594 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform()
617 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
849 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
859 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
872 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
954 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
957 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
980 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()