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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java141 private static final int S31 = 3; field in class:SambaPasswordPlugin.MD4MessageDigest
355 a = rotateLeft(a + H(b, c, d) + X[0] + 0x6ed9eba1, S31);
359 a = rotateLeft(a + H(b, c, d) + X[2] + 0x6ed9eba1, S31);
363 a = rotateLeft(a + H(b, c, d) + X[1] + 0x6ed9eba1, S31);
367 a = rotateLeft(a + H(b, c, d) + X[3] + 0x6ed9eba1, S31);
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java140 private static final int S31 = 3; field in class:SambaPasswordPlugin.MD4MessageDigest
354 a = rotateLeft(a + H(b, c, d) + X[0] + 0x6ed9eba1, S31);
358 a = rotateLeft(a + H(b, c, d) + X[2] + 0x6ed9eba1, S31);
362 a = rotateLeft(a + H(b, c, d) + X[1] + 0x6ed9eba1, S31);
366 a = rotateLeft(a + H(b, c, d) + X[3] + 0x6ed9eba1, S31);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java141 private static final int S31 = 3; field in class:SambaPasswordPlugin.MD4MessageDigest
355 a = rotateLeft(a + H(b, c, d) + X[0] + 0x6ed9eba1, S31);
359 a = rotateLeft(a + H(b, c, d) + X[2] + 0x6ed9eba1, S31);
363 a = rotateLeft(a + H(b, c, d) + X[1] + 0x6ed9eba1, S31);
367 a = rotateLeft(a + H(b, c, d) + X[3] + 0x6ed9eba1, S31);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java141 private static final int S31 = 3; field in class:SambaPasswordPlugin.MD4MessageDigest
355 a = rotateLeft(a + H(b, c, d) + X[0] + 0x6ed9eba1, S31);
359 a = rotateLeft(a + H(b, c, d) + X[2] + 0x6ed9eba1, S31);
363 a = rotateLeft(a + H(b, c, d) + X[1] + 0x6ed9eba1, S31);
367 a = rotateLeft(a + H(b, c, d) + X[3] + 0x6ed9eba1, S31);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java140 private static final int S31 = 3; field in class:SambaPasswordPlugin.MD4MessageDigest
354 a = rotateLeft(a + H(b, c, d) + X[0] + 0x6ed9eba1, S31);
358 a = rotateLeft(a + H(b, c, d) + X[2] + 0x6ed9eba1, S31);
362 a = rotateLeft(a + H(b, c, d) + X[1] + 0x6ed9eba1, S31);
366 a = rotateLeft(a + H(b, c, d) + X[3] + 0x6ed9eba1, S31);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DSambaPasswordPlugin.java132 private static final int S31 = 3; field in class:SambaPasswordPlugin.MD4MessageDigest
338 a = rotateLeft(a + H(b, c, d) + X[0] + 0x6ed9eba1, S31);
342 a = rotateLeft(a + H(b, c, d) + X[2] + 0x6ed9eba1, S31);
346 a = rotateLeft(a + H(b, c, d) + X[1] + 0x6ed9eba1, S31);
350 a = rotateLeft(a + H(b, c, d) + X[3] + 0x6ed9eba1, S31);

Completed in 44 milliseconds