/titanic_41/usr/src/common/crypto/md4/ |
H A D | md4.c | 49 #define S12 7 macro 200 FF(d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform() 204 FF(d, a, b, c, x[ 5], S12); /* 6 */ in MD4Transform() 208 FF(d, a, b, c, x[ 9], S12); /* 10 */ in MD4Transform() 212 FF(d, a, b, c, x[13], S12); /* 14 */ in MD4Transform()
|
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 207 #define S12 12 in Transform() macro 211 FF (d, a, b, c, in[ 1], S12, 3905402710U); /* 2 */ in Transform() 215 FF (d, a, b, c, in[ 5], S12, 1200080426U); /* 6 */ in Transform() 219 FF (d, a, b, c, in[ 9], S12, 2336552879U); /* 10 */ in Transform() 223 FF (d, a, b, c, in[13], S12, 4254626195U); /* 14 */ in Transform()
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sum-md5.c | 150 #define S12 12 macro 211 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ in md5_transform() 215 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ in md5_transform() 219 FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */ in md5_transform() 223 FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */ in md5_transform()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 55 #define S12 12 macro 219 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ 223 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ 227 FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */ 231 FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Dialers | 78 hayes =,-, "" \dA\pTE1V1X1Q0S2=255S12=255\r\c OK\r \EATDT\T\r\c CONNECT 87 usrv32-ec =,-, "" \dA\pTE1V1X1Q0S2=255S12=255&A0&H1&M5&B2\r\c OK\r \EATDT\T\r\c CONNECT STTY=crtsct… 88 usrv32-nec =,-, "" \dA\pTE1V1X1Q0S2=255S12=255&A0&H1&M0&B0\r\c OK\r \EATDT\T\r\c CONNECT STTY=crtsc… 92 tb1200 =W-, "" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=2\r\c OK\r \EATDT\T\r\c CONNECT\s1200 93 tb2400 =W-, "" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=3\r\c OK\r \EATDT\T\r\c CONNECT\s2400 94 tbfast =W-, "" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=255\r\c OK\r \EATDT\T\r\c CONNECT\sFAST 98 tb9600-ec =W-, "" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=6\r\c OK\r \EATDT\T\r\c CONNECT\s9600 STTY=c… 99 tb9600-nec =W-, "" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=6S180=0\r\c OK\r \EATDT\T\r\c CONNECT\s9600…
|