Searched refs:II (Results 1 - 7 of 7) 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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs192 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
216 #define II(a, b, c, d, x, s, ac) \
345 II (a, b, c, d, 0, S41, 0xf4292244); /* 49 */
346 II (d, a, b, c, 7, S42, 0x432aff97); /* 50 */
347 II (c, d, a, b, 14, S43, 0xab9423a7); /* 51 */
348 II (b, c, d, a, 5, S44, 0xfc93a039); /* 52 */
349 II (a, b, c, d, 12, S41, 0x655b59c3); /* 53 */
350 II (d, a, b, c, 3, S42, 0x8f0ccc92); /* 54 */
351 II (c, d, a, b, 10, S43, 0xffeff47d); /* 55 */
352 II (
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL638 =item -II<include directories>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl1766 0908 DEVANAGARI LETTER II
1820 0940 DEVANAGARI VOWEL SIGN II
1870 0988 BENGALI LETTER II
1915 09C0 BENGALI VOWEL SIGN II
1960 0A08 GURMUKHI LETTER II
2003 0A40 GURMUKHI VOWEL SIGN II
2037 0A88 GUJARATI LETTER II
2086 0AC0 GUJARATI VOWEL SIGN II
2120 0B08 ORIYA LETTER II
2167 0B40 ORIYA VOWEL SIGN II
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure897 --enable-via-rhine enable Rhine-I/II driver

Completed in 37 milliseconds