Home
last modified time | relevance | path

Searched refs:duration (Results 1 – 19 of 19) sorted by relevance

/openssl/ssl/quic/
H A Dquic_ackm.c831 OSSL_TIME duration; in ackm_get_pto_time_and_space() local
837 duration in ackm_get_pto_time_and_space()
842 duration in ackm_get_pto_time_and_space()
843 = ossl_time_multiply(duration, in ackm_get_pto_time_and_space()
854 return ossl_time_add(ackm->now(ackm->now_arg), duration); in ackm_get_pto_time_and_space()
871 duration in ackm_get_pto_time_and_space()
872 = ossl_time_add(duration, in ackm_get_pto_time_and_space()
1698 OSSL_TIME duration; in ossl_ackm_get_pto_duration() local
1703 duration = ossl_time_add(rtt.smoothed_rtt, in ossl_ackm_get_pto_duration()
1707 duration = ossl_time_add(duration, ackm->rx_max_ack_delay); in ossl_ackm_get_pto_duration()
[all …]
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c147 long duration; in ossl_pool_acquire_entropy() local
150 long long duration; in ossl_pool_acquire_entropy() local
166 duration = 1; in ossl_pool_acquire_entropy()
167 s$sleep(&duration, &code); in ossl_pool_acquire_entropy()
170 duration = 1; in ossl_pool_acquire_entropy()
171 s$sleep2(&duration, &code); in ossl_pool_acquire_entropy()
/openssl/doc/internal/man3/
H A DOSSL_TIME.pod63 B<OSSL_TIME> can represent a duration, or a point in time. Where it is
64 used to represent a point in time, it does so by expressing a duration
96 is undefined but unchanging for at least the duration of program
144 The largest representable duration is guaranteed to be at least 500 years.
155 return the duration specified in ticks, seconds, milliseconds and microseconds
/openssl/doc/man3/
H A DDTLS_set_timer_cb.pod7 - Set callback for controlling DTLS timer duration
H A DOPENSSL_instrument_bus.pod30 probes with the same value, i.e. in a way it records duration of
H A DDTLSv1_get_timeout.pod41 On success, writes a duration to I<*tv> and returns 1.
H A DX509_get_default_cert_file.pod64 duration.
H A DOSSL_PARAM.pod200 long enough duration (such as the life-time of the entity that
226 long enough duration (such as the life-time of the entity that
H A DERR_put_error.pod118 the calling code a dynamic number, usable for the duration of the process.
H A DASYNC_WAIT_CTX_new.pod57 the job is started it is associated with the B<ASYNC_WAIT_CTX> for the duration
H A DUI_new.pod169 duration, perhaps even the lifetime of the application. The UI object takes
H A DSSL_poll.pod122 array need remain allocated only for the duration of the call. I<num_items> must
/openssl/ssl/
H A Dd1_lib.c280 OSSL_TIME duration; in dtls1_start_timer() local
303 duration = ossl_us2time(s->d1->timeout_duration_us); in dtls1_start_timer()
304 s->d1->next_timeout = ossl_time_add(ossl_time_now(), duration); in dtls1_start_timer()
/openssl/doc/designs/quic-design/
H A Dquic-thread-assist.md12 per-connection mutex for the duration of any public API call which we forward to
H A Dquic-fifm.md143 provided to the CFQ as part of a CFQ item must remain allocated for the duration
H A Dquic-api.md616 `SSL_handle_events` for a duration it chooses.
/openssl/external/perl/Text-Template-1.56/
H A DChanges203 or for all templates, or for the duration of only one call to fill_in.
/openssl/doc/man7/
H A Dossl-guide-libraries-introduction.pod58 loaded for the duration of the application execution.
/openssl/doc/man1/
H A Dopenssl-x509.pod.in415 input certificate instead of adjusting them to current time and duration.

Completed in 49 milliseconds