Home
last modified time | relevance | path

Searched refs:advance (Results 1 – 16 of 16) sorted by relevance

/openssl/test/
H A Dquic_ackm_test.c492 #define TX_OP_PKT(advance, pn, num_pn) \ argument
494 #define TX_OP_ACK(advance, pn, num_pn) \ argument
641 #define RX_OP_PKT(advance, pn, num_pn) \ argument
643 RX_OPK_PKT, (advance) * OSSL_TIME_MS, (pn), (num_pn), \
647 #define RX_OP_CHECK_UNPROC(advance, pn, num_pn) \ argument
649 RX_OPK_CHECK_UNPROC, (advance) * OSSL_TIME_MS, (pn), (num_pn),\
653 #define RX_OP_CHECK_PROC(advance, pn, num_pn) \ argument
655 RX_OPK_CHECK_PROC, (advance) * OSSL_TIME_MS, (pn), (num_pn), \
659 #define RX_OP_CHECK_STATE(advance, expect_desired, expect_deadline) \ argument
661 RX_OPK_CHECK_STATE, (advance) * OSSL_TIME_MS, 0, 0, \
[all …]
/openssl/doc/man3/
H A DTS_VERIFY_CTX.pod58 verification context created in advance.
87 created in advance. If I<ctx> is NULL, the call is ignored.
H A DSSL_set_connect_state.pod44 the handshake routines must be explicitly set in advance using either
H A DBN_mod_exp_mont.pod31 function, so you can save time on initialization if you provide it in advance.
H A DSSL_do_handshake.pod17 routines may have to be explicitly set in advance using either
H A DEVP_PKEY_get_size.pod64 the upper limit in advance.
H A DSSL_handle_events.pod5 SSL_handle_events - advance asynchronous state machine and perform network I/O
H A DCMS_decrypt.pod75 in advance using the CMS utility functions such as CMS_set1_pkey(),
H A DRSA_get0_key.pod135 in advance and allocate sufficient buffer to store the return values before
H A DOSSL_HTTP_transfer.pod176 the length of the data in I<req> does not need to be determined in advance: the
/openssl/doc/man7/
H A Dopenssl-qlog.pod171 specification. Future revisions to the qlog specification in advance of formal
H A Dopenssl-quic.pod513 perform any pending I/O or timeout processing. It can be used to advance the
/openssl/doc/designs/quic-design/
H A Ddgram-api.md98 available in advance.
482 `recvmmsg`, and thus how many buffers it allocates in advance.
H A Dconnection-state-machine.md130 server to advance the handshake layer and cause it to transition
/openssl/ssl/quic/
H A Dquic_impl.c2006 int advance = ((flags & SSL_STREAM_FLAG_ADVANCE) != 0); in quic_conn_stream_new() local
2016 if (!advance in quic_conn_stream_new()
/openssl/
H A DCHANGES.md11319 So only messages with sequence numbers less than 10 in advance will be
16931 but for applications that know in advance when to expect data, it

Completed in 107 milliseconds