Searched refs:S14 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/common/crypto/md4/ |
H A D | md4.c | 51 #define S14 19 macro 202 FF(b, c, d, a, x[ 3], S14); /* 4 */ in MD4Transform() 206 FF(b, c, d, a, x[ 7], S14); /* 8 */ in MD4Transform() 210 FF(b, c, d, a, x[11], S14); /* 12 */ in MD4Transform() 214 FF(b, c, d, a, x[15], S14); /* 16 */ in MD4Transform()
|
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 209 #define S14 22 in Transform() macro 213 FF (b, c, d, a, in[ 3], S14, 3250441966U); /* 4 */ in Transform() 217 FF (b, c, d, a, in[ 7], S14, 4249261313U); /* 8 */ in Transform() 221 FF (b, c, d, a, in[11], S14, 2304563134U); /* 12 */ in Transform() 225 FF (b, c, d, a, in[15], S14, 1236535329U); /* 16 */ in Transform()
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sum-md5.c | 152 #define S14 22 macro 213 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in md5_transform() 217 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */ in md5_transform() 221 FF (b, c, d, a, x[11], S14, 0x895cd7be); /* 12 */ in md5_transform() 225 FF (b, c, d, a, x[15], S14, 0x49b40821); /* 16 */ in md5_transform()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 57 #define S14 22 macro 221 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ 225 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */ 229 FF (b, c, d, a, x[11], S14, 0x895cd7be); /* 12 */ 233 FF (b, c, d, a, x[15], S14, 0x49b40821); /* 16 */
|