Lines Matching refs:object
15 SSL_handle_events() performs any internal processing which is due on an SSL object. The
17 is being used with the given SSL object. For example, SSL_handle_events() may handle
20 SSL object.
28 SSL_handle_events() can be used only with the following types of SSL object:
34 Using SSL_handle_events() on an SSL object being used with a DTLS method allows timeout
48 Using SSL_handle_events() on an SSL object which represents a QUIC connection allows
53 Ordinarily, when an application uses an SSL object in blocking mode, it does not
61 Calling SSL_handle_events() on a QUIC connection SSL object being used in blocking mode
63 will be made to the object for a substantial period of time. So long as at least
64 one call to the SSL object is blocking, no such call is needed. However,
65 SSL_handle_events() may optionally be used on a QUIC connection object if desired.
73 Calling SSL_handle_events() on any other kind of SSL object is a no-op. This is