Searched refs:sha256_K (Results 1 – 2 of 2) sorted by relevance
174 static const __u32 sha256_K[64] = { variable190 __u32 tmp = h + Sigma_1(e) + Ch(e, f, g) + sha256_K[i] + w[i]; \
43 static const u32 sha256_K[64] = { variable77 t1 = h + e1(e) + Ch(e, f, g) + sha256_K[i] + W[i]; \