Home
last modified time | relevance | path

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

/openssl/doc/designs/quic-design/
H A Dquic-statm.md17 } OSSL_STATM;
19 int ossl_statm_init(OSSL_STATM *statm);
21 void ossl_statm_destroy(OSSL_STATM *statm);
26 `OSSL_STATM` directly.
41 void ossl_statm_get_rtt_info(OSSL_STATM *statm, OSSL_RTT_INFO *rtt_info);
61 void ossl_statm_update_rtt(OSSL_STATM *statm,
72 void ossl_statm_set_max_ack_delay(OSSL_STATM *statm, OSSL_TIME max_ack_delay);
/openssl/include/internal/
H A Dquic_statm.h29 int ossl_statm_init(OSSL_STATM *statm);
31 void ossl_statm_destroy(OSSL_STATM *statm);
33 void ossl_statm_get_rtt_info(OSSL_STATM *statm, OSSL_RTT_INFO *rtt_info);
35 void ossl_statm_update_rtt(OSSL_STATM *statm,
H A Dquic_predef.h31 typedef struct ossl_statm_st OSSL_STATM; typedef
H A Dquic_stream.h325 OSSL_STATM *statm, size_t rbuf_size);
H A Dquic_ackm.h24 OSSL_STATM *statm,
H A Dquic_channel.h302 OSSL_STATM *ossl_quic_channel_get_statm(QUIC_CHANNEL *ch);
/openssl/ssl/quic/
H A Dquic_statm.c12 void ossl_statm_update_rtt(OSSL_STATM *statm, in ossl_statm_update_rtt()
55 int ossl_statm_init(OSSL_STATM *statm) in ossl_statm_init()
65 void ossl_statm_destroy(OSSL_STATM *statm) in ossl_statm_destroy()
70 void ossl_statm_get_rtt_info(OSSL_STATM *statm, OSSL_RTT_INFO *rtt_info) in ossl_statm_get_rtt_info()
H A Dquic_rstream.c19 OSSL_STATM *statm;
25 OSSL_STATM *statm, size_t rbuf_size) in ossl_quic_rstream_new()
H A Dquic_channel_local.h79 OSSL_STATM statm;
H A Dquic_ackm.c504 OSSL_STATM *statm;
1022 OSSL_STATM *statm, in ossl_ackm_new()
H A Dquic_channel.c507 OSSL_STATM *ossl_quic_channel_get_statm(QUIC_CHANNEL *ch) in ossl_quic_channel_get_statm()
/openssl/test/
H A Dquic_fifd_test.c55 OSSL_STATM statm;
H A Dquic_ackm_test.c52 OSSL_STATM statm;
H A Dquic_txp_test.c51 OSSL_STATM statm;

Completed in 129 milliseconds