Searched defs:S32 (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/classes/sun/security/provider/ |
| H A D | MD4.java | 61 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 D | MD5.java | 56 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