/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/ |
D | SSLConfigurationAsserts.java | 90 sslSocketFactory.getSupportedCipherSuites()); in assertSSLSocketFactoryConfigSameAsSSLContext() 119 assertCipherSuitesEqual(sslSocket.getSupportedCipherSuites(), in assertSSLSocketConfigSameAsSSLContext() 146 sslServerSocketFactory.getSupportedCipherSuites()); in assertSSLServerSocketFactoryConfigSameAsSSLContext() 177 assertCipherSuitesEqual(sslServerSocket.getSupportedCipherSuites(), in assertSSLServerSocketConfigSameAsSSLContext() 205 assertCipherSuitesEqual(sslEngine.getSupportedCipherSuites(), in assertSSLEngineConfigSameAsSSLContext()
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/ |
D | SSLConfigurationAsserts.java | 92 sslSocketFactory.getSupportedCipherSuites()); in assertSSLSocketFactoryConfigSameAsSSLContext() 121 assertCipherSuitesEqual(sslSocket.getSupportedCipherSuites(), in assertSSLSocketConfigSameAsSSLContext() 148 sslServerSocketFactory.getSupportedCipherSuites()); in assertSSLServerSocketFactoryConfigSameAsSSLContext() 179 assertCipherSuitesEqual(sslServerSocket.getSupportedCipherSuites(), in assertSSLServerSocketConfigSameAsSSLContext() 207 assertCipherSuitesEqual(sslEngine.getSupportedCipherSuites(), in assertSSLEngineConfigSameAsSSLContext()
|
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
D | SSLServerSocketTest.java | 56 TestUtils.pickArbitraryNonTls13Suite(socket.getSupportedCipherSuites()) in testSetEnabledCipherSuitesAffectsGetter_TLS12() 67 TestUtils.pickArbitraryNonTls13Suite(socket.getSupportedCipherSuites())}; in testSetEnabledCipherSuitesAffectsGetter_TLS13() 120 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS13()
|
D | SSLSocketFactoryTest.java | 66 assertNotSame(sf.getSupportedCipherSuites(), sf.getSupportedCipherSuites()); in test_SSLSocketFactory_getSupportedCipherSuitesReturnsCopies()
|
D | SSLEngineTest.java | 71 assertNotSame(e.getSupportedCipherSuites(), e.getSupportedCipherSuites()); in test_SSLEngine_getSupportedCipherSuites_returnsCopies() 200 String[] cipherSuites = c.clientContext.createSSLEngine().getSupportedCipherSuites(); in test_SSLEngine_getSupportedCipherSuites_connect() 422 e.setEnabledCipherSuites(e.getSupportedCipherSuites()); in test_SSLEngine_setEnabledCipherSuites_TLS12() 426 TestUtils.pickArbitraryNonTls13Suite(e.getSupportedCipherSuites()) in test_SSLEngine_setEnabledCipherSuites_TLS12() 446 TestUtils.pickArbitraryNonTls13Suite(e.getSupportedCipherSuites()) in test_SSLEngine_setEnabledCipherSuites_TLS13() 787 String[] supportedCipherSuites = e.getSupportedCipherSuites();
|
D | SSLSocketTest.java | 118 assertNotSame(ssl.getSupportedCipherSuites(), ssl.getSupportedCipherSuites()); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() 169 String[] cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites(); in test_SSLSocket_getSupportedCipherSuites_connect() 285 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12() 288 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS12() 309 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS13() 636 String[] supportedCipherSuites = ssl.getSupportedCipherSuites(); in test_SSLSocket_setSSLParameters()
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLServerSocketTest.java | 52 TestUtils.pickArbitraryNonTls13Suite(socket.getSupportedCipherSuites()) in testSetEnabledCipherSuitesAffectsGetter_TLS12() 63 TestUtils.pickArbitraryNonTls13Suite(socket.getSupportedCipherSuites()) in testSetEnabledCipherSuitesAffectsGetter_TLS13() 117 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS13()
|
D | SSLSocketFactoryTest.java | 62 assertNotSame(sf.getSupportedCipherSuites(), sf.getSupportedCipherSuites()); in test_SSLSocketFactory_getSupportedCipherSuitesReturnsCopies()
|
D | SSLEngineTest.java | 67 assertNotSame(e.getSupportedCipherSuites(), e.getSupportedCipherSuites()); in test_SSLEngine_getSupportedCipherSuites_returnsCopies() 196 String[] cipherSuites = c.clientContext.createSSLEngine().getSupportedCipherSuites(); in test_SSLEngine_getSupportedCipherSuites_connect() 418 e.setEnabledCipherSuites(e.getSupportedCipherSuites()); in test_SSLEngine_setEnabledCipherSuites_TLS12() 422 TestUtils.pickArbitraryNonTls13Suite(e.getSupportedCipherSuites()) in test_SSLEngine_setEnabledCipherSuites_TLS12() 442 TestUtils.pickArbitraryNonTls13Suite(e.getSupportedCipherSuites()) in test_SSLEngine_setEnabledCipherSuites_TLS13() 779 String[] supportedCipherSuites = e.getSupportedCipherSuites();
|
D | SSLSocketTest.java | 114 assertNotSame(ssl.getSupportedCipherSuites(), ssl.getSupportedCipherSuites()); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() 165 String[] cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites(); in test_SSLSocket_getSupportedCipherSuites_connect() 281 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12() 284 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS12() 305 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS13() 627 String[] supportedCipherSuites = ssl.getSupportedCipherSuites(); in test_SSLSocket_setSSLParameters()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLServerSocketFactoryImpl.java | 75 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketFactoryImpl 76 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | ConscryptServerSocket.java | 111 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in ConscryptServerSocket 112 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | OpenSSLSocketFactoryImpl.java | 84 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLSocketFactoryImpl 85 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | Java8EngineWrapper.java | 176 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in Java8EngineWrapper 177 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLServerSocketFactoryImpl.java | 74 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketFactoryImpl 75 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | ConscryptServerSocket.java | 110 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in ConscryptServerSocket 111 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | OpenSSLSocketFactoryImpl.java | 81 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLSocketFactoryImpl 82 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | Java8EngineWrapper.java | 175 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in Java8EngineWrapper 176 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
/external/conscrypt/android/src/main/java/org/conscrypt/ |
D | BaseOpenSSLSocketAdapterFactory.java | 39 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in BaseOpenSSLSocketAdapterFactory 40 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | PreKitKatPlatformOpenSSLSocketImplAdapter.java | 278 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in PreKitKatPlatformOpenSSLSocketImplAdapter 279 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | KitKatPlatformOpenSSLSocketImplAdapter.java | 278 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in KitKatPlatformOpenSSLSocketImplAdapter 279 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | DelegatingSSLSocketFactory.java | 69 @Override public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory 70 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | DelegatingSSLSocket.java | 48 @Override public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocket 49 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
/external/conscrypt/repackaged/testing/src/main/java/tests/net/ |
D | DelegatingSSLSocketFactory.java | 47 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory 48 return mDelegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
/external/conscrypt/testing/src/main/java/tests/net/ |
D | DelegatingSSLSocketFactory.java | 45 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory 46 return mDelegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|