Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c429 register uint32_t x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15; in MD5Transform() local
476 x_10 = LOAD_LITTLE_32_a(ctx->buf_un.buf32); in MD5Transform()
493 x_10 = LOAD_LITTLE_32(ctx->buf_un.buf32 + 10); in MD5Transform()
521 x_10 = LOAD_LITTLE_32_a(block); in MD5Transform()
548 x_10 = LOAD_LITTLE_32(block + 40); in MD5Transform()
573 FF(c, d, a, b, x_10, MD5_SHIFT_13, MD5_CONST_e(10)); /* 11 */ in MD5Transform()
586 GG(d, a, b, c, x_10, MD5_SHIFT_22, MD5_CONST_o(21)); /* 22 */ in MD5Transform()
606 HH(b, c, d, a, x_10, MD5_SHIFT_34, MD5_CONST_o(39)); /* 40 */ in MD5Transform()
623 II(c, d, a, b, x_10, MD5_SHIFT_43, MD5_CONST_e(54)); /* 55 */ in MD5Transform()
645 x_9 = x_10 = x_11 = x_12 = x_13 = x_14 = x_15 = 0; in MD5Transform()