Searched refs:S43 (Results 1 – 2 of 2) sorted by relevance
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 153 private static final int S43 = 15; field in MD5Digest 273 c = rotateLeft(c + K(d, a, b) + X[14] + 0xab9423a7, S43) + d; in processBlock() 277 c = rotateLeft(c + K(d, a, b) + X[10] + 0xffeff47d, S43) + d; in processBlock() 281 c = rotateLeft(c + K(d, a, b) + X[ 6] + 0xa3014314, S43) + d; in processBlock() 285 c = rotateLeft(c + K(d, a, b) + X[ 2] + 0x2ad7d2bb, S43) + d; in processBlock()
|
/external/ppp/pppd/ |
D | md5.c | 278 #define S43 15 macro 282 II ( c, d, a, b, in[14], S43, UL(2878612391)); /* 51 */ 286 II ( c, d, a, b, in[10], S43, UL(4293915773)); /* 55 */ 290 II ( c, d, a, b, in[ 6], S43, UL(2734768916)); /* 59 */ 294 II ( c, d, a, b, in[ 2], S43, UL( 718787259)); /* 63 */
|