OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enabledCipherSuites
(Results
1 - 18
of
18
) sorted by null
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
FallbackTestClientSocketFactory.java
54
List<String>
enabledCipherSuites
= new ArrayList<String>(suites.length);
57
enabledCipherSuites
.add(suite);
61
enabledCipherSuites
.toArray(new String[
enabledCipherSuites
.size()]));
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionSpec.java
200
String[]
enabledCipherSuites
= socket.getEnabledCipherSuites();
201
requiredCiphersEnabled = nonEmptyIntersection(cipherSuites,
enabledCipherSuites
);
/external/conscrypt/src/main/java/org/conscrypt/
SSLParametersImpl.java
94
private String[]
enabledCipherSuites
;
173
enabledCipherSuites
= getDefaultCipherSuites(
276
return
enabledCipherSuites
.clone();
283
enabledCipherSuites
= NativeCrypto.checkEnabledCipherSuites(cipherSuites).clone();
532
NativeCrypto.setEnabledCipherSuites(sslNativePointer,
enabledCipherSuites
);
573
for (String enabledCipherSuite :
enabledCipherSuites
) {
802
for (String enabledCipherSuite :
enabledCipherSuites
) {
[
all
...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext1Test.java
452
String[]
enabledCipherSuites
= sslSocket.getEnabledCipherSuites();
455
for (int j = 0; j <
enabledCipherSuites
.length; j++)
457
enabledCipherSuites
[j]);
SSLEngineTest.java
360
private String[]
enabledCipherSuites
;
393
return
enabledCipherSuites
;
453
enabledCipherSuites
= suites;
/external/conscrypt/src/stub/java/com/android/org/conscrypt/
OpenSSLSocketImpl.java
56
String[]
enabledCipherSuites
) throws IOException {
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
OpenSSLSocketImpl.java
56
String[]
enabledCipherSuites
) throws IOException {
/external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java
649
protected List<String>
enabledCipherSuites
;
663
if (
enabledCipherSuites
== null) {
671
cipherSuites.addAll(
enabledCipherSuites
);
[
all
...]
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
SslContextFactory.java
[
all
...]
/cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorTest.java
[
all
...]
/libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java
[
all
...]
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
/external/guice/extensions/struts2/lib/
jetty-6.1.0.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 1218 milliseconds