Searched refs:x_1 (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/md5/ |
H A D | md5.c | 428 register uint32_t x_0, x_1, x_2, x_3, x_4, x_5, x_6, x_7; local 443 * FF(), and likewise for `x_1' and up. note that the compiler 485 x_1 = LOAD_LITTLE_32_1(ctx->buf_un.buf32); 502 x_1 = LOAD_LITTLE_32(ctx->buf_un.buf32 + 1); 539 x_1 = LOAD_LITTLE_32_1(block); 557 x_1 = LOAD_LITTLE_32(block + 4); 564 FF(d, a, b, c, x_1, MD5_SHIFT_12, MD5_CONST_o(1)); /* 2 */ 581 GG(a, b, c, d, x_1, MD5_SHIFT_21, MD5_CONST_e(16)); /* 17 */ 603 HH(a, b, c, d, x_1, MD5_SHIFT_31, MD5_CONST_e(36)); /* 37 */ 624 II(b, c, d, a, x_1, MD5_SHIFT_4 [all...] |
Completed in 70 milliseconds