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

/bind-9.11.3/lib/isc/
H A Dsha2.c664 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
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((e), (f), (g)) + K512[j] + \
1351 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
1354 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
1377 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +

Completed in 10 milliseconds