Searched refs:K256 (Results 1 – 1 of 1) sorted by relevance
284 static const sha2_word32 K256[64] = { variable482 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()