Searched defs:S22 (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/libtomcrypt/src/hashes/
H A Dmd4.c43 #define S22 5 macro
115 GG (d, a, b, c, x[ 4], S22); /* 18 */
119 GG (d, a, b, c, x[ 5], S22); /* 22 */
123 GG (d, a, b, c, x[ 6], S22); /* 26 */
127 GG (d, a, b, c, x[ 7], S22); /* 30 */
/external/ppp/pppd/
H A Dmd5.c233 #define S22 9 macro
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
245 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
249 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java136 private static final int S22 = 9; field in class:MD5Digest
232 d = rotateLeft(d + G(a, b, c) + X[ 6] + 0xc040b340, S22) + a;
236 d = rotateLeft(d + G(a, b, c) + X[10] + 0x02441453, S22) + a;
240 d = rotateLeft(d + G(a, b, c) + X[14] + 0xc33707d6, S22) + a;
244 d = rotateLeft(d + G(a, b, c) + X[ 2] + 0xfcefa3f8, S22) + a;
/external/quake/quake/src/QW/client/
H A Dmd4.c83 #define S22 5 macro
215 GG (d, a, b, c, x[ 4], S22); /* 18 */
219 GG (d, a, b, c, x[ 5], S22); /* 22 */
223 GG (d, a, b, c, x[ 6], S22); /* 26 */
227 GG (d, a, b, c, x[ 7], S22); /* 30 */

Completed in 14 milliseconds