Searched defs:II (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c108 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
115 #define II(a, b, c, d, x, s, ac) { (a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } macro
272 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
273 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
274 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
275 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */
276 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
277 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
278 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
279 II (
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c78 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
95 #define II(a, b, c, d, x, s, ac) \ macro
276 II (a, b, c, d, in[ 0], S41, 4096336452U); /* 49 */
277 II (d, a, b, c, in[ 7], S42, 1126891415U); /* 50 */
278 II (c, d, a, b, in[14], S43, 2878612391U); /* 51 */
279 II (b, c, d, a, in[ 5], S44, 4237533241U); /* 52 */
280 II (a, b, c, d, in[12], S41, 1700485571U); /* 53 */
281 II (d, a, b, c, in[ 3], S42, 2399980690U); /* 54 */
282 II (c, d, a, b, in[10], S43, 4293915773U); /* 55 */
283 II (
[all...]
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-md5.c175 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
192 #define II(a, b, c, d, x, s, ac) { \ macro
264 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
265 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
266 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
267 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */
268 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
269 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
270 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
271 II (
[all...]

Completed in 26 milliseconds