Searched defs:Ch (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dsha2.c653 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
917 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
927 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
940 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
1031 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
1034 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
1057 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
1242 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
1252 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
1265 T1 = (h) + Sigma1_512(e) + Ch((
[all...]

Completed in 15 milliseconds