Lines Matching refs:d
84 #define FF(a, b, c, d, x, s, ac) \ argument
85 {(a) += F ((b), (c), (d)) + (x) + (MD5UINT4)(ac); \
89 #define GG(a, b, c, d, x, s, ac) \ argument
90 {(a) += G ((b), (c), (d)) + (x) + (MD5UINT4)(ac); \
94 #define HH(a, b, c, d, x, s, ac) \ argument
95 {(a) += H ((b), (c), (d)) + (x) + (MD5UINT4)(ac); \
99 #define II(a, b, c, d, x, s, ac) \ argument
100 {(a) += I ((b), (c), (d)) + (x) + (MD5UINT4)(ac); \
234 MD5UINT4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in SDLTest_Md5Transform() local
243 FF(a, b, c, d, in[0], S11, 3614090360u); /* 1 */ in SDLTest_Md5Transform()
244 FF(d, a, b, c, in[1], S12, 3905402710u); /* 2 */ in SDLTest_Md5Transform()
245 FF(c, d, a, b, in[2], S13, 606105819u); /* 3 */ in SDLTest_Md5Transform()
246 FF(b, c, d, a, in[3], S14, 3250441966u); /* 4 */ in SDLTest_Md5Transform()
247 FF(a, b, c, d, in[4], S11, 4118548399u); /* 5 */ in SDLTest_Md5Transform()
248 FF(d, a, b, c, in[5], S12, 1200080426u); /* 6 */ in SDLTest_Md5Transform()
249 FF(c, d, a, b, in[6], S13, 2821735955u); /* 7 */ in SDLTest_Md5Transform()
250 FF(b, c, d, a, in[7], S14, 4249261313u); /* 8 */ in SDLTest_Md5Transform()
251 FF(a, b, c, d, in[8], S11, 1770035416u); /* 9 */ in SDLTest_Md5Transform()
252 FF(d, a, b, c, in[9], S12, 2336552879u); /* 10 */ in SDLTest_Md5Transform()
253 FF(c, d, a, b, in[10], S13, 4294925233u); /* 11 */ in SDLTest_Md5Transform()
254 FF(b, c, d, a, in[11], S14, 2304563134u); /* 12 */ in SDLTest_Md5Transform()
255 FF(a, b, c, d, in[12], S11, 1804603682u); /* 13 */ in SDLTest_Md5Transform()
256 FF(d, a, b, c, in[13], S12, 4254626195u); /* 14 */ in SDLTest_Md5Transform()
257 FF(c, d, a, b, in[14], S13, 2792965006u); /* 15 */ in SDLTest_Md5Transform()
258 FF(b, c, d, a, in[15], S14, 1236535329u); /* 16 */ in SDLTest_Md5Transform()
267 GG(a, b, c, d, in[1], S21, 4129170786u); /* 17 */ in SDLTest_Md5Transform()
268 GG(d, a, b, c, in[6], S22, 3225465664u); /* 18 */ in SDLTest_Md5Transform()
269 GG(c, d, a, b, in[11], S23, 643717713u); /* 19 */ in SDLTest_Md5Transform()
270 GG(b, c, d, a, in[0], S24, 3921069994u); /* 20 */ in SDLTest_Md5Transform()
271 GG(a, b, c, d, in[5], S21, 3593408605u); /* 21 */ in SDLTest_Md5Transform()
272 GG(d, a, b, c, in[10], S22, 38016083u); /* 22 */ in SDLTest_Md5Transform()
273 GG(c, d, a, b, in[15], S23, 3634488961u); /* 23 */ in SDLTest_Md5Transform()
274 GG(b, c, d, a, in[4], S24, 3889429448u); /* 24 */ in SDLTest_Md5Transform()
275 GG(a, b, c, d, in[9], S21, 568446438u); /* 25 */ in SDLTest_Md5Transform()
276 GG(d, a, b, c, in[14], S22, 3275163606u); /* 26 */ in SDLTest_Md5Transform()
277 GG(c, d, a, b, in[3], S23, 4107603335u); /* 27 */ in SDLTest_Md5Transform()
278 GG(b, c, d, a, in[8], S24, 1163531501u); /* 28 */ in SDLTest_Md5Transform()
279 GG(a, b, c, d, in[13], S21, 2850285829u); /* 29 */ in SDLTest_Md5Transform()
280 GG(d, a, b, c, in[2], S22, 4243563512u); /* 30 */ in SDLTest_Md5Transform()
281 GG(c, d, a, b, in[7], S23, 1735328473u); /* 31 */ in SDLTest_Md5Transform()
282 GG(b, c, d, a, in[12], S24, 2368359562u); /* 32 */ in SDLTest_Md5Transform()
291 HH(a, b, c, d, in[5], S31, 4294588738u); /* 33 */ in SDLTest_Md5Transform()
292 HH(d, a, b, c, in[8], S32, 2272392833u); /* 34 */ in SDLTest_Md5Transform()
293 HH(c, d, a, b, in[11], S33, 1839030562u); /* 35 */ in SDLTest_Md5Transform()
294 HH(b, c, d, a, in[14], S34, 4259657740u); /* 36 */ in SDLTest_Md5Transform()
295 HH(a, b, c, d, in[1], S31, 2763975236u); /* 37 */ in SDLTest_Md5Transform()
296 HH(d, a, b, c, in[4], S32, 1272893353u); /* 38 */ in SDLTest_Md5Transform()
297 HH(c, d, a, b, in[7], S33, 4139469664u); /* 39 */ in SDLTest_Md5Transform()
298 HH(b, c, d, a, in[10], S34, 3200236656u); /* 40 */ in SDLTest_Md5Transform()
299 HH(a, b, c, d, in[13], S31, 681279174u); /* 41 */ in SDLTest_Md5Transform()
300 HH(d, a, b, c, in[0], S32, 3936430074u); /* 42 */ in SDLTest_Md5Transform()
301 HH(c, d, a, b, in[3], S33, 3572445317u); /* 43 */ in SDLTest_Md5Transform()
302 HH(b, c, d, a, in[6], S34, 76029189u); /* 44 */ in SDLTest_Md5Transform()
303 HH(a, b, c, d, in[9], S31, 3654602809u); /* 45 */ in SDLTest_Md5Transform()
304 HH(d, a, b, c, in[12], S32, 3873151461u); /* 46 */ in SDLTest_Md5Transform()
305 HH(c, d, a, b, in[15], S33, 530742520u); /* 47 */ in SDLTest_Md5Transform()
306 HH(b, c, d, a, in[2], S34, 3299628645u); /* 48 */ in SDLTest_Md5Transform()
315 II(a, b, c, d, in[0], S41, 4096336452u); /* 49 */ in SDLTest_Md5Transform()
316 II(d, a, b, c, in[7], S42, 1126891415u); /* 50 */ in SDLTest_Md5Transform()
317 II(c, d, a, b, in[14], S43, 2878612391u); /* 51 */ in SDLTest_Md5Transform()
318 II(b, c, d, a, in[5], S44, 4237533241u); /* 52 */ in SDLTest_Md5Transform()
319 II(a, b, c, d, in[12], S41, 1700485571u); /* 53 */ in SDLTest_Md5Transform()
320 II(d, a, b, c, in[3], S42, 2399980690u); /* 54 */ in SDLTest_Md5Transform()
321 II(c, d, a, b, in[10], S43, 4293915773u); /* 55 */ in SDLTest_Md5Transform()
322 II(b, c, d, a, in[1], S44, 2240044497u); /* 56 */ in SDLTest_Md5Transform()
323 II(a, b, c, d, in[8], S41, 1873313359u); /* 57 */ in SDLTest_Md5Transform()
324 II(d, a, b, c, in[15], S42, 4264355552u); /* 58 */ in SDLTest_Md5Transform()
325 II(c, d, a, b, in[6], S43, 2734768916u); /* 59 */ in SDLTest_Md5Transform()
326 II(b, c, d, a, in[13], S44, 1309151649u); /* 60 */ in SDLTest_Md5Transform()
327 II(a, b, c, d, in[4], S41, 4149444226u); /* 61 */ in SDLTest_Md5Transform()
328 II(d, a, b, c, in[11], S42, 3174756917u); /* 62 */ in SDLTest_Md5Transform()
329 II(c, d, a, b, in[2], S43, 718787259u); /* 63 */ in SDLTest_Md5Transform()
330 II(b, c, d, a, in[9], S44, 3951481745u); /* 64 */ in SDLTest_Md5Transform()
335 buf[3] += d; in SDLTest_Md5Transform()