Home
last modified time | relevance | path

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

12

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java385 NativeCrypto.SSL_free(s2, null); in test_SSL_new()
387 NativeCrypto.SSL_free(s, null); in test_SSL_new()
404 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey_withNullCertificatesShouldThrow()
416 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey_withNullKeyShouldThrow()
429 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey()
447 NativeCrypto.SSL_free(s, null); in SSL_set1_tls_channel_id_withNullKeyShouldThrow()
463 NativeCrypto.SSL_free(s, null); in test_SSL_use_PrivateKey_for_tls_channel_id()
477 NativeCrypto.SSL_free(s, null); in test_SSL_get_mode()
503 NativeCrypto.SSL_free(s, null); in test_SSL_set_mode_and_clear_mode()
517 NativeCrypto.SSL_free(s, null); in test_SSL_get_options()
[all …]
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java389 NativeCrypto.SSL_free(s2, null); in test_SSL_new()
391 NativeCrypto.SSL_free(s, null); in test_SSL_new()
408 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey_withNullCertificatesShouldThrow()
420 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey_withNullKeyShouldThrow()
433 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey()
451 NativeCrypto.SSL_free(s, null); in SSL_set1_tls_channel_id_withNullKeyShouldThrow()
467 NativeCrypto.SSL_free(s, null); in test_SSL_use_PrivateKey_for_tls_channel_id()
481 NativeCrypto.SSL_free(s, null); in test_SSL_get_mode()
507 NativeCrypto.SSL_free(s, null); in test_SSL_set_mode_and_clear_mode()
521 NativeCrypto.SSL_free(s, null); in test_SSL_get_options()
[all …]
/external/tensorflow/tensorflow/contrib/ignite/kernels/client/
Dignite_ssl_wrapper.cc54 SSL_free(ssl_); in ~SslWrapper()
103 SSL_free(ssl_); in Disconnect()
/external/curl/lib/vtls/
Dmesalink.c183 SSL_free(BACKEND->handle); in mesalink_connect_step1()
382 SSL_free(BACKEND->handle); in Curl_mesalink_close()
447 SSL_free(BACKEND->handle); in Curl_mesalink_shutdown()
Dcyassl.c380 SSL_free(BACKEND->handle); in cyassl_connect_step1()
708 SSL_free(BACKEND->handle); in Curl_cyassl_close()
805 SSL_free(BACKEND->handle); in Curl_cyassl_shutdown()
Dopenssl.c959 SSL_free(ssl); in cert_stuff()
1275 SSL_free(BACKEND->handle); in ossl_close()
1389 SSL_free(BACKEND->handle); in Curl_ossl_shutdown()
2703 SSL_free(BACKEND->handle); in ossl_connect_step1()
/external/libcups/cups/
Dtls-boringssl.c411 SSL_free(http->tls); in _httpTLSStart()
485 SSL_free(http->tls); in _httpTLSStop()
/external/boringssl/src/ssl/
Dbio_ssl.cc149 SSL_free(ssl); in ssl_free()
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc956 if (impl->ssl != nullptr) SSL_free(impl->ssl); in ssl_protector_destroy()
1121 SSL_free(impl->ssl); in ssl_handshaker_result_destroy()
1240 SSL_free(impl->ssl); in ssl_handshaker_destroy()
1347 SSL_free(ssl); in create_tsi_ssl_handshaker()
1358 SSL_free(ssl); in create_tsi_ssl_handshaker()
1375 SSL_free(ssl); in create_tsi_ssl_handshaker()
/external/grpc-grpc/test/core/handshake/
Dserver_ssl_common.cc231 SSL_free(ssl); in server_ssl_test()
Dclient_ssl.cc203 SSL_free(ssl); in server_thread()
/external/honggfuzz/examples/openssl/
Dclient.c605 SSL_free(client); in LLVMFuzzerTestOneInput()
Dserver.c639 SSL_free(server); in LLVMFuzzerTestOneInput()
/external/libbrillo/brillo/streams/
Dtls_stream.cc120 std::unique_ptr<SSL, decltype(&SSL_free)> ssl_{nullptr, SSL_free};
/external/libevent/sample/
Dhttps-client.c482 SSL_free(ssl); in main()
/external/curl/lib/
Dsetup-vms.h288 #define SSL_free SSL_FREE macro
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeSsl.java572 NativeCrypto.SSL_free(toFree, this); in close()
DNativeCrypto.java1161 static native void SSL_free(long ssl, NativeSsl ssl_holder); in SSL_free() method in NativeCrypto
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeSsl.java573 NativeCrypto.SSL_free(toFree, this); in close()
/external/grpc-grpc/src/objective-c/tests/CronetUnitTests/
DCronetUnitTests.m371 SSL_free(ssl);
/external/webrtc/webrtc/base/
Dopenssladapter.cc447 SSL_free(ssl_); in Cleanup()
Dopensslstreamadapter.cc874 SSL_free(ssl_); in Cleanup()
/external/boringssl/src/include/openssl/
Dssl.h230 OPENSSL_EXPORT void SSL_free(SSL *ssl);
4650 BORINGSSL_MAKE_DELETER(SSL, SSL_free)
/external/libevent/
Dbufferevent_openssl.c1238 SSL_free(bev_ssl->ssl); in be_openssl_destruct()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1592 SSL_free(conn->ssl); in tls_connection_init()
1601 SSL_free(conn->ssl); in tls_connection_init()
1625 SSL_free(conn->ssl); in tls_connection_deinit()

12