Home
last modified time | relevance | path

Searched refs:enabledCipherSuites (Results 1 – 10 of 10) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DFallbackTestClientSocketFactory.java54 List<String> enabledCipherSuites = new ArrayList<String>(suites.length); in setEnabledCipherSuites() local
57 enabledCipherSuites.add(suite); in setEnabledCipherSuites()
61 enabledCipherSuites.toArray(new String[enabledCipherSuites.size()])); in setEnabledCipherSuites()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DSSLParametersImpl.java80 String[] enabledCipherSuites; field in SSLParametersImpl
152 enabledCipherSuites = getDefaultCipherSuites( in SSLParametersImpl()
174 this.enabledCipherSuites = (sslParams.enabledCipherSuites == null) in SSLParametersImpl()
176 : sslParams.enabledCipherSuites.clone(); in SSLParametersImpl()
255 NativeCrypto.SUPPORTED_TLS_1_3_CIPHER_SUITES, enabledCipherSuites); in getEnabledCipherSuites()
257 return enabledCipherSuites.clone(); in getEnabledCipherSuites()
267 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites( in setEnabledCipherSuites()
DNativeSsl.java318 ssl, this, parameters.enabledCipherSuites, parameters.enabledProtocols); in initialize()
459 for (String enabledCipherSuite : parameters.enabledCipherSuites) { in enablePSKKeyManagerIfRequested()
/external/conscrypt/common/src/main/java/org/conscrypt/
DSSLParametersImpl.java79 String[] enabledCipherSuites; field in SSLParametersImpl
151 enabledCipherSuites = getDefaultCipherSuites( in SSLParametersImpl()
175 this.enabledCipherSuites = in SSLParametersImpl()
176 (sslParams.enabledCipherSuites == null) ? null : sslParams.enabledCipherSuites.clone(); in SSLParametersImpl()
252 NativeCrypto.SUPPORTED_TLS_1_3_CIPHER_SUITES, enabledCipherSuites); in getEnabledCipherSuites()
254 return enabledCipherSuites.clone(); in getEnabledCipherSuites()
264 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites( in setEnabledCipherSuites()
DNativeSsl.java317 ssl, this, parameters.enabledCipherSuites, parameters.enabledProtocols); in initialize()
458 for (String enabledCipherSuite : parameters.enabledCipherSuites) { in enablePSKKeyManagerIfRequested()
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
DConnectionSpec.java203 String[] enabledCipherSuites = socket.getEnabledCipherSuites(); in isCompatible() local
204 requiredCiphersEnabled = nonEmptyIntersection(cipherSuites, enabledCipherSuites); in isCompatible()
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java49 String[] enabledCipherSuites) throws IOException { in OpenSSLSocketImpl() argument
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImpl.java49 String[] enabledCipherSuites) throws IOException { in OpenSSLSocketImpl() argument
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java677 List<String> enabledCipherSuites; field in NativeCryptoTest.Hooks
690 if (enabledCipherSuites == null) { in beforeHandshake()
698 cipherSuites.addAll(enabledCipherSuites); in beforeHandshake()
1343 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_normal()
1346 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_normal()
1382 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_not_supported_by_server()
1385 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_not_supported_by_server()
1421 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()
1424 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()
2216 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-GCM-SHA256"); in test_SSL_cipher_names()
[all …]
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java684 List<String> enabledCipherSuites; field in NativeCryptoTest.Hooks
697 if (enabledCipherSuites == null) { in beforeHandshake()
705 cipherSuites.addAll(enabledCipherSuites); in beforeHandshake()
1352 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_normal()
1355 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_normal()
1391 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_not_supported_by_server()
1394 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_not_supported_by_server()
1430 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()
1433 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()
2225 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-GCM-SHA256"); in test_SSL_cipher_names()
[all …]