/external/webrtc/rtc_base/ |
D | openssl_utility_unittest.cc | 221 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/ |
D | NativeCryptoTest.java | 386 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/ |
D | NativeCryptoTest.java | 390 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/ |
D | tls-boringssl.c | 412 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/ |
D | test_openssl.py | 60 ssl = b.ffi.gc(ssl, b.lib.SSL_free) 75 ssl = b.ffi.gc(ssl, b.lib.SSL_free)
|
/external/curl/lib/vtls/ |
D | mesalink.c | 217 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()
|
D | wolfssl.c | 458 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/ |
D | bio_ssl.cc | 149 SSL_free(ssl); in ssl_free()
|
/external/libpcap/ |
D | sslutils.c | 178 SSL_free(ssl); in ssl_finish()
|
/external/boringssl/src/ssl/ |
D | bio_ssl.cc | 162 SSL_free(ssl); in ssl_free()
|
/external/grpc-grpc/test/core/handshake/ |
D | server_ssl_common.cc | 231 SSL_free(ssl); in server_ssl_test()
|
D | client_ssl.cc | 203 SSL_free(ssl); in server_thread()
|
/external/libevent/ |
D | bufferevent_openssl.c | 1242 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/ |
D | ssl_transport_security.cc | 956 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/ |
D | tls_stream.cc | 126 std::unique_ptr<SSL, decltype(&SSL_free)> ssl_{nullptr, SSL_free};
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 1149 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/ |
D | mbedtls-ssl.c | 245 SSL_free(wsi->tls.ssl); in lws_ssl_close()
|
D | mbedtls-server.c | 293 SSL_free(wsi->tls.ssl); in lws_tls_server_abort_connection()
|
/external/libevent/sample/ |
D | https-client.c | 521 SSL_free(ssl); in main()
|
/external/curl/lib/ |
D | setup-vms.h | 288 #define SSL_free SSL_FREE macro
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-ssl.c | 418 SSL_free(wsi->tls.ssl); in lws_ssl_close()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 88 void SSL_free(SSL *ssl);
|
/external/rust/crates/quiche/src/ |
D | tls.rs | 532 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/ |
D | NativeSsl.java | 616 NativeCrypto.SSL_free(toFree, this); in close()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | NativeSsl.java | 617 NativeCrypto.SSL_free(toFree, this); in close()
|