Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmd5.c95 #define GG(a, b, c, d, x, s, ac) { \ macro
221 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ in li_MD5Transform()
222 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ in li_MD5Transform()
223 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ in li_MD5Transform()
224 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ in li_MD5Transform()
225 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ in li_MD5Transform()
226 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ in li_MD5Transform()
227 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ in li_MD5Transform()
228 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ in li_MD5Transform()
229 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ in li_MD5Transform()
[all …]