Searched refs:SHA256_K (Results 1 – 2 of 2) sorted by relevance
57 static const uint32_t SHA256_K[64] = { variable92 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
20 static const u32 SHA256_K[] = { variable66 t1 = h + e1(e) + Ch(e, f, g) + SHA256_K[i] + W[i]; \