| /freebsd-head/crypto/openssl/doc/man3/ |
| HD | SSL_free.pod | 5 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 39 SSL_free() does not provide diagnostic information.
|
| HD | SSL_clear.pod | 48 L<SSL_free(3)> 50 (or simply L<SSL_free(3)>; L<SSL_new(3)> 70 L<SSL_new(3)>, L<SSL_free(3)>,
|
| HD | SSL_CTX_set_quiet_shutdown.pod | 27 L<SSL_free(3)> or SSL_set_quiet_shutdown() is called again. 61 L<SSL_clear(3)>, L<SSL_free(3)>
|
| HD | SSL_set_shutdown.pod | 47 L<SSL_clear(3)> or L<SSL_free(3)> is called, 70 L<SSL_clear(3)>, L<SSL_free(3)>
|
| HD | SSL_get_session.pod | 57 L<SSL_free(3)>. 65 L<SSL_free(3)> is called, the session may be removed completely 100 L<ssl(7)>, L<SSL_free(3)>,
|
| HD | SSL_new.pod | 22 the reference count. Freeing it (using SSL_free) decrements it. When the 120 L<SSL_free(3)>, L<SSL_clear(3)>,
|
| /freebsd-head/crypto/openssl/test/ |
| HD | sslapitest.c | 419 SSL_free(serverssl); in test_keylog() 420 SSL_free(clientssl); in test_keylog() 497 SSL_free(serverssl); in test_keylog_no_master_key() 498 SSL_free(clientssl); in test_keylog_no_master_key() 536 SSL_free(serverssl); in test_keylog_no_master_key() 537 SSL_free(clientssl); in test_keylog_no_master_key() 625 SSL_free(clientssl); in test_client_cert_verify_cb() 629 SSL_free(serverssl); in test_client_cert_verify_cb() 665 SSL_free(ssl); in test_ssl_build_cert_chain() 786 SSL_free(serverssl); in test_client_hello_cb() [all …]
|
| HD | dtlstest.c | 138 SSL_free(serverssl1); in test_dtls_unprocessed() 139 SSL_free(clientssl1); in test_dtls_unprocessed() 234 SSL_free(serverssl); in test_dtls_drop_records() 235 SSL_free(clientssl); in test_dtls_drop_records() 300 SSL_free(serverssl); in test_dtls_drop_records() 301 SSL_free(clientssl); in test_dtls_drop_records() 341 SSL_free(serverssl); in test_cookie() 342 SSL_free(clientssl); in test_cookie() 384 SSL_free(serverssl); in test_dtls_duplicate_records() 385 SSL_free(clientssl); in test_dtls_duplicate_records() [all …]
|
| HD | dtls_mtu_test.c | 139 SSL_free(clnt_ssl); in mtu_test() 140 SSL_free(srvr_ssl); in mtu_test() 226 SSL_free(clnt_ssl); in test_server_mtu_larger_than_max_fragment_length() 227 SSL_free(srvr_ssl); in test_server_mtu_larger_than_max_fragment_length()
|
| HD | sslbuffertest.c | 156 SSL_free(clientssl); in test_func() 157 SSL_free(serverssl); in test_func() 310 SSL_free(clientssl); in test_free_buffers() 311 SSL_free(serverssl); in test_free_buffers()
|
| HD | servername_test.c | 144 SSL_free(con); in client_setup_sni_before_state() 197 SSL_free(con); in client_setup_sni_after_state() 230 SSL_free(serverssl); in server_setup_sni() 231 SSL_free(clientssl); in server_setup_sni()
|
| HD | fatalerrtest.c | 77 SSL_free(sssl); in test_fatalerr() 78 SSL_free(cssl); in test_fatalerr()
|
| HD | asynciotest.c | 382 SSL_free(clientssl); in test_asyncio() 383 SSL_free(serverssl); in test_asyncio() 389 SSL_free(clientssl); in test_asyncio() 390 SSL_free(serverssl); in test_asyncio()
|
| HD | danetest.c | 326 SSL_free(ssl); in test_tlsafile() 334 SSL_free(ssl); in test_tlsafile() 342 SSL_free(ssl); in test_tlsafile() 358 SSL_free(ssl); in test_tlsafile()
|
| HD | sslcorrupttest.c | 173 SSL_free(ssl); in setup_cipher_list() 248 SSL_free(server); in test_ssl_corrupt() 249 SSL_free(client); in test_ssl_corrupt()
|
| HD | tls13ccstest.c | 311 SSL_free(sssl); in test_tls13ccs() 312 SSL_free(cssl); in test_tls13ccs() 483 SSL_free(sssl); in test_tls13ccs() 484 SSL_free(cssl); in test_tls13ccs()
|
| HD | recordlentest.c | 177 SSL_free(serverssl); in test_record_overflow() 178 SSL_free(clientssl); in test_record_overflow()
|
| HD | cipherlist_test.c | 180 SSL_free(ssl); in test_default_cipherlist() 242 SSL_free(s); in test_default_cipherlist_clear()
|
| HD | ssl_ctx_test.c | 67 SSL_free(ssl); in test_set_min_max_version()
|
| HD | ciphername_test.c | 462 SSL_free(ssl); in test_cipher_name()
|
| HD | cipherbytes_test.c | 147 SSL_free(s); in cleanup_tests()
|
| /freebsd-head/usr.sbin/rpc.tlsclntd/ |
| HD | rpc.tlsclntd.c | 356 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 …]
|
| /freebsd-head/crypto/openssl/apps/ |
| HD | s_time.c | 309 SSL_free(scon); in s_time_main() 407 SSL_free(scon); in s_time_main() 453 SSL_free(serverCon); in doConnection()
|
| /freebsd-head/crypto/openssl/test/helpers/ |
| HD | ssltestlib.c | 1000 SSL_free(serverssl); in create_ssl_objects2() 1001 SSL_free(clientssl); in create_ssl_objects2() 1057 SSL_free(serverssl); in create_ssl_objects() 1058 SSL_free(clientssl); in create_ssl_objects() 1191 SSL_free(serverssl); in shutdown_ssl_connection() 1192 SSL_free(clientssl); in shutdown_ssl_connection()
|
| /freebsd-head/crypto/openssl/fuzz/ |
| HD | client.c | 98 SSL_free(client); in FuzzerTestOneInput()
|