Searched defs:SET (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | md5.c | 160 * SET reads 4 input bytes in little-endian byte order and stores them 168 # define SET(n) \ macro 171 SET(n) 173 # define SET(n) \ macro 207 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) 208 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) 209 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) 210 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) 211 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) 212 STEP(F, d, a, b, c, SET( [all...] |
Completed in 2 milliseconds