Searched refs:SSL_clear (Results 1 – 25 of 32) sorted by relevance
12
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | 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)>,
|
| HD | 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 61 The SSL_clear() operation could not be performed. Check the error stack to 66 The SSL_clear() operation was successful.
|
| HD | 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)>
|
| HD | 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)>
|
| HD | 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)>
|
| HD | 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)>,
|
| HD | SSL_new.pod | 39 L<SSL_free(3)|SSL_free(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| HD | SSL_free.pod | 40 L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| HD | SSL_CTX_set_cert_cb.pod | 66 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
|
| HD | SSL_CTX_use_certificate.pod | 49 L<SSL_clear(3)|SSL_clear(3)> is called for this SSL object. 152 L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| HD | SSL_shutdown.pod | 122 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>,
|
| HD | SSL_CTX_set_options.pod | 58 SSL objects. SSL_clear() does not affect the settings. 318 L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| HD | ssl.pod | 462 =item void B<SSL_clear>(SSL *ssl); 687 L<SSL_accept(3)|SSL_accept(3)>, L<SSL_clear(3)|SSL_clear(3)>,
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | s23_srvr.c | 167 SSL_clear(s); in IMPLEMENT_ssl23_meth_func()
|
| HD | d1_lib.c | 547 SSL_clear(s); in dtls1_listen()
|
| HD | bio_ssl.c | 307 SSL_clear(ssl); in ssl_ctrl()
|
| HD | s23_clnt.c | 165 SSL_clear(s); in IMPLEMENT_ssl23_meth_func()
|
| HD | d1_clnt.c | 187 SSL_clear(s); in IMPLEMENT_dtls1_meth_func()
|
| HD | d1_srvr.c | 190 SSL_clear(s); in IMPLEMENT_dtls1_meth_func()
|
| HD | s2_clnt.c | 164 SSL_clear(s); in IMPLEMENT_ssl2_meth_func()
|
| HD | s2_srvr.c | 166 SSL_clear(s); in IMPLEMENT_ssl2_meth_func()
|
| HD | ssl_lib.c | 190 int SSL_clear(SSL *s) in SSL_clear() function 411 SSL_clear(s); in SSL_new()
|
| HD | ssl.h | 2138 int SSL_clear(SSL *s);
|
| /NextBSD/secure/lib/libssl/ |
| HD | Makefile.man | 62 MAN+= SSL_clear.3
|
| /NextBSD/crypto/openssl/util/ |
| HD | ssleay.num | 39 SSL_clear 42 EXIST::FUNCTION:
|
12