Home
last modified time | relevance | path

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

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java356 NativeCrypto.SSL_free(s2); in test_SSL_new()
358 NativeCrypto.SSL_free(s); in test_SSL_new()
374 NativeCrypto.SSL_free(s); in SSL_use_certificate_withNullShouldThrow()
386 NativeCrypto.SSL_free(s); in test_SSL_use_certificate()
404 NativeCrypto.SSL_free(s); in SSL_set1_tls_channel_id_withNullKeyShouldThrow()
420 NativeCrypto.SSL_free(s); in test_SSL_use_PrivateKey_for_tls_channel_id()
437 NativeCrypto.SSL_free(s); in SSL_use_PrivateKeyWithNullKeyShouldThrow()
443 NativeCrypto.SSL_free(s); in SSL_use_PrivateKeyWithNullKeyShouldThrow()
454 NativeCrypto.SSL_free(s); in test_SSL_use_PrivateKey()
472 NativeCrypto.SSL_free(s); in SSL_check_private_key_withNoKeyOrCertShouldThrow()
[all …]
/external/libmicrohttpd/src/microspdy/
Dio_openssl.c146 SSL_free(session->io_context); in SPDYF_openssl_new_session()
156 SSL_free(session->io_context); in SPDYF_openssl_new_session()
179 SSL_free(session->io_context); in SPDYF_openssl_close_session()
/external/libcups/cups/
Dtls-boringssl.c515 SSL_free(http->tls); in _httpTLSStart()
561 SSL_free(http->tls); in _httpTLSStop()
/external/curl/lib/vtls/
Dcyassl.c351 SSL_free(conssl->handle); in cyassl_connect_step1()
669 SSL_free (conssl->handle); in Curl_cyassl_close()
755 SSL_free (connssl->handle); in Curl_cyassl_shutdown()
Dopenssl.c621 SSL_free(ssl); in cert_stuff()
908 SSL_free (connssl->handle); in ossl_close()
1021 SSL_free (connssl->handle); in Curl_ossl_shutdown()
2136 SSL_free(connssl->handle); in ossl_connect_step1()
/external/boringssl/src/ssl/
Dbio_ssl.cc149 SSL_free(ssl); in ssl_free()
Dssl_lib.cc460 SSL_free(ssl); in SSL_new()
466 void SSL_free(SSL *ssl) { in SSL_free() function
/external/libvncserver/libvncserver/
Drfbssl_openssl.c132 SSL_free(ctx->ssl); in rfbssl_destroy()
/external/libvncserver/libvncclient/
Dtls_openssl.c289 SSL_free(ssl); in open_ssl_connection()
611 SSL_free(client->tlsSession); in FreeTLS()
/external/libbrillo/brillo/streams/
Dtls_stream.cc120 std::unique_ptr<SSL, decltype(&SSL_free)> ssl_{nullptr, SSL_free};
/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c806 SSL_free(ssl); in spdy_connect()
833 SSL_free(connection->ssl); in spdy_free_connection()
/external/curl/lib/
Dsetup-vms.h288 #define SSL_free SSL_FREE macro
/external/conscrypt/common/src/main/java/org/conscrypt/
DSslWrapper.java521 NativeCrypto.SSL_free(ssl); in close()
DNativeCrypto.java1021 static native void SSL_free(long sslNativePointer); in SSL_free() method in NativeCrypto
/external/webrtc/webrtc/base/
Dopenssladapter.cc447 SSL_free(ssl_); in Cleanup()
Dopensslstreamadapter.cc874 SSL_free(ssl_); in Cleanup()
/external/libmicrohttpd/src/testspdy/
Dtest_new_connection.c726 SSL_free(ssl); in fetch_uri()
Dtest_request_response.c714 SSL_free(ssl); in fetch_uri()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1371 SSL_free(conn->ssl); in tls_connection_init()
1380 SSL_free(conn->ssl); in tls_connection_init()
1404 SSL_free(conn->ssl); in tls_connection_deinit()
/external/boringssl/src/include/openssl/
Dssl.h220 OPENSSL_EXPORT void SSL_free(SSL *ssl);
4541 BORINGSSL_MAKE_DELETER(SSL, SSL_free)
/external/libevent/
Dbufferevent_openssl.c1204 SSL_free(bev_ssl->ssl); in be_openssl_destruct()
/external/llvm/docs/
DLibFuzzer.rst543 SSL_free(server);
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c2085 SSL_free (pos->tls_session); in MHD_cleanup_connections()
/external/python/cpython2/Modules/
D_ssl.c1598 SSL_free(self->ssl); in PySSL_dealloc()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp7949 SSL_free(ssl); in NativeCrypto_SSL_free()
9596 CONSCRYPT_NATIVE_METHOD(NativeCrypto, SSL_free, "(J)V"),