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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java143 private static final int S33 = 11; field in class:SambaPasswordPlugin.MD4MessageDigest
357 c = rotateLeft(c + H(d, a, b) + X[4] + 0x6ed9eba1, S33);
361 c = rotateLeft(c + H(d, a, b) + X[6] + 0x6ed9eba1, S33);
365 c = rotateLeft(c + H(d, a, b) + X[5] + 0x6ed9eba1, S33);
369 c = rotateLeft(c + H(d, a, b) + X[7] + 0x6ed9eba1, S33);
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java142 private static final int S33 = 11; field in class:SambaPasswordPlugin.MD4MessageDigest
356 c = rotateLeft(c + H(d, a, b) + X[4] + 0x6ed9eba1, S33);
360 c = rotateLeft(c + H(d, a, b) + X[6] + 0x6ed9eba1, S33);
364 c = rotateLeft(c + H(d, a, b) + X[5] + 0x6ed9eba1, S33);
368 c = rotateLeft(c + H(d, a, b) + X[7] + 0x6ed9eba1, S33);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java143 private static final int S33 = 11; field in class:SambaPasswordPlugin.MD4MessageDigest
357 c = rotateLeft(c + H(d, a, b) + X[4] + 0x6ed9eba1, S33);
361 c = rotateLeft(c + H(d, a, b) + X[6] + 0x6ed9eba1, S33);
365 c = rotateLeft(c + H(d, a, b) + X[5] + 0x6ed9eba1, S33);
369 c = rotateLeft(c + H(d, a, b) + X[7] + 0x6ed9eba1, S33);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java143 private static final int S33 = 11; field in class:SambaPasswordPlugin.MD4MessageDigest
357 c = rotateLeft(c + H(d, a, b) + X[4] + 0x6ed9eba1, S33);
361 c = rotateLeft(c + H(d, a, b) + X[6] + 0x6ed9eba1, S33);
365 c = rotateLeft(c + H(d, a, b) + X[5] + 0x6ed9eba1, S33);
369 c = rotateLeft(c + H(d, a, b) + X[7] + 0x6ed9eba1, S33);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java142 private static final int S33 = 11; field in class:SambaPasswordPlugin.MD4MessageDigest
356 c = rotateLeft(c + H(d, a, b) + X[4] + 0x6ed9eba1, S33);
360 c = rotateLeft(c + H(d, a, b) + X[6] + 0x6ed9eba1, S33);
364 c = rotateLeft(c + H(d, a, b) + X[5] + 0x6ed9eba1, S33);
368 c = rotateLeft(c + H(d, a, b) + X[7] + 0x6ed9eba1, S33);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DSambaPasswordPlugin.java134 private static final int S33 = 11; field in class:SambaPasswordPlugin.MD4MessageDigest
340 c = rotateLeft(c + H(d, a, b) + X[4] + 0x6ed9eba1, S33);
344 c = rotateLeft(c + H(d, a, b) + X[6] + 0x6ed9eba1, S33);
348 c = rotateLeft(c + H(d, a, b) + X[5] + 0x6ed9eba1, S33);
352 c = rotateLeft(c + H(d, a, b) + X[7] + 0x6ed9eba1, S33);

Completed in 47 milliseconds