Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/ssl/
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
21 SSL_free() also calls the free()ing procedures for indirectly affected items, if
25 calling SSL_free(), as trying to free things twice may lead to program
29 which the reference count is removed by SSL_free() and the internal
38 SSL_free() does not provide diagnostic information.
H A DSSL_CTX_set_quiet_shutdown.pod27 L<SSL_free(3)|SSL_free(3)> or SSL_set_quiet_shutdown() is called again.
61 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
H A DSSL_set_shutdown.pod47 L<SSL_clear(3)|SSL_clear(3)> or L<SSL_free(3)|SSL_free(3)> is called,
70 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
H A DSSL_get_session.pod34 L<SSL_free(3)|SSL_free(3)> is called, the session may be removed completely
69 L<ssl(3)|ssl(3)>, L<SSL_free(3)|SSL_free(3)>,
H A DSSL_clear.pod45 L<SSL_free(3)|SSL_free(3)>; L<SSL_new(3)|SSL_new(3)>; .
64 L<SSL_new(3)|SSL_new(3)>, L<SSL_free(3)|SSL_free(3)>,
H A DSSL_new.pod39 L<SSL_free(3)|SSL_free(3)>, L<SSL_clear(3)|SSL_clear(3)>,
H A DSSL_CTX_set_client_cert_cb.pod84 mandatory to destroy the SSL object using L<SSL_free(3)|SSL_free(3)>
92 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
H A DSSL_shutdown.pod122 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>,
H A Dssl.pod459 =item void B<SSL_free>(SSL *ssl);
/onnv-gate/usr/src/common/openssl/apps/
H A Ds_time.c550 SSL_free( scon ); in MAIN()
651 if (scon != NULL) SSL_free(scon); in MAIN()
728 SSL_free(serverCon); in doConnection()
H A Dciphers.c203 if (ssl != NULL) SSL_free(ssl); in MAIN()
H A Ds_client.c1066 if (con != NULL) SSL_free(con); in MAIN()
1067 if (con2 != NULL) SSL_free(con2); in MAIN()
H A Ds_server.c1459 if (con != NULL) SSL_free(con); in sv_body()
/onnv-gate/usr/src/common/openssl/ssl/
H A Dbio_ssl.c131 SSL_free(bs->ssl); in ssl_free()
441 SSL_free(((BIO_SSL *)dbio->ptr)->ssl); in ssl_ctrl()
H A Dssltest.c895 SSL_free(s_ssl); in main()
896 SSL_free(c_ssl); in main()
H A Dssl_lib.c436 void SSL_free(SSL *s) in SSL_free() function
2229 if (ret != NULL) SSL_free(ret); in SSL_dup()
H A Dssl.h1359 void SSL_free(SSL *ssl);
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DBIO_s_bio.pod107 freed due to a BIO_free_all() or SSL_free() call the other half needs to be freed.
155 SSL_free(ssl); /* implicitly frees internal_bio */
H A DBIO_f_ssl.pod54 SSL structure is also freed using SSL_free().
/onnv-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c2319 SSL_free(conn); in http_setup_ssl()
2424 SSL_free(conn); in http_shutdown_ssl()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1432 SSL_free(ssl);
H A Dsrvrsmtp.c1884 SSL_free(srv_ssl);
1921 SSL_free(srv_ssl);
H A Ddeliver.c6199 SSL_free(clt_ssl);
6212 SSL_free(clt_ssl);
/onnv-gate/usr/src/common/net/wanboot/
H A Dboot_http.c2384 SSL_free(c_id->ssl); in free_ctx_ssl()
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp4389 SSL_free(soap->ssl); in tcp_disconnect()
4930 { SSL_free(soap->ssl); in soap_done()