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

/bind-9.11.3/lib/isc/
H A Dsha2.c725 static const isc_uint64_t K512[80] = { variable
793 static const isc_uint64_t K512[80] = { variable
1243 K512[j] + W512[j]; \
1253 K512[j] + (W512[j] = *data++); \
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 16 milliseconds