Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c273 #define S42 10 in Transform() macro
277 II (d, a, b, c, in[ 7], S42, 1126891415U); /* 50 */ in Transform()
281 II (d, a, b, c, in[ 3], S42, 2399980690U); /* 54 */ in Transform()
285 II (d, a, b, c, in[15], S42, 4264355552U); /* 58 */ in Transform()
289 II (d, a, b, c, in[11], S42, 3174756917U); /* 62 */ in Transform()
/titanic_41/usr/src/lib/libsum/common/
H A Dsum-md5.c162 #define S42 10 macro
265 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */ in md5_transform()
269 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */ in md5_transform()
273 II (d, a, b, c, x[15], S42, 0xfe2ce6e0); /* 58 */ in md5_transform()
277 II (d, a, b, c, x[11], S42, 0xbd3af235); /* 62 */ in md5_transform()
/titanic_41/usr/src/lib/libsasl/lib/
H A Dmd5.c67 #define S42 10 macro
273 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
277 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
281 II (d, a, b, c, x[15], S42, 0xfe2ce6e0); /* 58 */
285 II (d, a, b, c, x[11], S42, 0xbd3af235); /* 62 */