Searched refs:ossl_time_max (Results 1 – 5 of 5) sorted by relevance
/openssl/doc/internal/man3/ |
H A D | OSSL_TIME.pod | 14 ossl_time_abs_difference, ossl_time_max, 55 OSSL_TIME ossl_time_max(OSSL_TIME a, OSSL_TIME b); 140 B<ossl_time_max> returns the greater of two time values. 188 B<ossl_time_min> and B<ossl_time_max> choose and return one of the input values.
|
/openssl/ssl/quic/ |
H A D | quic_ackm.c | 760 loss_delay = ossl_time_multiply(ossl_time_max(rtt.latest_rtt, in ackm_detect_and_remove_lost_pkts() 766 loss_delay = ossl_time_max(loss_delay, ossl_ticks2time(K_GRANULARITY)); in ackm_detect_and_remove_lost_pkts() 839 ossl_time_max(ossl_time_multiply(rtt.rtt_variance, 4), in ackm_get_pto_time_and_space() 1704 ossl_time_max(ossl_time_multiply(rtt.rtt_variance, 4), in ossl_ackm_get_pto_duration()
|
H A D | cc_newreno.c | 433 = ossl_time_max(nr->tx_time_of_last_loss, info->tx_time); in newreno_on_data_lost()
|
H A D | quic_channel.c | 3280 return ossl_time_max(ossl_ms2time(ch->max_idle_timeout), in ch_get_effective_idle_timeout_duration()
|
/openssl/include/internal/ |
H A D | time.h | 231 OSSL_TIME ossl_time_max(OSSL_TIME a, OSSL_TIME b) in ossl_time_max() function
|
Completed in 36 milliseconds