Searched defs:S22 (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java134 private static final int S22 = 5; field in class:SambaPasswordPlugin.MD4MessageDigest
336 d = rotateLeft(d + G(a, b, c) + X[4] + 0x5a827999, S22);
340 d = rotateLeft(d + G(a, b, c) + X[5] + 0x5a827999, S22);
344 d = rotateLeft(d + G(a, b, c) + X[6] + 0x5a827999, S22);
348 d = rotateLeft(d + G(a, b, c) + X[7] + 0x5a827999, S22);
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java133 private static final int S22 = 5; field in class:SambaPasswordPlugin.MD4MessageDigest
335 d = rotateLeft(d + G(a, b, c) + X[4] + 0x5a827999, S22);
339 d = rotateLeft(d + G(a, b, c) + X[5] + 0x5a827999, S22);
343 d = rotateLeft(d + G(a, b, c) + X[6] + 0x5a827999, S22);
347 d = rotateLeft(d + G(a, b, c) + X[7] + 0x5a827999, S22);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java134 private static final int S22 = 5; field in class:SambaPasswordPlugin.MD4MessageDigest
336 d = rotateLeft(d + G(a, b, c) + X[4] + 0x5a827999, S22);
340 d = rotateLeft(d + G(a, b, c) + X[5] + 0x5a827999, S22);
344 d = rotateLeft(d + G(a, b, c) + X[6] + 0x5a827999, S22);
348 d = rotateLeft(d + G(a, b, c) + X[7] + 0x5a827999, S22);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java134 private static final int S22 = 5; field in class:SambaPasswordPlugin.MD4MessageDigest
336 d = rotateLeft(d + G(a, b, c) + X[4] + 0x5a827999, S22);
340 d = rotateLeft(d + G(a, b, c) + X[5] + 0x5a827999, S22);
344 d = rotateLeft(d + G(a, b, c) + X[6] + 0x5a827999, S22);
348 d = rotateLeft(d + G(a, b, c) + X[7] + 0x5a827999, S22);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java133 private static final int S22 = 5; field in class:SambaPasswordPlugin.MD4MessageDigest
335 d = rotateLeft(d + G(a, b, c) + X[4] + 0x5a827999, S22);
339 d = rotateLeft(d + G(a, b, c) + X[5] + 0x5a827999, S22);
343 d = rotateLeft(d + G(a, b, c) + X[6] + 0x5a827999, S22);
347 d = rotateLeft(d + G(a, b, c) + X[7] + 0x5a827999, S22);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DSambaPasswordPlugin.java127 private static final int S22 = 5; field in class:SambaPasswordPlugin.MD4MessageDigest
319 d = rotateLeft(d + G(a, b, c) + X[4] + 0x5a827999, S22);
323 d = rotateLeft(d + G(a, b, c) + X[5] + 0x5a827999, S22);
327 d = rotateLeft(d + G(a, b, c) + X[6] + 0x5a827999, S22);
331 d = rotateLeft(d + G(a, b, c) + X[7] + 0x5a827999, S22);

Completed in 42 milliseconds