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

/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5c.c77 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
95 #define II(a, b, c, d, x, s, ac) { \ macro
250 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
251 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
252 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
253 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */
254 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
255 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
256 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
257 II (
[all...]
/haiku/src/bin/network/ftpd/
H A Dmd5c.c106 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
124 #define II(a, b, c, d, x, s, ac) { \ macro
316 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
317 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
318 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
319 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */
320 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
321 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
322 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
323 II (
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Dmd5c.c107 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
125 #define II(a, b, c, d, x, s, ac) { \ macro
314 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
315 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
316 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
317 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */
318 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
319 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
320 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
321 II (
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dmd5c.c77 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
95 #define II(a, b, c, d, x, s, ac) { \ macro
250 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
251 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
252 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
253 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */
254 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
255 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
256 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
257 II (
[all...]

Completed in 51 milliseconds