Home
last modified time | relevance | path

Searched refs:setEnabledCipherSuites (Results 1 – 25 of 29) sorted by relevance

12

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionSpecTest.java88 socket.setEnabledCipherSuites(new String[] { in tls_defaultCiphers_noFallbackIndicator()
116 socket.setEnabledCipherSuites(new String[] { in tls_defaultCiphers_withFallbackIndicator()
148 socket.setEnabledCipherSuites(new String[] { in tls_explicitCiphers()
191 socket.setEnabledCipherSuites(new String[] { in tls_missingRequiredCipher()
197 socket.setEnabledCipherSuites(new String[] { in tls_missingRequiredCipher()
210 sslSocket.setEnabledCipherSuites(new String[] { in allEnabledCipherSuites()
247 socket.setEnabledCipherSuites(new String[] { in tls_missingTlsVersion()
DFallbackTestClientSocketFactory.java53 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in FallbackTestClientSocketFactory.TlsFallbackScsvDisabledSSLSocket
60 delegate.setEnabledCipherSuites( in setEnabledCipherSuites()
DDelegatingSSLSocket.java56 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in DelegatingSSLSocket
57 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLEngineTest.java207 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
208 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
244 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
245 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
326 e.setEnabledCipherSuites(array); in test_SSLEngine_setEnabledCipherSuites_storesCopy()
337 e.setEnabledCipherSuites(null); in test_SSLEngine_setEnabledCipherSuites()
343 e.setEnabledCipherSuites(new String[1]); in test_SSLEngine_setEnabledCipherSuites()
349 e.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLEngine_setEnabledCipherSuites()
355 e.setEnabledCipherSuites(new String[0]); in test_SSLEngine_setEnabledCipherSuites()
356 e.setEnabledCipherSuites(e.getEnabledCipherSuites()); in test_SSLEngine_setEnabledCipherSuites()
[all …]
DSSLServerSocketTest.java42 socket.setEnabledCipherSuites(cipherSuites); in testSetEnabledCipherSuitesAffectsGetter()
52 socket.setEnabledCipherSuites(array); in testSetEnabledCipherSuitesStoresCopy()
DSSLSocketTest.java295 ssl.setEnabledCipherSuites(array); in test_SSLSocket_setEnabledCipherSuites_storesCopy()
305 ssl.setEnabledCipherSuites(null); in test_SSLSocket_setEnabledCipherSuites()
311 ssl.setEnabledCipherSuites(new String[1]); in test_SSLSocket_setEnabledCipherSuites()
317 ssl.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLSocket_setEnabledCipherSuites()
322 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites()
323 ssl.setEnabledCipherSuites(ssl.getEnabledCipherSuites()); in test_SSLSocket_setEnabledCipherSuites()
324 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites()
327 ssl.setEnabledCipherSuites(cipherSuites); in test_SSLSocket_setEnabledCipherSuites()
508 client.setEnabledCipherSuites(new String[0]); in test_SSLSocket_NoEnabledCipherSuites_Failure()
1394 client.setEnabledCipherSuites(new String[0]); in test_SSLSocket_close()
[all …]
DSSLSessionContextTest.java165 c.serverSocket.setEnabledCipherSuites(supportedCipherSuites); in test_SSLSessionContext_setSessionCacheSize_dynamic()
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptServerSocket.java142 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in ConscryptServerSocket
143 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DConscryptEngineSocket.java270 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in ConscryptEngineSocket
271 engine.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DConscryptFileDescriptorSocket.java699 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in ConscryptFileDescriptorSocket
700 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DSSLParametersImpl.java216 void setEnabledCipherSuites(String[] cipherSuites) { in setEnabledCipherSuites() method in SSLParametersImpl
DConscryptEngine.java604 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in ConscryptEngine
605 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
/external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/
DTestSSLSocketPair.java73 server.setEnabledCipherSuites(serverCipherSuites); in connect()
83 client.setEnabledCipherSuites(clientCipherSuites); in connect()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DOpenSSLServerSocketImplTest.java68 sslSocket.setEnabledCipherSuites(new String[] {cipher}); in newServerSocket()
100 socket.setEnabledCipherSuites(new String[] {CIPHER}); in setup()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackExt.java122 public void setEnabledCipherSuites(String[] newCipherSuites); in setEnabledCipherSuites() method
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DClientEndpoint.java40 socket.setEnabledCipherSuites(ciphers); in ClientEndpoint()
DServerEndpoint.java125 socket.setEnabledCipherSuites(cipherSuites); in run()
/external/conscrypt/android/src/main/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java288 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in PreKitKatPlatformOpenSSLSocketImplAdapter
289 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DKitKatPlatformOpenSSLSocketImplAdapter.java288 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in KitKatPlatformOpenSSLSocketImplAdapter
289 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java149 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImpl.java149 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
DPlatformTest.java173 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in PlatformTest.TestSSLSocketImpl
/external/nist-sip/java/gov/nist/javax/sip/stack/
DTLSMessageProcessor.java112 ((SSLServerSocket) this.sock).setEnabledCipherSuites(enabledCiphers); in start()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionSpec.java135 sslSocket.setEnabledCipherSuites(specToApply.cipherSuites); in apply()
/external/conscrypt/testing/src/main/java/org/conscrypt/
DTestUtils.java221 engine.setEnabledCipherSuites(new String[] {cipher}); in initEngine()

12