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

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DMD4.java58 private static final int S23 = 9; field in class:MD4
185 c = GG (c, d, a, b, x[ 8], S23); /* 19 */
189 c = GG (c, d, a, b, x[ 9], S23); /* 23 */
193 c = GG (c, d, a, b, x[10], S23); /* 27 */
197 c = GG (c, d, a, b, x[11], S23); /* 31 */
H A DMD5.java53 private static final int S23 = 14; field in class:MD5
174 c = GG ( c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
178 c = GG ( c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
182 c = GG ( c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
186 c = GG ( c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */

Completed in 30 milliseconds