Searched refs:GG (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/ext/hash/ |
| H A D | hash_md.c | 240 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 248 #define GG(a, b, c, d, x, s, ac) { \ macro 381 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */ 382 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */ 383 GG(c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ 384 GG(b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */ 385 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */ 386 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */ 387 GG(c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ 388 GG( [all...] |
| H A D | hash_sha.c | 179 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 186 #define GG(a, b, c, d, e, w) { \ macro 252 GG(a, b, c, d, e, W(20)); /* 21 */ 253 GG(e, a, b, c, d, W(21)); /* 22 */ 254 GG(d, e, a, b, c, W(22)); /* 23 */ 255 GG(c, d, e, a, b, W(23)); /* 24 */ 256 GG(b, c, d, e, a, W(24)); /* 25 */ 257 GG(a, b, c, d, e, W(25)); /* 26 */ 258 GG(e, a, b, c, d, W(26)); /* 27 */ 259 GG( [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | sha1.c | 138 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 145 #define GG(a, b, c, d, e, w) { \ macro 292 GG(a, b, c, d, e, W(20)); /* 21 */ 293 GG(e, a, b, c, d, W(21)); /* 22 */ 294 GG(d, e, a, b, c, W(22)); /* 23 */ 295 GG(c, d, e, a, b, W(23)); /* 24 */ 296 GG(b, c, d, e, a, W(24)); /* 25 */ 297 GG(a, b, c, d, e, W(25)); /* 26 */ 298 GG(e, a, b, c, d, W(26)); /* 27 */ 299 GG( [all...] |
Completed in 20 milliseconds