Home | History | Annotate | Download | only in cups

Lines Matching refs:abcd

115 	a = pms->abcd[0], b = pms->abcd[1],
116 c = pms->abcd[2], d = pms->abcd[3];
158 /* Let [abcd k s i] denote the operation
184 /* Let [abcd k s i] denote the operation
210 /* Let [abcd k s t] denote the operation
236 /* Let [abcd k s t] denote the operation
264 pms->abcd[0] += a;
265 pms->abcd[1] += b;
266 pms->abcd[2] += c;
267 pms->abcd[3] += d;
274 pms->abcd[0] = 0x67452301;
275 pms->abcd[1] = 0xefcdab89;
276 pms->abcd[2] = 0x98badcfe;
277 pms->abcd[3] = 0x10325476;
338 digest[i] = (unsigned char)(pms->abcd[i >> 2] >> ((i & 3) << 3));