Searched refs:GG (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | sha1.c | 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(d, e, a, b, c, W(27)); /* 28 */ 300 GG(c, d, e, a, b, W(28)); /* 29 */ [all …]
|
/PHP-5.3/ext/hash/ |
H A D | hash_md.c | 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 */ 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 */ 388 GG(b, c, d, a, x[4], S24, 0xe7d3fbc8); /* 24 */ 389 GG(a, b, c, d, x[9], S21, 0x21e1cde6); /* 25 */ 391 GG(c, d, a, b, x[3], S23, 0xf4d50d87); /* 27 */ 392 GG(b, c, d, a, x[8], S24, 0x455a14ed); /* 28 */ [all …]
|
H A D | hash_sha.c | 186 #define GG(a, b, c, d, e, w) { \ macro 252 GG(a, b, c, d, e, W(20)); /* 21 */ in SHA1Transform() 253 GG(e, a, b, c, d, W(21)); /* 22 */ in SHA1Transform() 254 GG(d, e, a, b, c, W(22)); /* 23 */ in SHA1Transform() 255 GG(c, d, e, a, b, W(23)); /* 24 */ in SHA1Transform() 256 GG(b, c, d, e, a, W(24)); /* 25 */ in SHA1Transform() 257 GG(a, b, c, d, e, W(25)); /* 26 */ in SHA1Transform() 258 GG(e, a, b, c, d, W(26)); /* 27 */ in SHA1Transform() 259 GG(d, e, a, b, c, W(27)); /* 28 */ in SHA1Transform() 260 GG(c, d, e, a, b, W(28)); /* 29 */ in SHA1Transform() [all …]
|
/PHP-5.3/ext/zlib/tests/ |
H A D | bug_52944_corrupted_data.inc | 10 '4kgGY4wOggODnQMWrk6fnTn4s4E/GG/QqEPiOiY+PWvij9MDz+0qM8WlyB6rGiGdVcVbChvQJhcjos7ShfrFxU017nBgsMHx2O…
|
Completed in 18 milliseconds