Searched defs:S23 (Results 1 - 9 of 9) sorted by relevance

/external/ppp/pppd/
H A Dmd5.c234 #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 DMD5Digest.java146 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/dng_sdk/source/
H A Ddng_fingerprint.cpp468 S23 = 14, enumerator in enum:__anon4824
532 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
536 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
540 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
544 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
/external/libjpeg-turbo/md5/
H A Dmd5.c261 #define S23 14 macro
265 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
269 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
273 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
277 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
/external/v8/test/webkit/fast/js/kde/
H A Dmd5-1.js165 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 Dmicrosoft-abi-static-initializers.cpp82 static S S23; local
/external/clang/test/PCH/
H A Dcxx-key-functions.cpp31 struct S23 { virtual void f(); }; struct
84 S20, S21, S22, S23, S24, S25, S26, S27, S28, S29,
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c67 } 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 Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 200 milliseconds