Searched refs:S22 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/common/crypto/md4/ |
H A D | md4.c | 53 #define S22 5 macro 218 GG(d, a, b, c, x[ 4], S22); /* 18 */ in MD4Transform() 222 GG(d, a, b, c, x[ 5], S22); /* 22 */ in MD4Transform() 226 GG(d, a, b, c, x[ 6], S22); /* 26 */ in MD4Transform() 230 GG(d, a, b, c, x[ 7], S22); /* 30 */ in MD4Transform()
|
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 229 #define S22 9 in Transform() macro 233 GG (d, a, b, c, in[ 6], S22, 3225465664U); /* 18 */ in Transform() 237 GG (d, a, b, c, in[10], S22, 38016083U); /* 22 */ in Transform() 241 GG (d, a, b, c, in[14], S22, 3275163606U); /* 26 */ in Transform() 245 GG (d, a, b, c, in[ 2], S22, 4243563512U); /* 30 */ in Transform()
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sum-md5.c | 154 #define S22 9 macro 229 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ in md5_transform() 233 GG (d, a, b, c, x[10], S22, 0x02441453); /* 22 */ in md5_transform() 237 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */ in md5_transform() 241 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */ in md5_transform()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 59 #define S22 9 macro 237 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ 241 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ 245 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */ 249 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
|