/external/boringssl/src/tool/ |
D | client.cc | 264 SSL_set_tlsext_host_name(ssl.get(), args_map["-server-name"].c_str()); in Client()
|
/external/boringssl/src/ssl/ |
D | s3_lib.c | 361 int SSL_set_tlsext_host_name(SSL *ssl, const char *name) { in SSL_set_tlsext_host_name() function
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 1817 NativeCrypto.SSL_set_tlsext_host_name(NULL, null); in test_SSL_set_tlsext_host_name() 1830 NativeCrypto.SSL_set_tlsext_host_name(s, null); in test_SSL_set_tlsext_host_name() 1839 NativeCrypto.SSL_set_tlsext_host_name(s, new String(longHostname)); in test_SSL_set_tlsext_host_name() 1845 NativeCrypto.SSL_set_tlsext_host_name(s, new String(hostname)); in test_SSL_set_tlsext_host_name() 1859 NativeCrypto.SSL_set_tlsext_host_name(s, hostname); in test_SSL_set_tlsext_host_name()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2139 OPENSSL_EXPORT int SSL_set_tlsext_host_name(SSL *ssl, const char *name); 4280 #define SSL_set_tlsext_host_name SSL_set_tlsext_host_name macro
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 1065 public static native void SSL_set_tlsext_host_name(long sslNativePointer, String hostname) in SSL_set_tlsext_host_name() method in NativeCrypto
|
D | SSLParametersImpl.java | 594 NativeCrypto.SSL_set_tlsext_host_name(sslNativePointer, sniHostname); in setSSLParameters()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 1191 !SSL_set_tlsext_host_name(ssl.get(), config->host_name.c_str())) { in DoExchange()
|
/external/curl/lib/vtls/ |
D | openssl.c | 2079 !SSL_set_tlsext_host_name(connssl->handle, conn->host.name)) in ossl_connect_step1()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 9071 int ret = SSL_set_tlsext_host_name(ssl, hostnameChars.c_str()); 11273 NATIVE_METHOD(NativeCrypto, SSL_set_tlsext_host_name, "(JLjava/lang/String;)V"),
|
/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/ ... |