Home | History | Annotate | Download | only in nss

Lines Matching defs:Ch

68 #define Ch(x,y,z)  ((x & y) ^ (~x & z))
287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \
726 h += S1(e) + Ch(e,f,g) + K512[n] + W[n]; \
755 /* 32-bit versions of Ch and Maj */