Home
last modified time | relevance | path

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

/titanic_44/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]; in SHA256_Transform()
594 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform()
617 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()