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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java142 private static final int S32 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
356 d = rotateLeft(d + H(a, b, c) + X[8] + 0x6ed9eba1, S32);
360 d = rotateLeft(d + H(a, b, c) + X[10] + 0x6ed9eba1, S32);
364 d = rotateLeft(d + H(a, b, c) + X[9] + 0x6ed9eba1, S32);
368 d = rotateLeft(d + H(a, b, c) + X[11] + 0x6ed9eba1, S32);
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java141 private static final int S32 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
355 d = rotateLeft(d + H(a, b, c) + X[8] + 0x6ed9eba1, S32);
359 d = rotateLeft(d + H(a, b, c) + X[10] + 0x6ed9eba1, S32);
363 d = rotateLeft(d + H(a, b, c) + X[9] + 0x6ed9eba1, S32);
367 d = rotateLeft(d + H(a, b, c) + X[11] + 0x6ed9eba1, S32);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java142 private static final int S32 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
356 d = rotateLeft(d + H(a, b, c) + X[8] + 0x6ed9eba1, S32);
360 d = rotateLeft(d + H(a, b, c) + X[10] + 0x6ed9eba1, S32);
364 d = rotateLeft(d + H(a, b, c) + X[9] + 0x6ed9eba1, S32);
368 d = rotateLeft(d + H(a, b, c) + X[11] + 0x6ed9eba1, S32);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java142 private static final int S32 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
356 d = rotateLeft(d + H(a, b, c) + X[8] + 0x6ed9eba1, S32);
360 d = rotateLeft(d + H(a, b, c) + X[10] + 0x6ed9eba1, S32);
364 d = rotateLeft(d + H(a, b, c) + X[9] + 0x6ed9eba1, S32);
368 d = rotateLeft(d + H(a, b, c) + X[11] + 0x6ed9eba1, S32);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java141 private static final int S32 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
355 d = rotateLeft(d + H(a, b, c) + X[8] + 0x6ed9eba1, S32);
359 d = rotateLeft(d + H(a, b, c) + X[10] + 0x6ed9eba1, S32);
363 d = rotateLeft(d + H(a, b, c) + X[9] + 0x6ed9eba1, S32);
367 d = rotateLeft(d + H(a, b, c) + X[11] + 0x6ed9eba1, S32);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DSambaPasswordPlugin.java133 private static final int S32 = 9; field in class:SambaPasswordPlugin.MD4MessageDigest
339 d = rotateLeft(d + H(a, b, c) + X[8] + 0x6ed9eba1, S32);
343 d = rotateLeft(d + H(a, b, c) + X[10] + 0x6ed9eba1, S32);
347 d = rotateLeft(d + H(a, b, c) + X[9] + 0x6ed9eba1, S32);
351 d = rotateLeft(d + H(a, b, c) + X[11] + 0x6ed9eba1, S32);

Completed in 43 milliseconds