Searched refs:II (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/hash/ |
| H A D | hash_md.c | 240 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 258 #define II(a, b, c, d, x, s, ac) { \ macro 417 II(a, b, c, d, x[0], S41, 0xf4292244); /* 49 */ 418 II(d, a, b, c, x[7], S42, 0x432aff97); /* 50 */ 419 II(c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */ 420 II(b, c, d, a, x[5], S44, 0xfc93a039); /* 52 */ 421 II(a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */ 422 II(d, a, b, c, x[3], S42, 0x8f0ccc92); /* 54 */ 423 II(c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */ 424 II( [all...] |
| H A D | hash_sha.c | 179 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 196 #define II(a, b, c, d, e, w) { \ macro 296 II(a, b, c, d, e, W(60)); /* 61 */ 297 II(e, a, b, c, d, W(61)); /* 62 */ 298 II(d, e, a, b, c, W(62)); /* 63 */ 299 II(c, d, e, a, b, W(63)); /* 64 */ 300 II(b, c, d, e, a, W(64)); /* 65 */ 301 II(a, b, c, d, e, W(65)); /* 66 */ 302 II(e, a, b, c, d, W(66)); /* 67 */ 303 II( [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | sha1.c | 138 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 155 #define II(a, b, c, d, e, w) { \ macro 336 II(a, b, c, d, e, W(60)); /* 61 */ 337 II(e, a, b, c, d, W(61)); /* 62 */ 338 II(d, e, a, b, c, W(62)); /* 63 */ 339 II(c, d, e, a, b, W(63)); /* 64 */ 340 II(b, c, d, e, a, W(64)); /* 65 */ 341 II(a, b, c, d, e, W(65)); /* 66 */ 342 II(e, a, b, c, d, W(66)); /* 67 */ 343 II( [all...] |
Completed in 4 milliseconds