Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 14 of 14) sorted by relevance

/openssl/doc/man3/
H A DOSSL_sleep.pod5 OSSL_sleep - delay execution for a specified number of milliseconds
15 OSSL_sleep() is a convenience function to delay execution of the calling
16 thread for (at least) I<millis> milliseconds. The delay is not guaranteed;
H A DOSSL_CMP_SRV_CTX_new.pod82 OSSL_CMP_SRV_delayed_delivery_cb_t delay,
129 If the <delay> function is NULL then delivery of responses is never delayed.
130 Otherwise I<delay> takes a custom server context and a request message as input.
H A DSSL_get_handshake_rtt.pod36 In addition to network propagation delay and network stack overhead, this
H A DSSL_CTX_set_session_cache_mode.pod76 this may lead to a delay which cannot be controlled, the automatic
H A DSSL_CTX_set_ct_validation_callback.pod60 Therefore, in applications that delay SCT policy enforcement until after
/openssl/doc/designs/quic-design/
H A Dquic-statm.md55 The maximum ACK delay configured using `ossl_statm_set_max_ack_delay` is not
58 to retrieve the value and enforce the maximum ACK delay if appropriate.
69 Sets the maximum ACK delay field reported by `OSSL_RTT_INFO`.
H A Dquic-io-arch.md218 ACK delay issue.
H A Dtx-packetiser.md20 /* ACK delay exponent used when encoding. */
/openssl/test/recipes/75-test_quicapi_data/
H A Dssltraceref-zlib.txt98 Ack delay (raw) 0
274 Ack delay (raw) 0
279 Ack delay (raw) 0
H A Dssltraceref.txt96 Ack delay (raw) 0
272 Ack delay (raw) 0
277 Ack delay (raw) 0
/openssl/ssl/quic/
H A Dquic_wire.c64 OSSL_TIME delay; in ossl_quic_wire_encode_frame_ack() local
69 delay = ossl_time_divide(ossl_time_divide(ack->delay_time, OSSL_TIME_US), in ossl_quic_wire_encode_frame_ack()
71 ack_delay_enc = ossl_time2ticks(delay); in ossl_quic_wire_encode_frame_ack()
/openssl/crypto/cmp/
H A Dcmp_server.c96 OSSL_CMP_SRV_delayed_delivery_cb_t delay, in OSSL_CMP_SRV_CTX_init_trans() argument
103 srv_ctx->delayed_delivery = delay; in OSSL_CMP_SRV_CTX_init_trans()
/openssl/include/openssl/
H A Dcmp.h.in535 OSSL_CMP_SRV_delayed_delivery_cb_t delay,
/openssl/
H A DCHANGES.md15144 platforms the 10 ms delay will never occur.

Completed in 78 milliseconds