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

/bind-9.11.3/lib/isc/
H A Dsha2.c658 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 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] +

Completed in 11 milliseconds