Home
last modified time | relevance | path

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

12

/external/webrtc/rtc_base/
Dopenssl_utility_unittest.cc221 SSL_free(server); in CreateSSLWithPeerCertificate()
235 SSL_free(ssl); in TEST()
257 SSL_free(ssl); in TEST()
274 SSL_free(ssl); in TEST()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java386 NativeCrypto.SSL_free(s2, null); in test_SSL_new()
388 NativeCrypto.SSL_free(s, null); in test_SSL_new()
405 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey_withNullCertificatesShouldThrow()
417 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey_withNullKeyShouldThrow()
430 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey()
448 NativeCrypto.SSL_free(s, null); in SSL_set1_tls_channel_id_withNullKeyShouldThrow()
464 NativeCrypto.SSL_free(s, null); in test_SSL_use_PrivateKey_for_tls_channel_id()
478 NativeCrypto.SSL_free(s, null); in test_SSL_get_mode()
504 NativeCrypto.SSL_free(s, null); in test_SSL_set_mode_and_clear_mode()
518 NativeCrypto.SSL_free(s, null); in test_SSL_get_options()
[all …]
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java390 NativeCrypto.SSL_free(s2, null); in test_SSL_new()
392 NativeCrypto.SSL_free(s, null); in test_SSL_new()
409 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey_withNullCertificatesShouldThrow()
421 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey_withNullKeyShouldThrow()
434 NativeCrypto.SSL_free(s, null); in setLocalCertsAndPrivateKey()
452 NativeCrypto.SSL_free(s, null); in SSL_set1_tls_channel_id_withNullKeyShouldThrow()
468 NativeCrypto.SSL_free(s, null); in test_SSL_use_PrivateKey_for_tls_channel_id()
482 NativeCrypto.SSL_free(s, null); in test_SSL_get_mode()
508 NativeCrypto.SSL_free(s, null); in test_SSL_set_mode_and_clear_mode()
522 NativeCrypto.SSL_free(s, null); in test_SSL_get_options()
[all …]
/external/libcups/cups/
Dtls-boringssl.c412 SSL_free(http->tls); in _httpTLSStart()
447 SSL_free(http->tls); in _httpTLSStart()
488 SSL_free(http->tls); in _httpTLSStop()
/external/python/cryptography/tests/hazmat/bindings/
Dtest_openssl.py60 ssl = b.ffi.gc(ssl, b.lib.SSL_free)
75 ssl = b.ffi.gc(ssl, b.lib.SSL_free)
/external/curl/lib/vtls/
Dmesalink.c217 SSL_free(BACKEND->handle); in mesalink_connect_step1()
416 SSL_free(BACKEND->handle); in Curl_mesalink_close()
481 SSL_free(BACKEND->handle); in Curl_mesalink_shutdown()
Dwolfssl.c458 SSL_free(backend->handle); in wolfssl_connect_step1()
837 SSL_free(backend->handle); in Curl_wolfssl_close()
939 SSL_free(backend->handle); in Curl_wolfssl_shutdown()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dbio_ssl.cc149 SSL_free(ssl); in ssl_free()
/external/libpcap/
Dsslutils.c178 SSL_free(ssl); in ssl_finish()
/external/boringssl/src/ssl/
Dbio_ssl.cc162 SSL_free(ssl); in ssl_free()
/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/libevent/
Dbufferevent_openssl.c1242 SSL_free(bev_ssl->ssl); in be_openssl_destruct()
1405 SSL_free(ssl); in bufferevent_openssl_new_impl()
1436 SSL_free(ssl); in bufferevent_openssl_filter_new()
1483 SSL_free(ssl); in bufferevent_openssl_socket_new()
/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/libbrillo/brillo/streams/
Dtls_stream.cc126 std::unique_ptr<SSL, decltype(&SSL_free)> ssl_{nullptr, SSL_free};
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc1149 if (impl->ssl != nullptr) SSL_free(impl->ssl); in ssl_protector_destroy()
1353 SSL_free(impl->ssl); in ssl_handshaker_result_destroy()
1469 SSL_free(impl->ssl); in ssl_handshaker_destroy()
1616 SSL_free(ssl); in create_tsi_ssl_handshaker()
1627 SSL_free(ssl); in create_tsi_ssl_handshaker()
1644 SSL_free(ssl); in create_tsi_ssl_handshaker()
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c245 SSL_free(wsi->tls.ssl); in lws_ssl_close()
Dmbedtls-server.c293 SSL_free(wsi->tls.ssl); in lws_tls_server_abort_connection()
/external/libevent/sample/
Dhttps-client.c521 SSL_free(ssl); in main()
/external/curl/lib/
Dsetup-vms.h288 #define SSL_free SSL_FREE macro
/external/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c418 SSL_free(wsi->tls.ssl); in lws_ssl_close()
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h88 void SSL_free(SSL *ssl);
/external/rust/crates/quiche/src/
Dtls.rs532 unsafe { SSL_free(self.as_ptr()) } in drop()
979 fn SSL_free(ssl: *mut SSL); in SSL_free() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeSsl.java616 NativeCrypto.SSL_free(toFree, this); in close()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeSsl.java617 NativeCrypto.SSL_free(toFree, this); in close()

12