Home | History | Annotate | Download | only in sha2

Lines Matching refs:K256

227 const static sha2_word32 K256[64] = {
352 K256[j] + W256[j]; \
362 K256[j] + (W256[j] = *data++); \
374 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
461 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +