Searched refs:S13 (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/common/crypto/md4/ |
H A D | md4.c | 50 #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_50/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 208 #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_50/usr/src/lib/libsum/common/ |
H A D | sum-md5.c | 151 #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_50/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 56 #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 */
|