Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmd5.c100 #define HH(a, b, c, d, x, s, ac) { \ macro
240 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */ in li_MD5Transform()
241 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ in li_MD5Transform()
242 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */ in li_MD5Transform()
243 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */ in li_MD5Transform()
244 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */ in li_MD5Transform()
245 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ in li_MD5Transform()
246 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */ in li_MD5Transform()
247 HH (b, c, d, a, x[10], S34, 0xbebfbc70); /* 40 */ in li_MD5Transform()
248 HH (a, b, c, d, x[13], S31, 0x289b7ec6); /* 41 */ in li_MD5Transform()
[all …]