Searched refs:HH (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c69 /* FF, GG and HH are MD4 transformations for rounds 1, 2 and 3 */
79 #define HH(a, b, c, d, x, s) \ macro
195 HH (a, b, c, d, in[round3indices[i]], round3consts[i%4]); ROTATE;
235 HH (a, b, c, d, in[ 0], 3);
236 HH (d, a, b, c, in[ 8], 9);
237 HH (c, d, a, b, in[ 4], 11);
238 HH (b, c, d, a, in[12], 15);
239 HH (a, b, c, d, in[ 2], 3);
240 HH (d, a, b, c, in[10], 9);
241 HH (
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c108 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
114 #define HH(a, b, c, d, x, s, ac) { (a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } macro
254 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */
255 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
256 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */
257 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */
258 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */
259 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
260 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */
261 HH (
[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 */
90 #define HH(a, b, c, d, x, s, ac) \ macro
254 HH (a, b, c, d, in[ 5], S31, 4294588738U); /* 33 */
255 HH (d, a, b, c, in[ 8], S32, 2272392833U); /* 34 */
256 HH (c, d, a, b, in[11], S33, 1839030562U); /* 35 */
257 HH (b, c, d, a, in[14], S34, 4259657740U); /* 36 */
258 HH (a, b, c, d, in[ 1], S31, 2763975236U); /* 37 */
259 HH (d, a, b, c, in[ 4], S32, 1272893353U); /* 38 */
260 HH (c, d, a, b, in[ 7], S33, 4139469664U); /* 39 */
261 HH (
[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 */
187 #define HH(a, b, c, d, x, s, ac) { \ macro
246 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */
247 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
248 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */
249 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */
250 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */
251 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
252 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */
253 HH (
[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.
209 #define HH(a, b, c, d, x, s, ac) \
327 HH (a, b, c, d, 5, S31, 0xfffa3942); /* 33 */
328 HH (d, a, b, c, 8, S32, 0x8771f681); /* 34 */
329 HH (c, d, a, b, 11, S33, 0x6d9d6122); /* 35 */
330 HH (b, c, d, a, 14, S34, 0xfde5380c); /* 36 */
331 HH (a, b, c, d, 1, S31, 0xa4beea44); /* 37 */
332 HH (d, a, b, c, 4, S32, 0x4bdecfa9); /* 38 */
333 HH (c, d, a, b, 7, S33, 0xf6bb4b60); /* 39 */
334 HH (
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm611 When you decode, C<\xI<HH>> will be inserted for a malformed character,
612 where I<HH> is the hex representation of the octet that could not be

Completed in 22 milliseconds