/external/conscrypt/src/main/java/org/conscrypt/ |
D | SSLParametersImpl.java | 97 private boolean client_mode = true; field in SSLParametersImpl 195 return client_mode ? clientSessionContext : serverSessionContext; in getSessionContext() 306 client_mode = mode; in setUseClientMode() 314 return client_mode; in getUseClientMode() 428 if (client_mode) { in getSessionToReuse() 452 if (client_mode) { in setTlsChannelId() 527 if (client_mode && alpnProtocols != null) { in setSSLParameters() 536 if (!client_mode) { in setSSLParameters() 580 if (client_mode) { in setSSLParameters() 625 if (!client_mode) { in setCertificateValidation()
|
D | NativeCrypto.java | 1111 boolean client_mode, in SSL_do_handshake() argument 1125 boolean client_mode, in SSL_do_handshake_bio() argument
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 9340 jlong rbioRef, jlong wbioRef, jobject shc, jboolean client_mode, jbyteArray npnProtocols, argument 9346 ssl, rbio, wbio, shc, client_mode, npnProtocols); 9372 if (!client_mode && alpnProtocols != nullptr) { 9437 jobject shc, jint timeout_millis, jboolean client_mode, jbyteArray npnProtocols, argument 9441 ssl, fdObject, shc, timeout_millis, client_mode, npnProtocols); 9494 if (client_mode) {
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |