Searched refs:S41 (Results 1 - 2 of 2) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java151 private static final int S41 = 6; field in class:MD5Digest
271 a = rotateLeft(a + K(b, c, d) + X[ 0] + 0xf4292244, S41) + b;
275 a = rotateLeft(a + K(b, c, d) + X[12] + 0x655b59c3, S41) + b;
279 a = rotateLeft(a + K(b, c, d) + X[ 8] + 0x6fa87e4f, S41) + b;
283 a = rotateLeft(a + K(b, c, d) + X[ 4] + 0xf7537e82, S41) + b;
/external/ppp/pppd/
H A Dmd5.c276 #define S41 6 macro
280 II ( a, b, c, d, in[ 0], S41, UL(4096336452)); /* 49 */
284 II ( a, b, c, d, in[12], S41, UL(1700485571)); /* 53 */
288 II ( a, b, c, d, in[ 8], S41, UL(1873313359)); /* 57 */
292 II ( a, b, c, d, in[ 4], S41, UL(4149444226)); /* 61 */

Completed in 73 milliseconds