/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | ConnectionSpecTest.java | 70 socket.setEnabledCipherSuites(new String[] { in tls_defaultCiphers_noFallbackIndicator() 99 socket.setEnabledCipherSuites(new String[] { in tls_defaultCiphers_withFallbackIndicator() 132 socket.setEnabledCipherSuites(new String[] { in tls_explicitCiphers() 176 socket.setEnabledCipherSuites(new String[] { in tls_missingRequiredCipher() 182 socket.setEnabledCipherSuites(new String[] { in tls_missingRequiredCipher() 197 socket.setEnabledCipherSuites(new String[] { in tls_missingTlsVersion()
|
D | FallbackTestClientSocketFactory.java | 53 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in FallbackTestClientSocketFactory.TlsFallbackScsvDisabledSSLSocket 60 delegate.setEnabledCipherSuites( in setEnabledCipherSuites()
|
D | DelegatingSSLSocket.java | 56 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in DelegatingSSLSocket 57 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSocketFunctionalTest.java | 79 ssocket.setEnabledCipherSuites( in doTestInteraction() 89 csocket.setEnabledCipherSuites( in doTestInteraction() 117 ssocket.setEnabledCipherSuites( in _doTestInteraction() 127 csocket.setEnabledCipherSuites( in _doTestInteraction() 151 ssocket.setEnabledCipherSuites( in doTestSelfInteraction() 159 csocket.setEnabledCipherSuites( in doTestSelfInteraction()
|
D | SSLServerSocketImplTest.java | 345 ssocket.setEnabledCipherSuites(supported); in testGetEnabledCipherSuites() 350 ssocket.setEnabledCipherSuites(enabled); in testGetEnabledCipherSuites() 393 ssocket.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites() 394 ssocket.setEnabledCipherSuites(enabled); in testSetEnabledCipherSuites() 395 ssocket.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites() 405 ssocket.setEnabledCipherSuites(more_than_supported); in testSetEnabledCipherSuites()
|
D | SSLSocketImplTest.java | 429 socket.setEnabledCipherSuites(supported); in testGetEnabledCipherSuites() 434 socket.setEnabledCipherSuites(enabled); in testGetEnabledCipherSuites() 476 socket.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites() 477 socket.setEnabledCipherSuites(enabled); in testSetEnabledCipherSuites() 478 socket.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites() 488 socket.setEnabledCipherSuites(more_than_supported); in testSetEnabledCipherSuites()
|
D | SSLEngineImplTest.java | 218 engine.setEnabledCipherSuites(supported); in testGetEnabledCipherSuites() 223 engine.setEnabledCipherSuites(enabled); in testGetEnabledCipherSuites() 265 engine.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites() 266 engine.setEnabledCipherSuites(enabled); in testSetEnabledCipherSuites() 267 engine.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites() 277 engine.setEnabledCipherSuites(more_than_supported); in testSetEnabledCipherSuites() 1375 client.setEnabledCipherSuites( in initEngines() 1377 server.setEnabledCipherSuites( in initEngines()
|
D | SSLSocketFactoriesTest.java | 126 ssocket.setEnabledCipherSuites(enabled); in testSocketCreation() 195 csocket.setEnabledCipherSuites(enabled); in testSocketCreation()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLServerSocketImpl.java | 132 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLServerSocketImpl 133 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
|
D | OpenSSLEngineImpl.java | 339 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLEngineImpl 340 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
|
D | OpenSSLSocketImpl.java | 911 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl 912 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLEngineTest.java | 47 e.setEnabledCipherSuites(suites); in test01() 75 e.setEnabledCipherSuites(suites); in test03() 452 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in mySSLEngine
|
D | SSLServerSocketTest.java | 104 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in MySSLServerSocket
|
D | SSLSocketTest.java | 140 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in MySSLSocket
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipStackExt.java | 122 public void setEnabledCipherSuites(String[] newCipherSuites); in setEnabledCipherSuites() method
|
/external/conscrypt/src/compat/java/org/conscrypt/ |
D | PreKitKatPlatformOpenSSLSocketImplAdapter.java | 283 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in PreKitKatPlatformOpenSSLSocketImplAdapter 284 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
|
D | KitKatPlatformOpenSSLSocketImplAdapter.java | 283 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in KitKatPlatformOpenSSLSocketImplAdapter 284 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
|
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/ |
D | MySSLContextSpi.java | 199 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in MySSLContextSpi.tmpSSLEngine
|
/external/okhttp/android/test/java/com/squareup/okhttp/internal/ |
D | PlatformTest.java | 137 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in PlatformTest.TestSSLSocketImpl
|
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/ |
D | MySSLContextSpi.java | 210 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in MySSLContextSpi.tmpSSLEngine
|
/external/jetty/src/java/org/eclipse/jetty/util/ssl/ |
D | SslContextFactory.java | 1466 socket.setEnabledCipherSuites(selectCipherSuites( in newSslServerSocket() 1486 socket.setEnabledCipherSuites(selectCipherSuites( in newSslSocket() 1521 sslEngine.setEnabledCipherSuites(selectCipherSuites( in customize()
|
/external/conscrypt/src/stub/java/com/android/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 145 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl
|
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/ |
D | OpenSSLSocketImpl.java | 145 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | TLSMessageProcessor.java | 112 ((SSLServerSocket) this.sock).setEnabledCipherSuites(enabledCiphers); in start()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | ConnectionSpec.java | 130 sslSocket.setEnabledCipherSuites(cipherSuitesToEnable); in apply()
|