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

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java485 * Add the parity to the 56-bit key converting it to 64-bit key.
617 * Set the parity bit for an integer.
620 * to add the parity bit for.
621 * @return integer with the parity bit set.
623 private static int setOddParity(final int parity) argument
625 final boolean hasEvenBits = ((parity >>> 7) ^ (parity >>> 6)
626 ^ (parity >>> 5) ^ (parity >>> 4)
627 ^ (parity >>>
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java484 * Add the parity to the 56-bit key converting it to 64-bit key.
616 * Set the parity bit for an integer.
619 * to add the parity bit for.
620 * @return integer with the parity bit set.
622 private static int setOddParity(final int parity) argument
624 final boolean hasEvenBits = ((parity >>> 7) ^ (parity >>> 6)
625 ^ (parity >>> 5) ^ (parity >>> 4)
626 ^ (parity >>>
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java485 * Add the parity to the 56-bit key converting it to 64-bit key.
617 * Set the parity bit for an integer.
620 * to add the parity bit for.
621 * @return integer with the parity bit set.
623 private static int setOddParity(final int parity) argument
625 final boolean hasEvenBits = ((parity >>> 7) ^ (parity >>> 6)
626 ^ (parity >>> 5) ^ (parity >>> 4)
627 ^ (parity >>>
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java485 * Add the parity to the 56-bit key converting it to 64-bit key.
617 * Set the parity bit for an integer.
620 * to add the parity bit for.
621 * @return integer with the parity bit set.
623 private static int setOddParity(final int parity) argument
625 final boolean hasEvenBits = ((parity >>> 7) ^ (parity >>> 6)
626 ^ (parity >>> 5) ^ (parity >>> 4)
627 ^ (parity >>>
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DSambaPasswordPlugin.java484 * Add the parity to the 56-bit key converting it to 64-bit key.
616 * Set the parity bit for an integer.
619 * to add the parity bit for.
620 * @return integer with the parity bit set.
622 private static int setOddParity(final int parity) argument
624 final boolean hasEvenBits = ((parity >>> 7) ^ (parity >>> 6)
625 ^ (parity >>> 5) ^ (parity >>> 4)
626 ^ (parity >>>
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DSambaPasswordPlugin.java463 * Add the parity to the 56-bit key converting it to 64-bit key.
595 * Set the parity bit for an integer.
598 * to add the parity bit for.
599 * @return integer with the parity bit set.
601 private static int setOddParity(final int parity) argument
603 final boolean hasEvenBits = (parity >>> 7 ^ parity >>> 6
604 ^ parity >>> 5 ^ parity >>> 4
605 ^ parity >>>
[all...]

Completed in 61 milliseconds