Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c274 #define S43 15 in Transform() macro
278 II (c, d, a, b, in[14], S43, 2878612391U); /* 51 */ in Transform()
282 II (c, d, a, b, in[10], S43, 4293915773U); /* 55 */ in Transform()
286 II (c, d, a, b, in[ 6], S43, 2734768916U); /* 59 */ in Transform()
290 II (c, d, a, b, in[ 2], S43, 718787259U); /* 63 */ in Transform()
/titanic_41/usr/src/lib/libsum/common/
H A Dsum-md5.c163 #define S43 15 macro
266 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */ in md5_transform()
270 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */ in md5_transform()
274 II (c, d, a, b, x[ 6], S43, 0xa3014314); /* 59 */ in md5_transform()
278 II (c, d, a, b, x[ 2], S43, 0x2ad7d2bb); /* 63 */ in md5_transform()
/titanic_41/usr/src/lib/libsasl/lib/
H A Dmd5.c68 #define S43 15 macro
274 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
278 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
282 II (c, d, a, b, x[ 6], S43, 0xa3014314); /* 59 */
286 II (c, d, a, b, x[ 2], S43, 0x2ad7d2bb); /* 63 */