Home
last modified time | relevance | path

Searched refs:S31 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/common/crypto/md4/
H A Dmd4.c56 #define S31 3 macro
236 HH(a, b, c, d, x[ 0], S31); /* 33 */ in MD4Transform()
240 HH(a, b, c, d, x[ 2], S31); /* 37 */ in MD4Transform()
244 HH(a, b, c, d, x[ 1], S31); /* 41 */ in MD4Transform()
248 HH(a, b, c, d, x[ 3], S31); /* 45 */ in MD4Transform()
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c250 #define S31 4 in Transform() macro
254 HH (a, b, c, d, in[ 5], S31, 4294588738U); /* 33 */ in Transform()
258 HH (a, b, c, d, in[ 1], S31, 2763975236U); /* 37 */ in Transform()
262 HH (a, b, c, d, in[13], S31, 681279174U); /* 41 */ in Transform()
266 HH (a, b, c, d, in[ 9], S31, 3654602809U); /* 45 */ in Transform()
/titanic_41/usr/src/lib/libsum/common/
H A Dsum-md5.c157 #define S31 4 macro
246 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */ in md5_transform()
250 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */ in md5_transform()
254 HH (a, b, c, d, x[13], S31, 0x289b7ec6); /* 41 */ in md5_transform()
258 HH (a, b, c, d, x[ 9], S31, 0xd9d4d039); /* 45 */ in md5_transform()
/titanic_41/usr/src/lib/libsasl/lib/
H A Dmd5.c62 #define S31 4 macro
254 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */
258 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */
262 HH (a, b, c, d, x[13], S31, 0x289b7ec6); /* 41 */
266 HH (a, b, c, d, x[ 9], S31, 0xd9d4d039); /* 45 */