Home
last modified time | relevance | path

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

12

/external/boringssl/src/ssl/
Dbio_ssl.cc147 SSL_shutdown(ssl); in ssl_free()
Dssl_test.cc1708 ASSERT_EQ(SSL_shutdown(client_.get()), 0); in TEST_P()
1723 EXPECT_EQ(SSL_shutdown(server_.get()), 1); in TEST_P()
1724 EXPECT_EQ(SSL_shutdown(client_.get()), 1); in TEST_P()
3909 EXPECT_EQ(0, SSL_shutdown(server.get())); in TEST()
3910 EXPECT_EQ(0, SSL_shutdown(client.get())); in TEST()
3913 EXPECT_EQ(1, SSL_shutdown(server.get())); in TEST()
3914 EXPECT_EQ(1, SSL_shutdown(client.get())); in TEST()
Dssl_lib.cc1170 int SSL_shutdown(SSL *ssl) { in SSL_shutdown() function
/external/honggfuzz/examples/openssl/
Dclient.c598 if (SSL_shutdown(client) != 1) { in LLVMFuzzerTestOneInput()
Dserver.c632 if (SSL_shutdown(server) != 1) { in LLVMFuzzerTestOneInput()
/external/libcups/cups/
Dtls-boringssl.c467 switch (SSL_shutdown(http->tls)) in _httpTLSStop()
/external/curl/lib/
Dsetup-vms.h308 #define SSL_shutdown SSL_SHUTDOWN macro
/external/curl/lib/vtls/
Dmesalink.c381 (void)SSL_shutdown(BACKEND->handle); in Curl_mesalink_close()
Dcyassl.c707 (void)SSL_shutdown(BACKEND->handle); in Curl_cyassl_close()
Dopenssl.c1272 (void)SSL_shutdown(BACKEND->handle); in ossl_close()
1316 (void)SSL_shutdown(BACKEND->handle); in Curl_ossl_shutdown()
/external/libbrillo/brillo/streams/
Dtls_stream.cc217 int ret = SSL_shutdown(ssl_.get()); in Close()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeSsl.java513 NativeCrypto.SSL_shutdown(ssl, this, fd, handshakeCallbacks); in shutdown()
DNativeCrypto.java1156 static native void SSL_shutdown( in SSL_shutdown() method in NativeCrypto
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeSsl.java514 NativeCrypto.SSL_shutdown(ssl, this, fd, handshakeCallbacks); in shutdown()
DNativeCrypto.java1196 static native void SSL_shutdown( in SSL_shutdown() method in NativeCrypto
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java720 NativeCrypto.SSL_shutdown(ssl, null, fd, callback); in afterHandshake()
2439 NativeCrypto.SSL_shutdown(sslSession, null, null, DUMMY_CB); in SSL_shutdown_withNullFdShouldSucceed()
2449 NativeCrypto.SSL_shutdown(sslSession, null, INVALID_FD, null); in SSL_shutdown_withNullCallbacksShouldThrow()
2457 NativeCrypto.SSL_shutdown(NULL, null, INVALID_FD, DUMMY_CB); in SSL_shutdown_withNullSslShouldSucceed()
2466 NativeCrypto.SSL_shutdown(sslSession, null, INVALID_FD, DUMMY_CB); in SSL_shutdown_beforeHandshakeShouldThrow()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java728 NativeCrypto.SSL_shutdown(ssl, null, fd, callback); in afterHandshake()
2447 NativeCrypto.SSL_shutdown(sslSession, null, null, DUMMY_CB); in SSL_shutdown_withNullFdShouldSucceed()
2457 NativeCrypto.SSL_shutdown(sslSession, null, INVALID_FD, null); in SSL_shutdown_withNullCallbacksShouldThrow()
2465 NativeCrypto.SSL_shutdown(NULL, null, INVALID_FD, DUMMY_CB); in SSL_shutdown_withNullSslShouldSucceed()
2474 NativeCrypto.SSL_shutdown(sslSession, null, INVALID_FD, DUMMY_CB); in SSL_shutdown_beforeHandshakeShouldThrow()
/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc868 int ret = SSL_shutdown(ssl_); in Cleanup()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc254 ret = SSL_shutdown(ssl); in DoShutdown()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list305 SSL_shutdown
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1623 SSL_shutdown(conn->ssl); in tls_connection_deinit()
1677 SSL_shutdown(conn->ssl); in tls_connection_shutdown()
/external/boringssl/src/include/openssl/
Dssl.h434 OPENSSL_EXPORT int SSL_shutdown(SSL *ssl);
/external/python/cpython2/Modules/
D_ssl.c2003 err = SSL_shutdown(self->ssl); in PySSL_SSLshutdown()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h333 #define SSL_shutdown GRPC_SHADOW_SSL_shutdown macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc8442 int ret = SSL_shutdown(ssl); in NativeCrypto_SSL_shutdown()
9279 int ret = SSL_shutdown(ssl); in NativeCrypto_ENGINE_SSL_shutdown()
10162 CONSCRYPT_NATIVE_METHOD(SSL_shutdown, "(J" REF_SSL FILE_DESCRIPTOR SSL_CALLBACKS ")V"),

12