Home
last modified time | relevance | path

Searched refs:II (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmd5.c105 #define II(a, b, c, d, x, s, ac) { \ macro
258 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */ in li_MD5Transform()
259 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */ in li_MD5Transform()
260 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */ in li_MD5Transform()
261 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */ in li_MD5Transform()
262 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */ in li_MD5Transform()
263 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */ in li_MD5Transform()
264 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */ in li_MD5Transform()
265 II (b, c, d, a, x[ 1], S44, 0x85845dd1); /* 56 */ in li_MD5Transform()
266 II (a, b, c, d, x[ 8], S41, 0x6fa87e4f); /* 57 */ in li_MD5Transform()
[all …]