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

/ast/src/lib/libsum/
H A Dsum-sha2.c266 static const sha2_word32 K256[64] = { variable
464 K256[j] + W256[j]; \
474 K256[j] + (W256[j] = *data++); \
486 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
573 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
576 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
599 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +

Completed in 13 milliseconds