Home
last modified time | relevance | path

Searched refs:pto (Results 1 – 8 of 8) sorted by relevance

/openssl/include/internal/
H A Dquic_ackm.h252 uint32_t pto[QUIC_PN_SPACE_NUM]; member
/openssl/crypto/conf/
H A Dconf_def.c642 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() argument
791 OPENSSL_free(*pto); in str_copy()
792 *pto = buf->data; in str_copy()
/openssl/ssl/quic/
H A Dquic_channel.c655 OSSL_TIME pto = ossl_ackm_get_pto_duration(ch->ackm); in txku_in_progress() local
668 ossl_time_multiply(pto, 3)); in txku_in_progress()
760 OSSL_TIME pto; in rxku_detected() local
793 pto = ossl_ackm_get_pto_duration(ch->ackm); in rxku_detected()
799 ch->rxku_update_end_deadline = ossl_time_add(get_time(ch), pto); in rxku_detected()
3266 OSSL_TIME pto; in ch_get_effective_idle_timeout_duration() local
3279 pto = ossl_ackm_get_pto_duration(ch->ackm); in ch_get_effective_idle_timeout_duration()
3281 ossl_time_multiply(pto, 3)); in ch_get_effective_idle_timeout_duration()
H A Dquic_txp.c1309 if (probe_info->pto[pn_space] > 0) in txp_determine_archetype()
1386 || probe_info->pto[pn_space] > 0) in txp_should_try_staging()
3045 && probe_info->pto[pn_space] > 0) in txp_pkt_commit()
3046 --probe_info->pto[pn_space]; in txp_pkt_commit()
H A Dquic_ackm.c1291 ++ackm->pending_probe.pto[pkt_space]; in ackm_queue_probe()
/openssl/test/
H A Dquic_ackm_test.c322 if (!TEST_uint_eq(p->pto[QUIC_PN_SPACE_INITIAL], pto_initial)) in test_probe_counts()
324 if (!TEST_uint_eq(p->pto[QUIC_PN_SPACE_HANDSHAKE], pto_handshake)) in test_probe_counts()
326 if (!TEST_uint_eq(p->pto[QUIC_PN_SPACE_APP], pto_app)) in test_probe_counts()
H A Dquic_txp_test.c1190 ++probe->pto[QUIC_PN_SPACE_APP]; in gen_probe_1rtt()
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md454 - `pto` designates the number of ACK-eliciting outstanding probe events
468 uint32_t pto[QUIC_PN_SPACE_NUM];

Completed in 51 milliseconds