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

/bind-9.11.3/lib/isc/
H A Dsha2.c680 static const isc_uint32_t K256[64] = { variable
918 K256[j] + W256[j]; \
928 K256[j] + (W256[j] = *data++); \
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 15 milliseconds