Searched defs:rounds (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/common/
H A DCryptUtils.java128 public RC5Ctx(int rounds) { argument
129 nr = rounds;
130 xk = new int[4 * (rounds * 2 + 2)];
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSunMd5Crypt.java52 /** minimum number of rounds we do, not including the per-user ones */
55 private static String ROUNDS = "rounds=";
121 * Get the integer value after rounds= where ever it occurs in the string. If
154 log.warning("invalid crypt_sunmd5: invalid rounds specification '" + s + "'");
182 // If the config file has a higher value for rounds= than what was in
232 // $md5[,rounds=%d]$<puresalt>$
386 * <code>$md5$<i>salt</i>[,rounds=<i>n</i>]$$<i>hash</i></code>
402 * @param rounds
403 * number of additional rounds. Must be a positive Integer &lt;=
404 * {@link Integer#MAX_VALUE}. Per default 4096 rounds ar
410 encode(byte[] keyBytes, int rounds) argument
439 createSalt(int rounds) argument
[all...]
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/utils/blob/strategies/
H A DCompressionStrategyTest.java165 private final int rounds; field in class:CompressionStrategyTest.CompressionTask
168 final Collection<Throwable> errors, final int rounds) {
173 this.rounds = rounds;
195 for (int i = 0; i < rounds; ++i) {
167 CompressionTask(final CyclicBarrier barrier, final byte[] dataToCompress, final CompressionStrategy strategy, final Collection<Throwable> errors, final int rounds) argument
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/utils/blob/strategies/
H A DCompressionStrategyTest.java166 private final int rounds; field in class:CompressionStrategyTest.CompressionTask
169 final Collection<Throwable> errors, final int rounds) {
174 this.rounds = rounds;
196 for (int i = 0; i < rounds; ++i) {
168 CompressionTask(final CyclicBarrier barrier, final byte[] dataToCompress, final CompressionStrategy strategy, final Collection<Throwable> errors, final int rounds) argument
/forgerock/opendj2/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...

Completed in 53 milliseconds