Searched defs:S32 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DMD4.java61 private static final int S32 = 9; field in class:MD4
202 d = HH (d, a, b, c, x[ 8], S32); /* 34 */
206 d = HH (d, a, b, c, x[10], S32); /* 38 */
210 d = HH (d, a, b, c, x[ 9], S32); /* 42 */
214 d = HH (d, a, b, c, x[11], S32); /* 46 */
H A DMD5.java56 private static final int S32 = 11; field in class:MD5
191 d = HH ( d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
195 d = HH ( d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
199 d = HH ( d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
203 d = HH ( d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */

Completed in 34 milliseconds