Home
last modified time | relevance | path

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

123456

/src/crypto/openssl/test/
H A Ddtlstest.c137 SSL_free(serverssl1); in test_dtls_unprocessed()
138 SSL_free(clientssl1); in test_dtls_unprocessed()
229 SSL_free(serverssl); in test_dtls_drop_records()
230 SSL_free(clientssl); in test_dtls_drop_records()
296 SSL_free(serverssl); in test_dtls_drop_records()
297 SSL_free(clientssl); in test_dtls_drop_records()
337 SSL_free(serverssl); in test_cookie()
338 SSL_free(clientssl); in test_cookie()
380 SSL_free(serverssl); in test_dtls_duplicate_records()
381 SSL_free(clientssl); in test_dtls_duplicate_records()
[all …]
H A Dsslapitest.c429 SSL_free(serverssl); in test_keylog()
430 SSL_free(clientssl); in test_keylog()
507 SSL_free(serverssl); in test_keylog_no_master_key()
508 SSL_free(clientssl); in test_keylog_no_master_key()
546 SSL_free(serverssl); in test_keylog_no_master_key()
547 SSL_free(clientssl); in test_keylog_no_master_key()
635 SSL_free(clientssl); in test_client_cert_verify_cb()
639 SSL_free(serverssl); in test_client_cert_verify_cb()
674 SSL_free(ssl); in test_ssl_build_cert_chain()
796 SSL_free(serverssl); in test_client_hello_cb()
[all …]
H A Dquicapitest.c189 SSL_free(clientquic); in test_quic_write_read()
201 SSL_free(clientquic); in test_quic_write_read()
277 SSL_free(clientquic); in test_fin_only_blocking()
337 SSL_free(ssl); in test_ciphersuites()
384 SSL_free(clientquic); in test_cipher_find()
422 SSL_free(clientquic); in test_version()
477 SSL_free(clientquic); in test_ssl_trace()
614 SSL_free(clientquic); in test_new_token()
615 SSL_free(clientquic2); in test_new_token()
725 SSL_free(ssl); in test_quic_forbidden_apis()
[all …]
H A Ddtls_mtu_test.c143 SSL_free(clnt_ssl); in mtu_test()
144 SSL_free(srvr_ssl); in mtu_test()
230 SSL_free(clnt_ssl); in test_server_mtu_larger_than_max_fragment_length()
231 SSL_free(srvr_ssl); in test_server_mtu_larger_than_max_fragment_length()
H A Dservername_test.c142 SSL_free(con); in client_setup_sni_before_state()
195 SSL_free(con); in client_setup_sni_after_state()
228 SSL_free(serverssl); in server_setup_sni()
229 SSL_free(clientssl); in server_setup_sni()
H A Dsslbuffertest.c175 SSL_free(clientssl); in test_func()
176 SSL_free(serverssl); in test_func()
329 SSL_free(clientssl); in test_free_buffers()
330 SSL_free(serverssl); in test_free_buffers()
H A Dquicfaultstest.c61 SSL_free(cssl); in test_basic()
154 SSL_free(cssl); in test_unknown_frame()
219 SSL_free(cssl); in test_drop_extensions()
366 SSL_free(cssl); in test_corrupted_data()
H A Dtls13groupselection_test.c373 SSL_free(serverssl); in test_invalidsyntax()
374 SSL_free(clientssl); in test_invalidsyntax()
465 SSL_free(serverssl); in test_groupnegotiation()
466 SSL_free(clientssl); in test_groupnegotiation()
H A Dfatalerrtest.c77 SSL_free(sssl); in test_fatalerr()
78 SSL_free(cssl); in test_fatalerr()
H A Dasynciotest.c378 SSL_free(clientssl); in test_asyncio()
379 SSL_free(serverssl); in test_asyncio()
385 SSL_free(clientssl); in test_asyncio()
386 SSL_free(serverssl); in test_asyncio()
H A Ddanetest.c327 SSL_free(ssl); in test_tlsafile()
335 SSL_free(ssl); in test_tlsafile()
343 SSL_free(ssl); in test_tlsafile()
359 SSL_free(ssl); in test_tlsafile()
H A Dssl_handshake_rtt_test.c126 SSL_free(serverssl); in test_handshake_rtt()
127 SSL_free(clientssl); in test_handshake_rtt()
H A Dsslcorrupttest.c172 SSL_free(ssl); in setup_cipher_list()
247 SSL_free(server); in test_ssl_corrupt()
248 SSL_free(client); in test_ssl_corrupt()
H A Dtls13ccstest.c313 SSL_free(sssl); in test_tls13ccs()
314 SSL_free(cssl); in test_tls13ccs()
481 SSL_free(sssl); in test_tls13ccs()
482 SSL_free(cssl); in test_tls13ccs()
/src/crypto/openssl/doc/man3/
H A DSSL_free.pod5 SSL_free - free an allocated SSL structure
11 void SSL_free(SSL *ssl);
15 SSL_free() decrements the reference count of B<ssl>, and removes the SSL
22 SSL_free() also calls the free()ing procedures for indirectly affected items, if
26 calling SSL_free(), as trying to free things twice may lead to program
30 which the reference count is removed by SSL_free() and the internal
48 stream SSL object, a call to SSL_free() automatically resets the sending part of
57 L<SSL_stream_conclude(3)> on its own end), a call to SSL_free() automatically
71 SSL_free() does not provide diagnostic information.
H A DSSL_stream_reset.pod41 It is also possible to trigger a stream reset by calling L<SSL_free(3)>; see the
42 documentation for L<SSL_free(3)> for details.
64 L<SSL_free(3)>
/src/crypto/openssl/doc/designs/ddd/
H A Dddd-03-fd-blocking.c64 SSL_free(ssl); in new_conn()
69 SSL_free(ssl); in new_conn()
74 SSL_free(ssl); in new_conn()
82 SSL_free(ssl); in new_conn()
114 SSL_free(ssl); in teardown()
H A Dddd-05-mem-nonblocking.c86 SSL_free(ssl);
94 SSL_free(ssl);
100 SSL_free(ssl);
107 SSL_free(ssl);
113 SSL_free(ssl);
122 SSL_free(ssl);
H A Dddd-04-fd-nonblocking.c77 SSL_free(ssl); in new_conn()
83 SSL_free(ssl); in new_conn()
89 SSL_free(ssl); in new_conn()
98 SSL_free(ssl); in new_conn()
251 SSL_free(conn->ssl); in teardown()
H A Dddd-06-mem-uv.c221 SSL_free(conn->ssl); in teardown()
511 SSL_free(ssl); in setup_ssl()
516 SSL_free(ssl); in setup_ssl()
524 SSL_free(ssl); in setup_ssl()
529 SSL_free(ssl); in setup_ssl()
537 SSL_free(ssl); in setup_ssl()
/src/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c356 SSL_free(slp->ssl); in rpctlscd_disconnect_2_svc()
545 SSL_free(ssl); in rpctls_connect()
558 SSL_free(ssl); in rpctls_connect()
566 SSL_free(ssl); in rpctls_connect()
573 SSL_free(ssl); in rpctls_connect()
577 SSL_free(ssl); in rpctls_connect()
584 SSL_free(ssl); in rpctls_connect()
594 SSL_free(ssl); in rpctls_connect()
606 SSL_free(ssl); in rpctls_connect()
638 SSL_free(ssl); in rpctls_connect()
[all …]
/src/crypto/openssl/demos/guide/
H A Dquic-multi-stream.c435 SSL_free(ssl); in main()
436 SSL_free(stream1); in main()
437 SSL_free(stream2); in main()
438 SSL_free(stream3); in main()
H A Dquic-server-block.c261 SSL_free(conn); in run_quic_server()
272 SSL_free(conn); in run_quic_server()
276 SSL_free(listener); in run_quic_server()
/src/crypto/openssl/demos/quic/server/
H A Dserver.c184 SSL_free(conn); in run_quic_server()
189 SSL_free(conn); in run_quic_server()
197 SSL_free(listener); in run_quic_server()
/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c539 SSL_free(poll_list[poll_idx].desc.value.ssl); in build_request_set()
666 SSL_free(poll_list[poll_idx].desc.value.ssl); in build_request_set()
824 SSL_free(*ssl); in setup_connection()
1040 SSL_free(poll_list[poll_idx].desc.value.ssl); in main()
1042 SSL_free(ssl); in main()

123456