Searched refs:FF (Results 1 – 2 of 2) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | md5.c | 90 #define FF(a, b, c, d, x, s, ac) { \ macro 203 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in li_MD5Transform() 204 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ in li_MD5Transform() 205 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in li_MD5Transform() 206 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in li_MD5Transform() 207 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */ in li_MD5Transform() 208 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ in li_MD5Transform() 209 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in li_MD5Transform() 210 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */ in li_MD5Transform() 211 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */ in li_MD5Transform() [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 485 aggressive caching of FF
|