Searched refs:K256 (Results 1 – 1 of 1) sorted by relevance
255 const static sha2_word32 K256[64] = { variable388 K256[j] + W256[j]; \398 K256[j] + (W256[j] = *data++); \410 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \497 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform()500 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform()523 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()