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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java144 private static final int S34 = 15; field in class:SambaPasswordPlugin.MD4MessageDigest
358 b = rotateLeft(b + H(c, d, a) + X[12] + 0x6ed9eba1, S34);
362 b = rotateLeft(b + H(c, d, a) + X[14] + 0x6ed9eba1, S34);
366 b = rotateLeft(b + H(c, d, a) + X[13] + 0x6ed9eba1, S34);
370 b = rotateLeft(b + H(c, d, a) + X[15] + 0x6ed9eba1, S34);
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java143 private static final int S34 = 15; field in class:SambaPasswordPlugin.MD4MessageDigest
357 b = rotateLeft(b + H(c, d, a) + X[12] + 0x6ed9eba1, S34);
361 b = rotateLeft(b + H(c, d, a) + X[14] + 0x6ed9eba1, S34);
365 b = rotateLeft(b + H(c, d, a) + X[13] + 0x6ed9eba1, S34);
369 b = rotateLeft(b + H(c, d, a) + X[15] + 0x6ed9eba1, S34);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java144 private static final int S34 = 15; field in class:SambaPasswordPlugin.MD4MessageDigest
358 b = rotateLeft(b + H(c, d, a) + X[12] + 0x6ed9eba1, S34);
362 b = rotateLeft(b + H(c, d, a) + X[14] + 0x6ed9eba1, S34);
366 b = rotateLeft(b + H(c, d, a) + X[13] + 0x6ed9eba1, S34);
370 b = rotateLeft(b + H(c, d, a) + X[15] + 0x6ed9eba1, S34);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java144 private static final int S34 = 15; field in class:SambaPasswordPlugin.MD4MessageDigest
358 b = rotateLeft(b + H(c, d, a) + X[12] + 0x6ed9eba1, S34);
362 b = rotateLeft(b + H(c, d, a) + X[14] + 0x6ed9eba1, S34);
366 b = rotateLeft(b + H(c, d, a) + X[13] + 0x6ed9eba1, S34);
370 b = rotateLeft(b + H(c, d, a) + X[15] + 0x6ed9eba1, S34);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java143 private static final int S34 = 15; field in class:SambaPasswordPlugin.MD4MessageDigest
357 b = rotateLeft(b + H(c, d, a) + X[12] + 0x6ed9eba1, S34);
361 b = rotateLeft(b + H(c, d, a) + X[14] + 0x6ed9eba1, S34);
365 b = rotateLeft(b + H(c, d, a) + X[13] + 0x6ed9eba1, S34);
369 b = rotateLeft(b + H(c, d, a) + X[15] + 0x6ed9eba1, S34);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DSambaPasswordPlugin.java135 private static final int S34 = 15; field in class:SambaPasswordPlugin.MD4MessageDigest
341 b = rotateLeft(b + H(c, d, a) + X[12] + 0x6ed9eba1, S34);
345 b = rotateLeft(b + H(c, d, a) + X[14] + 0x6ed9eba1, S34);
349 b = rotateLeft(b + H(c, d, a) + X[13] + 0x6ed9eba1, S34);
353 b = rotateLeft(b + H(c, d, a) + X[15] + 0x6ed9eba1, S34);

Completed in 41 milliseconds