Searched defs:cp (Results 1 - 25 of 54) sorted by relevance

123

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/crypto/
H A DCryptoManagerTestCase.java208 @param cp Cipher parameters to use for this test iteration.
213 public void testEncryptDecryptSuccess(CipherParameters cp) argument
218 final byte[] cipherText = (null == cp.getTransformation())
220 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
233 @param cp Cipher parameters to use for this test iteration.
238 public void testStreamEncryptDecryptSuccess(CipherParameters cp) argument
248 os = (null == cp.getTransformation())
250 : cm.getCipherOutputStream(cp.getTransformation(), cp
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java220 @param cp Cipher parameters to use for this test iteration.
225 public void testEncryptDecryptSuccess(CipherParameters cp) argument
230 final byte[] cipherText = (null == cp.getTransformation())
232 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
245 @param cp Cipher parameters to use for this test iteration.
250 public void testStreamEncryptDecryptSuccess(CipherParameters cp) argument
260 os = (null == cp.getTransformation())
262 : cm.getCipherOutputStream(cp.getTransformation(), cp
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java219 @param cp Cipher parameters to use for this test iteration.
224 public void testEncryptDecryptSuccess(CipherParameters cp) argument
229 final byte[] cipherText = (null == cp.getTransformation())
231 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
244 @param cp Cipher parameters to use for this test iteration.
249 public void testStreamEncryptDecryptSuccess(CipherParameters cp) argument
259 os = (null == cp.getTransformation())
261 : cm.getCipherOutputStream(cp.getTransformation(), cp
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java220 @param cp Cipher parameters to use for this test iteration.
225 public void testEncryptDecryptSuccess(CipherParameters cp) argument
230 final byte[] cipherText = (null == cp.getTransformation())
232 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
245 @param cp Cipher parameters to use for this test iteration.
250 public void testStreamEncryptDecryptSuccess(CipherParameters cp) argument
260 os = (null == cp.getTransformation())
262 : cm.getCipherOutputStream(cp.getTransformation(), cp
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java219 @param cp Cipher parameters to use for this test iteration.
224 public void testEncryptDecryptSuccess(CipherParameters cp) argument
229 final byte[] cipherText = (null == cp.getTransformation())
231 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
244 @param cp Cipher parameters to use for this test iteration.
249 public void testStreamEncryptDecryptSuccess(CipherParameters cp) argument
259 os = (null == cp.getTransformation())
261 : cm.getCipherOutputStream(cp.getTransformation(), cp
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DCryptoManagerTestCase.java220 @param cp Cipher parameters to use for this test iteration.
225 public void testEncryptDecryptSuccess(CipherParameters cp) argument
230 final byte[] cipherText = (null == cp.getTransformation())
232 : cm.encrypt(cp.getTransformation(), cp.getKeyLength(),
245 @param cp Cipher parameters to use for this test iteration.
250 public void testStreamEncryptDecryptSuccess(CipherParameters cp) argument
260 os = (null == cp.getTransformation())
262 : cm.getCipherOutputStream(cp.getTransformation(), cp
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java537 private static String[] getClientPathKeys(String cp) { argument
538 StringTokenizer st = new StringTokenizer(cp, Constants.FILE_SEPARATOR);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java537 private static String[] getClientPathKeys(String cp) { argument
538 StringTokenizer st = new StringTokenizer(cp, Constants.FILE_SEPARATOR);
/forgerock/web-agents-v4/source/
H A Dconfig_file.c609 void am_config_free(am_config_t **cp) { argument
610 if (cp != NULL && *cp != NULL) {
611 am_config_t *c = *cp;
/forgerock/opendj2/ext/ant/lib/
H A Dant-jdepend.jar ... e java.io.File f int i String[] cP String msg String msg java.io.IOException e ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-jdepend.jar ... e java.io.File f int i String[] cP String msg String msg java.io.IOException e ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-jdepend.jar ... e java.io.File f int i String[] cP String msg String msg java.io.IOException e ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-jdepend.jar ... e java.io.File f int i String[] cP String msg String msg java.io.IOException e ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DDSConfig.java141 private String cp = "</para>"; field in class:DSConfig.DSConfigSubCommandUsageHandler
152 sb.append(op).append(REF_DSCFG_ARG_ADDITIONAL_INFO.get(name, name, nameOption)).append(cp).append(EOL);
357 .append(cp);
359 action.append(op).append(REF_DSCFG_ADMIN_ACTION_SERVER_RESTART.get()).append(cp);
361 action.append(op).append(REF_DSCFG_ADMIN_ACTION_NONE.get()).append(cp);
364 action.append(op).append(synopsis).append(cp);
368 return op + REF_DSCFG_ADMIN_ACTION_NONE.get() + cp;
373 return op + msg + cp;
379 return op + msg + cp;
385 b.append(op).append(REF_DSCFG_DEFAULT_BEHAVIOR_NONE.get()).append(cp)
[all...]
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-jdepend.jar ... e java.io.File f int i String[] cP String msg String msg java.io.IOException e ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c1071 const pcre_uint32 *cp; local
1129 cp = PRIV(ucd_caseless_sets) + code[2];
1132 if (c < *cp) { OK = FALSE; break; }
1133 if (c == *cp++) { OK = TRUE; break; }
1329 const pcre_uint32 *cp; local
1387 cp = PRIV(ucd_caseless_sets) + code[3];
1390 if (c < *cp) { OK = FALSE; break; }
1391 if (c == *cp++) { OK = TRUE; break; }
1581 const pcre_uint32 *cp; local
1639 cp
1858 const pcre_uint32 *cp; local
[all...]
H A Dpcre_exec.c238 pcre_uint32 cc, cp; local
241 cp = UCHAR21TEST(p);
242 if (TABLE_GET(cp, md->lcc, cp) != TABLE_GET(cc, md->lcc, cc)) return -1;
2550 const pcre_uint32 *cp; local
2617 cp = PRIV(ucd_caseless_sets) + ecode[2];
2620 if (c < *cp)
2622 if (c == *cp++)
4296 const pcre_uint32 *cp; local
4303 cp
5049 const pcre_uint32 *cp; local
5558 const pcre_uint32 *cp; local
[all...]
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-javahl16-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...

Completed in 264 milliseconds

123