/external/syslinux/com32/libutil/ |
D | md5.c | 246 #define S42 10 macro 250 II(d, a, b, c, x[7], S42, 0x432aff97); /* 50 */ 254 II(d, a, b, c, x[3], S42, 0x8f0ccc92); /* 54 */ 258 II(d, a, b, c, x[15], S42, 0xfe2ce6e0); /* 58 */ 262 II(d, a, b, c, x[11], S42, 0xbd3af235); /* 62 */
|
/external/libjpeg-turbo/md5/ |
D | md5.c | 313 #define S42 10 macro 317 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */ 321 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */ 325 II (d, a, b, c, x[15], S42, 0xfe2ce6e0); /* 58 */ 329 II (d, a, b, c, x[11], S42, 0xbd3af235); /* 62 */
|
/external/dng_sdk/source/ |
D | dng_fingerprint.cpp | 475 S42 = 10, in MD5Transform() enumerator 567 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */ in MD5Transform() 571 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */ in MD5Transform() 575 II (d, a, b, c, x[15], S42, 0xfe2ce6e0); /* 58 */ in MD5Transform() 579 II (d, a, b, c, x[11], S42, 0xbd3af235); /* 62 */ in MD5Transform()
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | md5.c | 292 #define S42 10 in Transform() macro 296 II ( d, a, b, c, in[ 7], S42, UL(1126891415)); /* 50 */ in Transform() 300 II ( d, a, b, c, in[ 3], S42, UL(2399980690)); /* 54 */ in Transform() 304 II ( d, a, b, c, in[15], S42, UL(4264355552)); /* 58 */ in Transform() 308 II ( d, a, b, c, in[11], S42, UL(3174756917)); /* 62 */ in Transform()
|
/external/ppp/pppd/ |
D | md5.c | 277 #define S42 10 macro 281 II ( d, a, b, c, in[ 7], S42, UL(1126891415)); /* 50 */ 285 II ( d, a, b, c, in[ 3], S42, UL(2399980690)); /* 54 */ 289 II ( d, a, b, c, in[15], S42, UL(4264355552)); /* 58 */ 293 II ( d, a, b, c, in[11], S42, UL(3174756917)); /* 62 */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 179 private static final int S42 = 10; field in MD5Digest 299 d = rotateLeft(d + K(a, b, c) + X[ 7] + 0x432aff97, S42) + a; in processBlock() 303 d = rotateLeft(d + K(a, b, c) + X[ 3] + 0x8f0ccc92, S42) + a; in processBlock() 307 d = rotateLeft(d + K(a, b, c) + X[15] + 0xfe2ce6e0, S42) + a; in processBlock() 311 d = rotateLeft(d + K(a, b, c) + X[11] + 0xbd3af235, S42) + a; in processBlock()
|
/external/clang/test/PCH/ |
D | cxx-key-functions.cpp | 50 struct S42 { virtual void f(); }; struct 86 S40, S41, S42, S43, S44, S45, S46, S47, S48, S49,
|