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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DCrypt.java65 * Final permutation, FP = IP^(-1)
67 private static final byte FP[] = field in class:Crypt
370 int iv = FP[j] - 1;
/forgerock/opendj2/src/server/org/opends/server/util/
H A DCrypt.java64 * Final permutation, FP = IP^(-1)
66 private static final byte FP[] = field in class:Crypt
369 int iv = FP[j] - 1;
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DCrypt.java65 * Final permutation, FP = IP^(-1)
67 private static final byte FP[] = field in class:Crypt
370 int iv = FP[j] - 1;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DCrypt.java65 * Final permutation, FP = IP^(-1)
67 private static final byte FP[] = field in class:Crypt
370 int iv = FP[j] - 1;
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCrypt.java64 * Final permutation, FP = IP^(-1)
66 private static final byte FP[] = field in class:Crypt
369 int iv = FP[j] - 1;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DCrypt.java65 * Final permutation, FP = IP^(-1)
67 private static final byte FP[] = field in class:Crypt
376 int iv = FP[j] - 1;

Completed in 36 milliseconds