/external/boringssl/src/ssl/ |
D | bio_ssl.cc | 147 SSL_shutdown(ssl); in ssl_free()
|
D | ssl_test.cc | 1708 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()
|
D | ssl_lib.cc | 1170 int SSL_shutdown(SSL *ssl) { in SSL_shutdown() function
|
/external/honggfuzz/examples/openssl/ |
D | client.c | 598 if (SSL_shutdown(client) != 1) { in LLVMFuzzerTestOneInput()
|
D | server.c | 632 if (SSL_shutdown(server) != 1) { in LLVMFuzzerTestOneInput()
|
/external/libcups/cups/ |
D | tls-boringssl.c | 467 switch (SSL_shutdown(http->tls)) in _httpTLSStop()
|
/external/curl/lib/ |
D | setup-vms.h | 308 #define SSL_shutdown SSL_SHUTDOWN macro
|
/external/curl/lib/vtls/ |
D | mesalink.c | 381 (void)SSL_shutdown(BACKEND->handle); in Curl_mesalink_close()
|
D | cyassl.c | 707 (void)SSL_shutdown(BACKEND->handle); in Curl_cyassl_close()
|
D | openssl.c | 1272 (void)SSL_shutdown(BACKEND->handle); in ossl_close() 1316 (void)SSL_shutdown(BACKEND->handle); in Curl_ossl_shutdown()
|
/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 | 513 NativeCrypto.SSL_shutdown(ssl, this, fd, handshakeCallbacks); in shutdown()
|
D | NativeCrypto.java | 1156 static native void SSL_shutdown( in SSL_shutdown() method in NativeCrypto
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | NativeSsl.java | 514 NativeCrypto.SSL_shutdown(ssl, this, fd, handshakeCallbacks); in shutdown()
|
D | NativeCrypto.java | 1196 static native void SSL_shutdown( in SSL_shutdown() method in NativeCrypto
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 720 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/ |
D | NativeCryptoTest.java | 728 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/ |
D | opensslstreamadapter.cc | 868 int ret = SSL_shutdown(ssl_); in Cleanup()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 254 ret = SSL_shutdown(ssl); in DoShutdown()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 305 SSL_shutdown
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1623 SSL_shutdown(conn->ssl); in tls_connection_deinit() 1677 SSL_shutdown(conn->ssl); in tls_connection_shutdown()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 434 OPENSSL_EXPORT int SSL_shutdown(SSL *ssl);
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 2003 err = SSL_shutdown(self->ssl); in PySSL_SSLshutdown()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 333 #define SSL_shutdown GRPC_SHADOW_SSL_shutdown macro
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 8442 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"),
|