Ch                362 ext/digest/sha2/sha2.c 	T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
Ch                372 ext/digest/sha2/sha2.c 	T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
Ch                385 ext/digest/sha2/sha2.c 	T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
Ch                472 ext/digest/sha2/sha2.c 		T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
Ch                475 ext/digest/sha2/sha2.c 		T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
Ch                498 ext/digest/sha2/sha2.c 		T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
Ch                692 ext/digest/sha2/sha2.c 	T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
Ch                702 ext/digest/sha2/sha2.c 	T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
Ch                715 ext/digest/sha2/sha2.c 	T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
Ch                797 ext/digest/sha2/sha2.c 		T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
Ch                800 ext/digest/sha2/sha2.c 		T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
Ch                823 ext/digest/sha2/sha2.c 		T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +