Searched refs:Ch (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | sha2.c | 189 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 490 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 500 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 513 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 604 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; 607 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); 630 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + 851 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 861 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 874 T1 = (h) + Sigma1_512(e) + Ch(( [all...] |
Completed in 10 milliseconds