Home
last modified time | relevance | path

Searched refs:DEFSupported (Results 1 – 9 of 9) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DKeyManagerFactory1Test.java52 private static boolean DEFSupported = false; field in KeyManagerFactory1Test
66 DEFSupported = (defaultProvider != null);
67 defaultProviderName = (DEFSupported ? defaultProvider.getName()
76 if (!DEFSupported) { in createKMFac()
99 if (!DEFSupported) { in testGetDefaultAlgorithm()
128 if (!DEFSupported) { in testKeyManagerFactory01()
172 if (!DEFSupported) { in testKeyManagerFactory03()
199 if (!DEFSupported) { in testKeyManagerFactory04()
227 if (!DEFSupported) { in testKeyManagerFactory05()
251 if (!DEFSupported) { in testKeyManagerFactory06()
[all …]
DTrustManagerFactory1Test.java51 private static boolean DEFSupported = false; field in TrustManagerFactory1Test
65 DEFSupported = (defaultProvider != null);
66 defaultProviderName = (DEFSupported ? defaultProvider.getName()
75 if (!DEFSupported) { in createTMFac()
98 if (!DEFSupported) { in testGetDefaultAlgorithm()
126 if (!DEFSupported) { in testTrustManagerFactory01()
171 if (!DEFSupported) { in testTrustManagerFactory03()
198 if (!DEFSupported) { in testTrustManagerFactory04()
226 if (!DEFSupported) { in testTrustManagerFactory05()
251 if (!DEFSupported) { in testTrustManagerFactory06()
[all …]
DSSLContext1Test.java67 private static boolean DEFSupported = false; field in SSLContext1Test
75 DEFSupported = (defaultProvider != null);
76 if (DEFSupported) {
77 defaultProviderName = (DEFSupported ? defaultProvider.getName()
96 if (!DEFSupported) { in createSSLCon()
118 if (!DEFSupported) { in testSSLContext01()
161 if (!DEFSupported) { in testSSLContext03()
186 if (!DEFSupported) { in testSSLContext04()
212 if (!DEFSupported) { in testSSLContext05()
235 if (!DEFSupported) { in testSSLContext06()
[all …]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyGeneratorTest.java63 private static boolean DEFSupported = false; field in KeyGeneratorTest
75 DEFSupported = (defaultProvider != null);
76 if (DEFSupported) {
89 if (!DEFSupported) { in createKGs()
107 if (!DEFSupported) { in testKeyGenerator()
172 if (!DEFSupported) { in testGetInstanceString02()
192 if (!DEFSupported) { in testGetInstanceStringString01()
219 if (!DEFSupported) { in testGetInstanceStringString02()
253 if (!DEFSupported) { in testGetInstanceStringString03()
273 if (!DEFSupported) { in testGetInstanceStringProvider01()
[all …]
DSecretKeyFactoryTest.java64 private static boolean DEFSupported = false; field in SecretKeyFactoryTest
71 DEFSupported = (defaultProvider != null);
72 if (DEFSupported) {
80 DEFSupported = (defaultProvider != null);
81 if (DEFSupported) {
95 if (!DEFSupported) { in createSKFac()
119 if (!DEFSupported) { in testSecretKeyFactory01()
169 if (!DEFSupported) { in testSecretKeyFactory03()
190 if (!DEFSupported) { in testSecretKeyFactory04()
220 if (!DEFSupported) { in testSecretKeyFactory05()
[all …]
DMacTest.java60 private static boolean DEFSupported = false; field in MacTest
76 DEFSupported = (defaultProvider != null);
77 if (DEFSupported) {
89 if (!DEFSupported) { in createMacs()
132 if (!DEFSupported) { in testMac02()
150 if (!DEFSupported) { in testMac03()
186 if (!DEFSupported) { in testMac04()
212 if (!DEFSupported) { in testMac05()
230 if (!DEFSupported) { in testMac06()
252 if (!DEFSupported) { in testMac07()
[all …]
DKeyAgreementTest.java62 private static boolean DEFSupported = false; field in KeyAgreementTest
80 DEFSupported = (defaultProvider != null);
81 defaultProviderName = (DEFSupported ? defaultProvider.getName() : null);
95 if (!DEFSupported) { in createKAs()
137 if (!DEFSupported) { in testGetInstanceString02()
157 if (!DEFSupported) { in testGetInstanceStringString01()
185 if (!DEFSupported) { in testGetInstanceStringString02()
220 if (!DEFSupported) { in testGetInstanceStringString03()
242 if (!DEFSupported) { in testGetInstanceStringProvider01()
267 if (!DEFSupported) { in testGetInstanceStringProvider02()
[all …]
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
DSecretKeyFactory_Impl1Test.java50 private static boolean DEFSupported = false; field in SecretKeyFactory_Impl1Test
57 DEFSupported = (defaultProvider != null);
58 if (DEFSupported) {
64 DEFSupported = (defaultProvider != null);
65 if (DEFSupported) {
77 if (!DEFSupported) { in createSKFac()
101 if (!DEFSupported) { in testSecretKeyFactory11()
DKeyAgreement_Impl1Test.java49 private static boolean DEFSupported = false; field in KeyAgreement_Impl1Test
57 DEFSupported = (defaultProvider != null);
66 if (!DEFSupported) { in testKeyAgreement()