Searched refs:GG (Results 1 - 7 of 7) 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.
85 #define GG(a, b, c, d, x, s, ac) { \ macro
214 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
215 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
216 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
217 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
218 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
219 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
220 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
221 GG (
[all...]
/haiku/src/bin/network/ftpd/
H A Dmd5c.c106 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
114 #define GG(a, b, c, d, x, s, ac) { \ macro
272 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
273 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
274 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
275 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
276 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
277 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
278 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
279 GG (
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Dmd5c.c107 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
115 #define GG(a, b, c, d, x, s, ac) { \ macro
270 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
271 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
272 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
273 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
274 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
275 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
276 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
277 GG (
[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.
85 #define GG(a, b, c, d, x, s, ac) { \ macro
214 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
215 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
216 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
217 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
218 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
219 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
220 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
221 GG (
[all...]
/haiku/src/bin/unzip/
H A Dglobals.c44 Uz_Globs *GG; variable
210 GG = &G;
H A Dglobalsf.c40 Uz_Globs *GG; variable
206 GG = &G;
H A Dglobals.h127 called GG that points to the Globals structure. Good enough for testing.
406 extern Uz_Globs *GG;
407 # define GETGLOBALS() Uz_Globs *pG = GG

Completed in 286 milliseconds