/external/libmicrohttpd/src/microhttpd/ |
D | connection_https.c | 153 SSL_shutdown (connection->tls_session); in MHD_tls_connection_handle_idle()
|
/external/libmicrohttpd/src/microspdy/ |
D | io_openssl.c | 177 SSL_shutdown(session->io_context); in SPDYF_openssl_close_session()
|
/external/boringssl/src/ssl/ |
D | bio_ssl.cc | 147 SSL_shutdown(ssl); in ssl_free()
|
D | ssl_test.cc | 1681 ASSERT_EQ(SSL_shutdown(client_.get()), 0); in TEST_P() 1696 EXPECT_EQ(SSL_shutdown(server_.get()), 1); in TEST_P() 1697 EXPECT_EQ(SSL_shutdown(client_.get()), 1); in TEST_P() 3894 EXPECT_EQ(0, SSL_shutdown(server.get())); in TEST() 3895 EXPECT_EQ(0, SSL_shutdown(client.get())); in TEST() 3898 EXPECT_EQ(1, SSL_shutdown(server.get())); in TEST() 3899 EXPECT_EQ(1, SSL_shutdown(client.get())); in TEST()
|
D | ssl_lib.cc | 1093 int SSL_shutdown(SSL *ssl) { in SSL_shutdown() function
|
/external/honggfuzz/examples/openssl/ |
D | client.c | 592 if (SSL_shutdown(client) != 1) { in LLVMFuzzerTestOneInput()
|
D | server.c | 633 if (SSL_shutdown(server) != 1) { in LLVMFuzzerTestOneInput()
|
/external/libcups/cups/ |
D | tls-boringssl.c | 438 switch (SSL_shutdown(http->tls)) in _httpTLSStop()
|
/external/curl/lib/ |
D | setup-vms.h | 308 #define SSL_shutdown SSL_SHUTDOWN macro
|
/external/libvncserver/libvncclient/ |
D | tls_openssl.c | 290 SSL_shutdown (ssl); in open_ssl_connection()
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 217 int ret = SSL_shutdown(ssl_.get()); in Close()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeSsl.java | 502 NativeCrypto.SSL_shutdown(ssl, this, fd, handshakeCallbacks); in shutdown()
|
D | NativeCrypto.java | 1093 static native void SSL_shutdown( in SSL_shutdown() method in NativeCrypto
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 710 NativeCrypto.SSL_shutdown(ssl, null, fd, callback); in afterHandshake() 2425 NativeCrypto.SSL_shutdown(sslSession, null, null, DUMMY_CB); in SSL_shutdown_withNullFdShouldSucceed() 2435 NativeCrypto.SSL_shutdown(sslSession, null, INVALID_FD, null); in SSL_shutdown_withNullCallbacksShouldThrow() 2443 NativeCrypto.SSL_shutdown(NULL, null, INVALID_FD, DUMMY_CB); in SSL_shutdown_withNullSslShouldSucceed() 2452 NativeCrypto.SSL_shutdown(sslSession, null, INVALID_FD, DUMMY_CB); in SSL_shutdown_beforeHandshakeShouldThrow()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_spdy.c | 801 SSL_shutdown(ssl); in spdy_connect()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_request_response.c | 713 SSL_shutdown(ssl); in fetch_uri()
|
D | test_new_connection.c | 725 SSL_shutdown(ssl); in fetch_uri()
|
/external/curl/lib/vtls/ |
D | cyassl.c | 711 (void)SSL_shutdown(BACKEND->handle); in Curl_cyassl_close()
|
D | openssl.c | 1158 (void)SSL_shutdown(BACKEND->handle); in ossl_close() 1202 (void)SSL_shutdown(BACKEND->handle); in Curl_ossl_shutdown()
|
/external/webrtc/webrtc/base/ |
D | opensslstreamadapter.cc | 868 int ret = SSL_shutdown(ssl_); in Cleanup()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1529 SSL_shutdown(conn->ssl); in tls_connection_deinit() 1557 SSL_shutdown(conn->ssl); in tls_connection_shutdown()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 411 OPENSSL_EXPORT int SSL_shutdown(SSL *ssl);
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 1518 ret = SSL_shutdown(ssl); in DoShutdown()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 1924 err = SSL_shutdown(self->ssl); in PySSL_SSLshutdown()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 8355 int ret = SSL_shutdown(ssl); in NativeCrypto_SSL_shutdown() 9183 int ret = SSL_shutdown(ssl); in NativeCrypto_ENGINE_SSL_shutdown() 9985 CONSCRYPT_NATIVE_METHOD(SSL_shutdown, "(J" REF_SSL FILE_DESCRIPTOR SSL_CALLBACKS ")V"),
|