Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/md4/
H A Dmd4.c50 #define S13 11 macro
201 FF(c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform()
205 FF(c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform()
209 FF(c, d, a, b, x[10], S13); /* 11 */ in MD4Transform()
213 FF(c, d, a, b, x[14], S13); /* 15 */ in MD4Transform()
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c208 #define S13 17 in Transform() macro
212 FF (c, d, a, b, in[ 2], S13, 606105819U); /* 3 */ in Transform()
216 FF (c, d, a, b, in[ 6], S13, 2821735955U); /* 7 */ in Transform()
220 FF (c, d, a, b, in[10], S13, 4294925233U); /* 11 */ in Transform()
224 FF (c, d, a, b, in[14], S13, 2792965006U); /* 15 */ in Transform()
/titanic_41/usr/src/lib/libsum/common/
H A Dsum-md5.c151 #define S13 17 macro
212 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in md5_transform()
216 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in md5_transform()
220 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ in md5_transform()
224 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */ in md5_transform()
/titanic_41/usr/src/lib/libsasl/lib/
H A Dmd5.c56 #define S13 17 macro
220 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
224 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
228 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
232 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */