| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_CTX_set_ssl_version.pod | 21 L<SSL_clear(3)|SSL_clear(3)> is being called. 24 object. It may be reset, when SSL_clear() is called. 34 When L<SSL_clear(3)|SSL_clear(3)> is called and no session is connected to 58 L<SSL_clear(3)|SSL_clear(3)>, L<ssl(3)|ssl(3)>,
|
| H A D | SSL_clear.pod | 5 SSL_clear - reset SSL object to allow another connection 11 int SSL_clear(SSL *ssl); 20 SSL_clear is used to prepare an SSL object for a new connection. While all 39 SSL_clear() resets the SSL object to allow for another connection. The 44 SSL_clear() is not a short form for the sequence 55 The SSL_clear() operation could not be performed. Check the error stack to 60 The SSL_clear() operation was successful.
|
| H A D | SSL_CTX_set_quiet_shutdown.pod | 28 It is not changed when L<SSL_clear(3)|SSL_clear(3)> is called. 61 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
|
| H A D | SSL_set_shutdown.pod | 47 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 D | SSL_get_session.pod | 33 the connection is in use. If L<SSL_clear(3)|SSL_clear(3)> or 70 L<SSL_clear(3)|SSL_clear(3)>,
|
| H A D | SSL_CTX_set_client_cert_cb.pod | 59 object. It will not be reset by calling L<SSL_clear(3)|SSL_clear(3)>. 83 even when L<SSL_clear(3)|SSL_clear(3)> is being called. It is therefore 92 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
|
| H A D | SSL_new.pod | 39 L<SSL_free(3)|SSL_free(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| H A D | SSL_free.pod | 40 L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| H A D | SSL_CTX_use_certificate.pod | 49 L<SSL_clear(3)|SSL_clear(3)> is called for this SSL object. 156 L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| H A D | SSL_CTX_set_options.pod | 43 SSL objects. SSL_clear() does not affect the settings. 215 L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| H A D | SSL_shutdown.pod | 122 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>,
|
| H A D | ssl.pod | 443 =item void B<SSL_clear>(SSL *ssl); 658 L<SSL_accept(3)|SSL_accept(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | s23_srvr.c | 158 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl23_meth_func()
|
| H A D | s23_clnt.c | 106 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl23_meth_func()
|
| H A D | bio_ssl.c | 317 SSL_clear(ssl); in ssl_ctrl()
|
| H A D | d1_clnt.c | 163 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_dtls1_meth_func()
|
| H A D | d1_srvr.c | 164 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_dtls1_meth_func()
|
| H A D | s2_clnt.c | 164 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl2_meth_func()
|
| H A D | s2_srvr.c | 165 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl2_meth_func()
|
| H A D | ssl_lib.c | 151 int SSL_clear(SSL *s) in SSL_clear() function 320 SSL_clear(s); in SSL_new()
|
| H A D | ssl.h | 1222 int SSL_clear(SSL *s);
|
| H A D | s3_clnt.c | 178 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl3_meth_func()
|
| H A D | s3_srvr.c | 184 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl3_meth_func()
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | s_server.c | 1187 SSL_clear(con); in sv_body()
|
| /onnv-gate/usr/src/cmd/sendmail/src/ |
| H A D | srvrsmtp.c | 1857 SSL_clear(srv_ssl);
|