/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | AlgorithmParametersTest.java | 77 AlgorithmParameters ap = new FakeAlgorithmParameters(null, p, null); in test_getAlgorithm() local 175 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC"); in test_getInstanceLjava_lang_String() local 185 AlgorithmParameters ap = AlgorithmParameters.getInstance(str[i]); in test_getInstanceLjava_lang_String() local 201 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC", "MyProvider"); in test_getInstanceLjava_lang_StringLjava_lang_String() local 211 AlgorithmParameters ap = AlgorithmParameters.getInstance(alg[i], "MyProvider"); in test_getInstanceLjava_lang_StringLjava_lang_String() local 222 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC", prv[i]); in test_getInstanceLjava_lang_StringLjava_lang_String() local 233 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC", prv1[i]); in test_getInstanceLjava_lang_StringLjava_lang_String() local 309 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC", p); in test_getInstanceLjava_lang_StringLjava_security_Provider() local 319 AlgorithmParameters ap = AlgorithmParameters.getInstance(alg[i], p); in test_getInstanceLjava_lang_StringLjava_security_Provider() local 329 AlgorithmParameters ap = AlgorithmParameters.getInstance("ABC", pp); in test_getInstanceLjava_lang_StringLjava_security_Provider() local [all …]
|
D | AlgorithmParameterGenerator1Test.java | 316 AlgorithmParameters ap = apg.generateParameters(); in testAlgorithmParameterGenerator10() local
|
/libcore/luni/src/test/java/libcore/javax/crypto/spec/ |
D | AlgorithmParametersTestPBES2.java | 169 AlgorithmParameters ap = AlgorithmParameters.getInstance( in testGetEncoded_knownAnswers() local 181 AlgorithmParameters ap = AlgorithmParameters.getInstance( in test_encodeAndDecode() local 206 AlgorithmParameters ap = AlgorithmParameters.getInstance(algorithmName, "BC"); in test_encryptWithAlgorithmParameters() local 231 AlgorithmParameters ap = AlgorithmParameters.getInstance(algorithmName, "BC"); in test_correctNames() local
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherTest.java | 266 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_initWithAlgorithmParameterSpec() local 295 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_initWithKeyAlgorithmParameterSpecSecureRandom() local 427 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_doFinal() local 513 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in testDoFinalbyteArrayintintbyteArrayint() local 629 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_doFinalLjava_nio_ByteBufferLjava_nio_ByteBuffer() local 694 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_initWithKeyAlgorithmParameters() local 714 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_initWithKeyAlgorithmParametersSecureRandom() local 798 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_unwrap$BLjava_lang_StringI() local 858 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_updateLjava_nio_ByteBufferLjava_nio_ByteBuffer() local 914 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_wrap_java_security_Key() local [all …]
|
D | EncryptedPrivateKeyInfoTest.java | 552 AlgorithmParameters ap = null; in testEncryptedPrivateKeyInfoAlgorithmParametersbyteArray1() local 609 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA"); in testEncryptedPrivateKeyInfoAlgorithmParametersbyteArray2() local 634 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA"); in testEncryptedPrivateKeyInfoAlgorithmParametersbyteArray3() local 659 AlgorithmParameters ap = AlgorithmParameters.getInstance("DSA"); in testEncryptedPrivateKeyInfoAlgorithmParametersbyteArray4() local 801 AlgorithmParameters ap = AlgorithmParameters in testGetAlgParameters04() local 896 AlgorithmParameters ap = AlgorithmParameters in testGetEncryptedData03() local 1026 AlgorithmParameters ap = AlgorithmParameters in testGetEncoded03() local 1596 private AlgorithmParameters ap = null; field in EncryptedPrivateKeyInfoTest.TestDataGenerator 1731 public AlgorithmParameters ap() { in ap() method in EncryptedPrivateKeyInfoTest.TestDataGenerator
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
D | KeyAgreementThread.java | 71 AlgorithmParameters ap = apg.generateParameters(); in test() local
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
D | MockCipherSpi.java | 81 public void checkAlgorithmParameters(AlgorithmParameters ap) in checkAlgorithmParameters() 91 public void checkAlgorithmParameters(AlgorithmParameters ap) in checkAlgorithmParameters() 195 public void checkAlgorithmParameters(AlgorithmParameters ap) in checkAlgorithmParameters()
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldAbstractPreferencesTest.java | 186 AbstractPreferences ap = (AbstractPreferences) pref.node("New node"); in testClear() local 989 AbstractPreferences ap = (AbstractPreferences) pref.node("New node"); in testExportNode() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | Base64Test.java | 919 int ap = 0; in checkRoundTrip_wrapInputStream() local
|
/libcore/ojluni/src/main/native/ |
D | UNIXProcess_md.c | 533 va_list ap; in debugPrint() local
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
D | OpTestCase.java | 546 AbstractPipeline ap = (AbstractPipeline) out; in exercise() local
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
D | OpTestCase.java | 545 AbstractPipeline ap = (AbstractPipeline) out; in exercise() local
|