Searched refs:S43 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 272 #define S43 15 in Transform() macro 276 II (c, d, a, b, in[14], S43, 2878612391U); /* 51 */ in Transform() 280 II (c, d, a, b, in[10], S43, 4293915773U); /* 55 */ in Transform() 284 II (c, d, a, b, in[ 6], S43, 2734768916U); /* 59 */ in Transform() 288 II (c, d, a, b, in[ 2], S43, 718787259U); /* 63 */ in Transform()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-md5.c | 144 #define S43 15 macro 247 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */ in md5_transform() 251 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */ in md5_transform() 255 II (c, d, a, b, x[ 6], S43, 0xa3014314); /* 59 */ in md5_transform() 259 II (c, d, a, b, x[ 2], S43, 0x2ad7d2bb); /* 63 */ in md5_transform()
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 67 #define S43 15 macro 273 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */ 277 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */ 281 II (c, d, a, b, x[ 6], S43, 0xa3014314); /* 59 */ 285 II (c, d, a, b, x[ 2], S43, 0x2ad7d2bb); /* 63 */
|