Home
last modified time | relevance | path

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

12

/openssl/crypto/thread/arch/
H A Dthread_win.c297 int closed; /* Is closed? */ member
328 cv->closed = 0; in ossl_crypto_condvar_new()
361 int closed, set_prewait = 0, have_orig_gen = 0; in ossl_crypto_condvar_wait_timeout() local
369 closed = cv->closed; in ossl_crypto_condvar_wait_timeout()
385 if (!closed) { in ossl_crypto_condvar_wait_timeout()
399 if (closed) in ossl_crypto_condvar_wait_timeout()
417 } while (closed); in ossl_crypto_condvar_wait_timeout()
443 if (cv->num_wake == 0 && cv->closed) { in ossl_crypto_condvar_wait_timeout()
448 cv->closed = 0; in ossl_crypto_condvar_wait_timeout()
504 cv->closed = 1; in ossl_crypto_condvar_broadcast()
/openssl/crypto/bio/
H A Dbss_bio.c64 int closed; /* valid iff peer != NULL */ member
133 if (peer_b->closed) in bio_read()
285 if (b->closed) { in bio_write()
362 if (b->closed) { in bio_nwrite0()
474 if (b->peer == NULL || b->closed) in bio_ctrl()
501 b->closed = 1; in bio_ctrl()
586 if (peer_b->len == 0 && peer_b->closed) in bio_ctrl()
638 b1->closed = 0; in bio_make_pair()
641 b2->closed = 0; in bio_make_pair()
/openssl/doc/man3/
H A DSSL_set_shutdown.pod34 considered closed and the session is closed and correct.
49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN
52 is closed).
H A DSSL_get_conn_close_info.pod28 - get information about why a QUIC connection was closed
76 QUIC connection was closed.
95 number which caused the connection to be closed. It may also be set to 0 if no
96 frame type was specified as causing the connection to be closed. If
H A DBIO_s_socket.pod23 If the close flag is set then the socket is shut down and closed
H A DSSL_get_stream_read_state.pod106 The QUIC connection to which the stream belongs was closed. You can obtain
122 If a QUIC connection is closed, the stream state for all streams transitions to
H A DBIO_get_data.pod37 is also closed when the BIO is freed.
H A DSSL_clear.pod28 If a session was closed cleanly, the session object will be kept and all
H A DBIO_s_connect.pod55 connection is shutdown and the socket closed when the BIO
126 will normally mean that the connection was closed.
H A DSSL_get_error.pod52 The TLS/SSL peer has closed the connection for writing by sending the
56 indicate that the underlying transport has been closed.
H A DSSL_write.pod159 closed, an error occurred or action must be taken by the calling process.
181 closed, an error occurred or action must be taken by the calling process.
H A DBIO_connect.pod68 Try to reuse the address and port combination for a recently closed
H A DSSL_get_session.pod55 non-resumable if the connection is not closed down cleanly, e.g. if a fatal
H A DBIO_s_file.pod74 normally be closed so the BIO_NOCLOSE flag should be set.
H A DCOMP_CTX_new.pod140 If an error is returned, the stream is corrupted, and should be closed.
H A DOSSL_CMP_SRV_CTX_new.pod104 then the function has closed the current transaction,
H A DSSL_shutdown.pod78 read direction is closed by the peer. Once SSL_shutdown() is called,
170 for reuse; the SSL session is considered properly closed and can be reused for
305 for a substantial period of time after it is nominally closed. This is necessary
H A DBIO_should_retry.pod72 connection closed. A similar condition on a file BIO will mean that it
H A DSSL_alert_type_string.pod74 The connection shall be closed. This is a warning alert.
H A DBIO_ctrl.pod74 be closed when the BIO is freed.
H A DSSL_read.pod127 The read operation was not successful, because either the connection was closed,
/openssl/doc/designs/ddd/
H A Dddd-06-mem-uv.c87 char init_handshake, done_handshake, closed; member
323 conn->closed = 1; in net_error()
391 if (!conn->closed) in set_rx()
396 …if (!conn->closed && (conn->app_read_cb || (!conn->done_handshake && conn->init_handshake) || conn… in set_rx()
/openssl/doc/man7/
H A Dossl-guide-quic-client-block.pod177 * passing BIO_CLOSE here the socket will be automatically closed when
295 printf("Connection closed\n");
296 /* Connection is already closed. Skip SSL_shutdown() */
339 * closed.
H A Dossl-guide-quic-client-non-block.pod202 connection has closed.
239 printf("Connection closed\n");
240 /* Connection is already closed. */
432 * closed.
H A Dossl-guide-quic-multi-stream.pod296 a stream reset) and an error at the connection level (i.e. a connection closed).
325 printf("Connection closed\n");
326 /* Connection is already closed. Skip SSL_shutdown() */

Completed in 57 milliseconds

12