Home
last modified time | relevance | path

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

12345

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c372 SSL_free(serverssl); in test_keylog()
373 SSL_free(clientssl); in test_keylog()
449 SSL_free(serverssl); in test_keylog_no_master_key()
450 SSL_free(clientssl); in test_keylog_no_master_key()
488 SSL_free(serverssl); in test_keylog_no_master_key()
489 SSL_free(clientssl); in test_keylog_no_master_key()
573 SSL_free(serverssl); in test_client_hello_cb()
574 SSL_free(clientssl); in test_client_hello_cb()
683 SSL_free(serverssl); in test_ccs_change_cipher()
684 SSL_free(clientssl); in test_ccs_change_cipher()
[all …]
H A Ddtlstest.c114 SSL_free(serverssl1); in test_dtls_unprocessed()
115 SSL_free(clientssl1); in test_dtls_unprocessed()
176 SSL_free(serverssl); in test_dtls_drop_records()
177 SSL_free(clientssl); in test_dtls_drop_records()
240 SSL_free(serverssl); in test_dtls_drop_records()
241 SSL_free(clientssl); in test_dtls_drop_records()
288 SSL_free(serverssl); in test_cookie()
289 SSL_free(clientssl); in test_cookie()
323 SSL_free(serverssl); in test_dtls_duplicate_records()
324 SSL_free(clientssl); in test_dtls_duplicate_records()
[all …]
H A Ddtls_mtu_test.c139 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()
H A Dservername_test.c127 SSL_free(con); in client_setup_sni_before_state()
176 SSL_free(con); in client_setup_sni_after_state()
209 SSL_free(serverssl); in server_setup_sni()
210 SSL_free(clientssl); in server_setup_sni()
H A Dasynciotest.c381 SSL_free(clientssl); in test_asyncio()
382 SSL_free(serverssl); in test_asyncio()
388 SSL_free(clientssl); in test_asyncio()
389 SSL_free(serverssl); in test_asyncio()
H A Ddanetest.c329 SSL_free(ssl); in test_tlsafile()
337 SSL_free(ssl); in test_tlsafile()
345 SSL_free(ssl); in test_tlsafile()
361 SSL_free(ssl); in test_tlsafile()
H A Dfatalerrtest.c77 SSL_free(sssl); in test_fatalerr()
78 SSL_free(cssl); in test_fatalerr()
H A Dgosttest.c73 SSL_free(serverssl); in test_tls13()
74 SSL_free(clientssl); in test_tls13()
H A Dsslcorrupttest.c173 SSL_free(ssl); in setup_cipher_list()
240 SSL_free(server); in test_ssl_corrupt()
241 SSL_free(client); in test_ssl_corrupt()
H A Dtls13ccstest.c311 SSL_free(sssl); in test_tls13ccs()
312 SSL_free(cssl); in test_tls13ccs()
476 SSL_free(sssl); in test_tls13ccs()
477 SSL_free(cssl); in test_tls13ccs()
H A Dsslbuffertest.c147 SSL_free(clientssl); in test_func()
148 SSL_free(serverssl); in test_func()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddtlstest.c138 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 …]
H A Ddtls_mtu_test.c139 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()
H A Dservername_test.c144 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()
H A Dsslbuffertest.c156 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()
H A Dasynciotest.c382 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()
H A Ddanetest.c326 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()
H A Dfatalerrtest.c77 SSL_free(sssl); in test_fatalerr()
78 SSL_free(cssl); in test_fatalerr()
H A Dsslcorrupttest.c173 SSL_free(ssl); in setup_cipher_list()
248 SSL_free(server); in test_ssl_corrupt()
249 SSL_free(client); in test_ssl_corrupt()
H A Dtls13ccstest.c311 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()
H A Drecordlentest.c177 SSL_free(serverssl); in test_record_overflow()
178 SSL_free(clientssl); in test_record_overflow()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
39 SSL_free() does not provide diagnostic information.
H A DSSL_clear.pod48 L<SSL_free(3)>
50 (or simply L<SSL_free(3)>; L<SSL_new(3)>
70 L<SSL_new(3)>, L<SSL_free(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/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
39 SSL_free() does not provide diagnostic information.
H A DSSL_clear.pod48 L<SSL_free(3)>
50 (or simply L<SSL_free(3)>; L<SSL_new(3)>
70 L<SSL_new(3)>, L<SSL_free(3)>,

12345