Searched refs:pending (Results 1 – 25 of 29) sorted by relevance
12
/openssl/doc/man3/ |
H A D | DTLSv1_handle_timeout.pod | 5 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 D | BIO_s_bio.pod | 53 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 D | BIO_ctrl.pod | 79 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 D | SSL_alloc_buffers.pod | 40 The SSL_free_buffers() function returns 0 when there is pending data to be
|
H A D | SSL_key_update.pod | 42 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 D | OSSL_CMP_exec_certreq.pod | 97 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 D | SSL_pending.pod | 48 bytes that are pending and are available for immediate read. SSL_has_pending()
|
H A D | BIO_f_buffer.pod | 69 whenever any pending data should be written such as when removing a buffering
|
H A D | OSSL_CMP_log_open.pod | 91 any pending CMP-specific log output and deallocate related resources.
|
H A D | SSL_handle_events.pod | 25 underlying BIO, or to respond to the opportunity to write pending data to an
|
H A D | EVP_EncodeInit.pod | 85 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 D | BIO_should_retry.pod | 40 has pending data to write. Check for writability and/or retry the
|
H A D | SSL_get_error.pod | 116 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
|
H A D | SSL_shutdown.pod | 131 it is called when the application has not read all pending application data 292 pending send buffers flushed in this manner.
|
H A D | SSL_get_value_uint.pod | 239 generated, and pending timeout events are not processed. This allows an
|
/openssl/ssl/quic/ |
H A D | quic_record_tx.c | 81 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 D | dependabot.yml | 13 - "approval: review pending"
|
/openssl/doc/designs/quic-design/ |
H A D | glossary.md | 160 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 D | tx-packetiser.md | 505 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 D | connection-state-machine.md | 344 <tt>enter:SendPackets()</tt> (First Handshake packet, if pending)</td> 481 - `SendPackets()` sends packets if we have anything pending for transmission,
|
H A D | quic-api-ssl-funcs.md | 937 or unprocessed incoming data pending. There is no direct correspondence to 941 - `SSL_pending() > 0 || pending URXEs or RXEs exist`
|
H A D | quic-api.md | 22 - [`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 D | NOTES-WINDOWS.md | 171 options is still pending.
|
/openssl/include/openssl/ |
H A D | bio.h.in | 611 /* ...pending macros have inappropriate return type */ 629 /* macros with inappropriate type -- but ...pending macros use int too: */
|
/openssl/doc/man7/ |
H A D | openssl-quic.pod | 513 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