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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java135 private static final int S23 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
337 c = rotateLeft(c + G(d, a, b) + X[8] + 0x5a827999, S23);
341 c = rotateLeft(c + G(d, a, b) + X[9] + 0x5a827999, S23);
345 c = rotateLeft(c + G(d, a, b) + X[10] + 0x5a827999, S23);
349 c = rotateLeft(c + G(d, a, b) + X[11] + 0x5a827999, S23);
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java134 private static final int S23 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
336 c = rotateLeft(c + G(d, a, b) + X[8] + 0x5a827999, S23);
340 c = rotateLeft(c + G(d, a, b) + X[9] + 0x5a827999, S23);
344 c = rotateLeft(c + G(d, a, b) + X[10] + 0x5a827999, S23);
348 c = rotateLeft(c + G(d, a, b) + X[11] + 0x5a827999, S23);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java135 private static final int S23 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
337 c = rotateLeft(c + G(d, a, b) + X[8] + 0x5a827999, S23);
341 c = rotateLeft(c + G(d, a, b) + X[9] + 0x5a827999, S23);
345 c = rotateLeft(c + G(d, a, b) + X[10] + 0x5a827999, S23);
349 c = rotateLeft(c + G(d, a, b) + X[11] + 0x5a827999, S23);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java135 private static final int S23 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
337 c = rotateLeft(c + G(d, a, b) + X[8] + 0x5a827999, S23);
341 c = rotateLeft(c + G(d, a, b) + X[9] + 0x5a827999, S23);
345 c = rotateLeft(c + G(d, a, b) + X[10] + 0x5a827999, S23);
349 c = rotateLeft(c + G(d, a, b) + X[11] + 0x5a827999, S23);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java134 private static final int S23 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
336 c = rotateLeft(c + G(d, a, b) + X[8] + 0x5a827999, S23);
340 c = rotateLeft(c + G(d, a, b) + X[9] + 0x5a827999, S23);
344 c = rotateLeft(c + G(d, a, b) + X[10] + 0x5a827999, S23);
348 c = rotateLeft(c + G(d, a, b) + X[11] + 0x5a827999, S23);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DSambaPasswordPlugin.java128 private static final int S23 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
320 c = rotateLeft(c + G(d, a, b) + X[8] + 0x5a827999, S23);
324 c = rotateLeft(c + G(d, a, b) + X[9] + 0x5a827999, S23);
328 c = rotateLeft(c + G(d, a, b) + X[10] + 0x5a827999, S23);
332 c = rotateLeft(c + G(d, a, b) + X[11] + 0x5a827999, S23);

Completed in 43 milliseconds