Searched refs:S24 (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/crypto/md4/
H A Dmd4.c55 #define S24 13 macro
220 GG(b, c, d, a, x[12], S24); /* 20 */
224 GG(b, c, d, a, x[13], S24); /* 24 */
228 GG(b, c, d, a, x[14], S24); /* 28 */
232 GG(b, c, d, a, x[15], S24); /* 32 */
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c231 #define S24 20 macro
235 GG (b, c, d, a, in[ 0], S24, 3921069994U); /* 20 */
239 GG (b, c, d, a, in[ 4], S24, 3889429448U); /* 24 */
243 GG (b, c, d, a, in[ 8], S24, 1163531501U); /* 28 */
247 GG (b, c, d, a, in[12], S24, 2368359562U); /* 32 */
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c61 #define S24 20 macro
239 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
243 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */
247 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */
251 GG (b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */
/opensolaris-onvv-gate/usr/src/lib/libsum/common/
H A Dsum-md5.c156 #define S24 20 macro
231 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
235 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */
239 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */
243 GG (b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs171 #define S24 20
312 GG (b, c, d, a, 0, S24, 0xe9b6c7aa); /* 20 */
316 GG (b, c, d, a, 4, S24, 0xe7d3fbc8); /* 24 */
320 GG (b, c, d, a, 8, S24, 0x455a14ed); /* 28 */
324 GG (b, c, d, a, 12, S24, 0x8d2a4c8a); /* 32 */

Completed in 175 milliseconds