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

/ast/src/lib/libsum/
H A Dsum-sha2.c249 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
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((
[all...]

Completed in 22 milliseconds