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

/osnet-11/usr/src/lib/libsum/common/
H A Dsum-sha2.c284 static const sha2_word32 K256[64] = { variable
482 K256[j] + W256[j]; \
492 K256[j] + (W256[j] = *data++); \
504 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
591 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
594 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
617 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +

Completed in 16 milliseconds