Home
last modified time | relevance | path

Searched refs:SSL_shutdown (Results 1 – 25 of 26) sorted by relevance

12

/external/libmicrohttpd/src/microhttpd/
Dconnection_https.c153 SSL_shutdown (connection->tls_session); in MHD_tls_connection_handle_idle()
/external/libmicrohttpd/src/microspdy/
Dio_openssl.c177 SSL_shutdown(session->io_context); in SPDYF_openssl_close_session()
/external/boringssl/src/ssl/
Dbio_ssl.cc147 SSL_shutdown(ssl); in ssl_free()
Dssl_test.cc1681 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()
Dssl_lib.cc1093 int SSL_shutdown(SSL *ssl) { in SSL_shutdown() function
/external/honggfuzz/examples/openssl/
Dclient.c592 if (SSL_shutdown(client) != 1) { in LLVMFuzzerTestOneInput()
Dserver.c633 if (SSL_shutdown(server) != 1) { in LLVMFuzzerTestOneInput()
/external/libcups/cups/
Dtls-boringssl.c438 switch (SSL_shutdown(http->tls)) in _httpTLSStop()
/external/curl/lib/
Dsetup-vms.h308 #define SSL_shutdown SSL_SHUTDOWN macro
/external/libvncserver/libvncclient/
Dtls_openssl.c290 SSL_shutdown (ssl); in open_ssl_connection()
/external/libbrillo/brillo/streams/
Dtls_stream.cc217 int ret = SSL_shutdown(ssl_.get()); in Close()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeSsl.java502 NativeCrypto.SSL_shutdown(ssl, this, fd, handshakeCallbacks); in shutdown()
DNativeCrypto.java1093 static native void SSL_shutdown( in SSL_shutdown() method in NativeCrypto
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java710 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/
Dmhd2spdy_spdy.c801 SSL_shutdown(ssl); in spdy_connect()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response.c713 SSL_shutdown(ssl); in fetch_uri()
Dtest_new_connection.c725 SSL_shutdown(ssl); in fetch_uri()
/external/curl/lib/vtls/
Dcyassl.c711 (void)SSL_shutdown(BACKEND->handle); in Curl_cyassl_close()
Dopenssl.c1158 (void)SSL_shutdown(BACKEND->handle); in ossl_close()
1202 (void)SSL_shutdown(BACKEND->handle); in Curl_ossl_shutdown()
/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc868 int ret = SSL_shutdown(ssl_); in Cleanup()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1529 SSL_shutdown(conn->ssl); in tls_connection_deinit()
1557 SSL_shutdown(conn->ssl); in tls_connection_shutdown()
/external/boringssl/src/include/openssl/
Dssl.h411 OPENSSL_EXPORT int SSL_shutdown(SSL *ssl);
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1518 ret = SSL_shutdown(ssl); in DoShutdown()
/external/python/cpython2/Modules/
D_ssl.c1924 err = SSL_shutdown(self->ssl); in PySSL_SSLshutdown()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc8355 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"),

12