Searched defs:cipherSuites (Results 1 - 16 of 16) sorted by relevance

/external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
H A DClientHello.java36 public List<CipherSuite> cipherSuites; field in class:ClientHello
47 cipherSuites = new ArrayList<CipherSuite>(cipherSuiteCodes.length);
49 cipherSuites.add(CipherSuite.valueOf(cipherSuiteCodes[i]));
95 + new BigInteger(1, sessionId).toString(16) + ", cipher suites: " + cipherSuites
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DServerEndpoint.java68 private final String[] cipherSuites; field in class:ServerEndpoint
80 String[] cipherSuites) throws IOException {
86 this.cipherSuites = cipherSuites;
137 socket.setEnabledCipherSuites(cipherSuites);
78 ServerEndpoint(SSLSocketFactory socketFactory, SSLServerSocketFactory serverSocketFactory, ChannelType channelType, int messageSize, String[] protocols, String[] cipherSuites) argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnectionSpec.java65 .cipherSuites(APPROVED_CIPHER_SUITES)
81 private final String[] cipherSuites; field in class:ConnectionSpec
86 this.cipherSuites = builder.cipherSuites;
99 public List<CipherSuite> cipherSuites() { method in class:ConnectionSpec
100 if (cipherSuites == null) return null;
102 CipherSuite[] result = new CipherSuite[cipherSuites.length];
103 for (int i = 0; i < cipherSuites.length; i++) {
104 result[i] = CipherSuite.forJavaName(cipherSuites[i]);
134 if (specToApply.cipherSuites !
251 private String[] cipherSuites; field in class:ConnectionSpec.Builder
272 cipherSuites(CipherSuite... cipherSuites) argument
282 cipherSuites(String... cipherSuites) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java469 private String[] cipherSuites = { field in class:SipStackImpl
1411 cipherSuites = newCipherSuites;
1420 return cipherSuites;
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DSSLParametersImpl.java211 void setEnabledCipherSuites(String[] cipherSuites) { argument
212 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(cipherSuites).clone();
H A DNativeCrypto.java999 static void setEnabledCipherSuites(long ssl, NativeSsl ssl_holder, String[] cipherSuites) { argument
1000 checkEnabledCipherSuites(cipherSuites);
1002 for (int i = 0; i < cipherSuites.length; i++) {
1003 String cipherSuite = cipherSuites[i];
1016 static String[] checkEnabledCipherSuites(String[] cipherSuites) { argument
1017 if (cipherSuites == null) {
1018 throw new IllegalArgumentException("cipherSuites == null");
1021 for (int i = 0; i < cipherSuites.length; i++) {
1022 if (cipherSuites[i] == null) {
1023 throw new IllegalArgumentException("cipherSuites["
[all...]
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
H A DStandardNames.java935 Set<String> expected, String[] cipherSuites) {
936 assertNotNull(cipherSuites);
937 assertTrue(cipherSuites.length != 0);
939 // Make sure all cipherSuites names are expected
942 for (String cipherSuite : cipherSuites) {
953 * After using assertValidCipherSuites on cipherSuites,
957 private static void assertSupportedCipherSuites(Set<String> expected, String[] cipherSuites) { argument
958 Set<String> remainingCipherSuites = assertValidCipherSuites(expected, cipherSuites);
960 assertEquals(expected.size(), cipherSuites.length);
1007 public static void assertValidCipherSuites(String[] cipherSuites) { argument
934 assertValidCipherSuites( Set<String> expected, String[] cipherSuites) argument
1014 assertSupportedCipherSuites(String[] cipherSuites) argument
1022 assertDefaultCipherSuites(String[] cipherSuites) argument
[all...]
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc7133 jobjectArray cipherSuites) {
7136 JNI_TRACE("ssl=%p NativeCrypto_SSL_set_cipher_lists cipherSuites=%p", ssl, cipherSuites);
7140 if (cipherSuites == nullptr) {
7141 conscrypt::jniutil::throwNullPointerException(env, "cipherSuites == null");
7145 int length = env->GetArrayLength(cipherSuites);
7155 JNI_TRACE("ssl=%p NativeCrypto_SSL_set_cipher_lists cipherSuites=empty", ssl);
7159 JNI_TRACE("ssl=%p NativeCrypto_SSL_set_cipher_lists cipherSuites=empty => error", ssl);
7172 env, reinterpret_cast<jstring>(env->GetObjectArrayElement(cipherSuites, i)));
7210 env, reinterpret_cast<jstring>(env->GetObjectArrayElement(cipherSuites,
7132 NativeCrypto_SSL_set_cipher_lists(JNIEnv* env, jclass, jlong ssl_address, CONSCRYPT_UNUSED jobject ssl_holder, jobjectArray cipherSuites) argument
[all...]
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 316 milliseconds