/external/ppp/pppd/ |
H A D | md5.c | 234 #define S23 14 macro 238 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */ 242 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */ 246 GG ( c, d, a, b, in[ 3], S23, UL(4107603335)); /* 27 */ 250 GG ( c, d, a, b, in[ 7], S23, UL(1735328473)); /* 31 */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
H A D | MD5Digest.java | 146 private static final int S23 = 14; field in class:MD5Digest 242 c = rotateLeft(c + G(d, a, b) + X[11] + 0x265e5a51, S23) + d; 246 c = rotateLeft(c + G(d, a, b) + X[15] + 0xd8a1e681, S23) + d; 250 c = rotateLeft(c + G(d, a, b) + X[ 3] + 0xf4d50d87, S23) + d; 254 c = rotateLeft(c + G(d, a, b) + X[ 7] + 0x676f02d9, S23) + d;
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
H A D | md5-1.js | 165 var S23 = 14; variable 262 c = GG ( c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ 266 c = GG ( c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ 270 c = GG ( c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */ 274 c = GG ( c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
|
/external/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-static-initializers.cpp | 68 static S S23; local
|
/external/clang/test/PCH/ |
H A D | cxx-key-functions.cpp | 31 struct S23 { virtual void f(); }; struct 84 S20, S21, S22, S23, S24, S25, S26, S27, S28, S29,
|
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/ |
H A D | poly1305_vec.c | 67 } R20, R21, R22, R23, R24, S21, S22, S23, S24; member in struct:poly1305_power_t 249 p->S23.v = _mm_mul_epu32(p->R23.v, FIVE); 310 T5 = _mm_mul_epu32(H2, p->S23.v); 315 T6 = _mm_mul_epu32(H3, p->S23.v); 334 T5 = _mm_mul_epu32(H4, p->S23.v); 368 T5 = _mm_mul_epu32(M2, p->S23.v); 373 T6 = _mm_mul_epu32(M3, p->S23.v); 396 T5 = _mm_mul_epu32(M4, p->S23.v); 507 T5 = _mm_mul_epu32(H2, p->S23.v); 512 T6 = _mm_mul_epu32(H3, p->S23 [all...] |
/external/google-tv-pairing-protocol/java/jar/ |
H A D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ... |