Home
last modified time | relevance | path

Searched refs:x_7 (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/common/crypto/md5/
H A Dmd5.c428 register uint32_t x_0, x_1, x_2, x_3, x_4, x_5, x_6, x_7; in MD5Transform() local
479 x_7 = LOAD_LITTLE_32_7(ctx->buf_un.buf32); in MD5Transform()
496 x_7 = LOAD_LITTLE_32(ctx->buf_un.buf32 + 7); in MD5Transform()
527 x_7 = LOAD_LITTLE_32_7(block); in MD5Transform()
551 x_7 = LOAD_LITTLE_32(block + 28); in MD5Transform()
570 FF(b, c, d, a, x_7, MD5_SHIFT_14, MD5_CONST_o(7)); /* 8 */ in MD5Transform()
595 GG(c, d, a, b, x_7, MD5_SHIFT_23, MD5_CONST_e(30)); /* 31 */ in MD5Transform()
605 HH(c, d, a, b, x_7, MD5_SHIFT_33, MD5_CONST_e(38)); /* 39 */ in MD5Transform()
618 II(d, a, b, c, x_7, MD5_SHIFT_42, MD5_CONST_o(49)); /* 50 */ in MD5Transform()
644 x_0 = x_1 = x_2 = x_3 = x_4 = x_5 = x_6 = x_7 = x_8 = 0; in MD5Transform()