Home
last modified time | relevance | path

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

12

/openssl/doc/man3/
H A DDTLSv1_handle_timeout.pod5 DTLSv1_handle_timeout - handle a pending timeout event for a DTLS or QUIC SSL
16 DTLSv1_handle_timeout() handles any timeout events which have become pending
30 Returns 1 if there was a pending timeout event and it was handled successfully.
32 Returns 0 if there was no pending timeout event, or if the SSL object is not a
35 Returns -1 if there was a pending timeout event but it could not be handled
H A DBIO_s_bio.pod53 determine the amount of pending data in the read or write buffer.
64 half of the pair will return any pending data or EOF when all pending data has
108 on the other half of the pair and, if any data is pending, reading it and sending
H A DBIO_ctrl.pod79 return the number of pending characters in the BIOs read and write buffers.
115 return the amount of pending data. BIO_pending() and BIO_wpending() return
145 determine the amount of pending data in all cases. For example in the
H A DSSL_alloc_buffers.pod40 The SSL_free_buffers() function returns 0 when there is pending data to be
H A DSSL_key_update.pod42 operation has been scheduled but not yet performed. The type of the pending key
102 SSL_get_key_update_type() returns the update type of the pending key update
H A DOSSL_CMP_exec_certreq.pod97 it continues polling for the pending request
111 If the caller decides to abort the pending certificate request and provides
213 or on successfully aborting a pending certificate request, 0 on error, and -1
H A DSSL_pending.pod48 bytes that are pending and are available for immediate read. SSL_has_pending()
H A DBIO_f_buffer.pod69 whenever any pending data should be written such as when removing a buffering
H A DOSSL_CMP_log_open.pod91 any pending CMP-specific log output and deallocate related resources.
H A DSSL_handle_events.pod25 underlying BIO, or to respond to the opportunity to write pending data to an
H A DEVP_EncodeInit.pod85 be encoded or decoded that are pending in the B<ctx> object.
160 EVP_ENCODE_CTX_num() returns the number of bytes pending encoding or decoding in
H A DBIO_should_retry.pod40 has pending data to write. Check for writability and/or retry the
H A DSSL_get_error.pod116 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
H A DSSL_shutdown.pod131 it is called when the application has not read all pending application data
292 pending send buffers flushed in this manner.
H A DSSL_get_value_uint.pod239 generated, and pending timeout events are not processed. This allows an
/openssl/ssl/quic/
H A Dquic_record_tx.c81 TXE_LIST pending; member
153 qtx_cleanup_txl(&qtx->pending); in ossl_qtx_free()
318 TXE *txe = ossl_list_txe_head(&qtx->pending); in qtx_pending_to_free()
321 ossl_list_txe_remove(&qtx->pending, txe); in qtx_pending_to_free()
330 ossl_list_txe_insert_tail(&qtx->pending, txe); in qtx_add_to_pending()
939 if (ossl_list_txe_head(&qtx->pending) == NULL) in ossl_qtx_flush_net()
946 for (txe = ossl_list_txe_head(&qtx->pending), i = 0; in ossl_qtx_flush_net()
1003 TXE *txe = ossl_list_txe_head(&qtx->pending); in ossl_qtx_pop_net()
/openssl/.github/
H A Ddependabot.yml13 - "approval: review pending"
/openssl/doc/designs/quic-design/
H A Dglossary.md160 packets contained in them. Manages decrypted packets in a queue pending
266 **TXE:** TX entry. Structure containing encrypted data pending transmission.
304 datagrams pending processing. Stored in a queue known as the URXL.
H A Dtx-packetiser.md505 of frames necessary to serialize all pending data from all active streams is
655 - Let E be the set of ELs which are not discarded and for which `pending(el)` is
656 true, where `pending()` is a predicate function determining if the EL has data
H A Dconnection-state-machine.md344 <tt>enter:SendPackets()</tt> (First Handshake packet, if pending)</td>
481 - `SendPackets()` sends packets if we have anything pending for transmission,
H A Dquic-api-ssl-funcs.md937 or unprocessed incoming data pending. There is no direct correspondence to
941 - `SSL_pending() > 0 || pending URXEs or RXEs exist`
H A Dquic-api.md22 - [`SSL_pending`](#-ssl-pending-)
23 - [`SSL_has_pending`](#-ssl-has-pending-)
350 - Any data which was pending transmission or retransmission will not be
/openssl/
H A DNOTES-WINDOWS.md171 options is still pending.
/openssl/include/openssl/
H A Dbio.h.in611 /* ...pending macros have inappropriate return type */
629 /* macros with inappropriate type -- but ...pending macros use int too: */
/openssl/doc/man7/
H A Dopenssl-quic.pod513 perform any pending I/O or timeout processing. It can be used to advance the
626 Provides information on the number of pending remotely-initiated streams.

Completed in 40 milliseconds

12