Home | History | Annotate | Download | only in nss

Lines Matching refs:K256

80 /* SHA-256 constants, K256. */
81 static const PRUint32 K256[64] = {
287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \