Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c271 #define S42 10 in Transform() macro
275 II (d, a, b, c, in[ 7], S42, 1126891415U); /* 50 */ in Transform()
279 II (d, a, b, c, in[ 3], S42, 2399980690U); /* 54 */ in Transform()
283 II (d, a, b, c, in[15], S42, 4264355552U); /* 58 */ in Transform()
287 II (d, a, b, c, in[11], S42, 3174756917U); /* 62 */ in Transform()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c143 #define S42 10 macro
246 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */ in md5_transform()
250 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */ in md5_transform()
254 II (d, a, b, c, x[15], S42, 0xfe2ce6e0); /* 58 */ in md5_transform()
258 II (d, a, b, c, x[11], S42, 0xbd3af235); /* 62 */ in md5_transform()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c66 #define S42 10 macro
272 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
276 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
280 II (d, a, b, c, x[15], S42, 0xfe2ce6e0); /* 58 */
284 II (d, a, b, c, x[11], S42, 0xbd3af235); /* 62 */