Searched refs:duration (Results 1 – 19 of 19) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_ackm.c | 831 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 D | rand_unix.c | 147 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 D | OSSL_TIME.pod | 63 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 D | DTLS_set_timer_cb.pod | 7 - Set callback for controlling DTLS timer duration
|
H A D | OPENSSL_instrument_bus.pod | 30 probes with the same value, i.e. in a way it records duration of
|
H A D | DTLSv1_get_timeout.pod | 41 On success, writes a duration to I<*tv> and returns 1.
|
H A D | X509_get_default_cert_file.pod | 64 duration.
|
H A D | OSSL_PARAM.pod | 200 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 D | ERR_put_error.pod | 118 the calling code a dynamic number, usable for the duration of the process.
|
H A D | ASYNC_WAIT_CTX_new.pod | 57 the job is started it is associated with the B<ASYNC_WAIT_CTX> for the duration
|
H A D | UI_new.pod | 169 duration, perhaps even the lifetime of the application. The UI object takes
|
H A D | SSL_poll.pod | 122 array need remain allocated only for the duration of the call. I<num_items> must
|
/openssl/ssl/ |
H A D | d1_lib.c | 280 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 D | quic-thread-assist.md | 12 per-connection mutex for the duration of any public API call which we forward to
|
H A D | quic-fifm.md | 143 provided to the CFQ as part of a CFQ item must remain allocated for the duration
|
H A D | quic-api.md | 616 `SSL_handle_events` for a duration it chooses.
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | Changes | 203 or for all templates, or for the duration of only one call to fill_in.
|
/openssl/doc/man7/ |
H A D | ossl-guide-libraries-introduction.pod | 58 loaded for the duration of the application execution.
|
/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 415 input certificate instead of adjusting them to current time and duration.
|
Completed in 49 milliseconds