Searched refs:S34 (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/security/provider/ |
H A D | MD4.java | 63 private static final int S34 = 15; field in class:MD4 204 b = HH (b, c, d, a, x[12], S34); /* 36 */ 208 b = HH (b, c, d, a, x[14], S34); /* 40 */ 212 b = HH (b, c, d, a, x[13], S34); /* 44 */ 216 b = HH (b, c, d, a, x[15], S34); /* 48 */
|
H A D | MD5.java | 58 private static final int S34 = 23; field in class:MD5 193 b = HH ( b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */ 197 b = HH ( b, c, d, a, x[10], S34, 0xbebfbc70); /* 40 */ 201 b = HH ( b, c, d, a, x[ 6], S34, 0x4881d05); /* 44 */ 205 b = HH ( b, c, d, a, x[ 2], S34, 0xc4ac5665); /* 48 */
|
Completed in 81 milliseconds