Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsum/common/
H A Dsum-sha2.c316 static const sha2_word64 K512[80] = { variable
850 K512[j] + W512[j]; \
860 K512[j] + (W512[j] = *data++); \
872 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
954 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
957 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
980 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()