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

/osnet-11/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];
957 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
980 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +

Completed in 33 milliseconds