Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c273 #define S44 21 in Transform() macro
277 II (b, c, d, a, in[ 5], S44, 4237533241U); /* 52 */ in Transform()
281 II (b, c, d, a, in[ 1], S44, 2240044497U); /* 56 */ in Transform()
285 II (b, c, d, a, in[13], S44, 1309151649U); /* 60 */ in Transform()
289 II (b, c, d, a, in[ 9], S44, 3951481745U); /* 64 */ in Transform()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c145 #define S44 21 macro
248 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */ in md5_transform()
252 II (b, c, d, a, x[ 1], S44, 0x85845dd1); /* 56 */ in md5_transform()
256 II (b, c, d, a, x[13], S44, 0x4e0811a1); /* 60 */ in md5_transform()
260 II (b, c, d, a, x[ 9], S44, 0xeb86d391); /* 64 */ in md5_transform()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c68 #define S44 21 macro
274 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */
278 II (b, c, d, a, x[ 1], S44, 0x85845dd1); /* 56 */
282 II (b, c, d, a, x[13], S44, 0x4e0811a1); /* 60 */
286 II (b, c, d, a, x[ 9], S44, 0xeb86d391); /* 64 */