Home
last modified time | relevance | path

Searched refs:ossl_quic_rxfc_init (Results 1 – 5 of 5) sorted by relevance

/openssl/include/internal/
H A Dquic_fc.h153 int ossl_quic_rxfc_init(QUIC_RXFC *rxfc, QUIC_RXFC *conn_rxfc,
/openssl/ssl/quic/
H A Dquic_fc.c126 int ossl_quic_rxfc_init(QUIC_RXFC *rxfc, QUIC_RXFC *conn_rxfc, in ossl_quic_rxfc_init() function
158 if (!ossl_quic_rxfc_init(rxfc, NULL, in ossl_quic_rxfc_init_standalone()
H A Dquic_channel.c215 if (!ossl_quic_rxfc_init(&ch->conn_rxfc, NULL, in ch_init()
3439 if (!ossl_quic_rxfc_init(&qs->rxfc, &ch->conn_rxfc, in ch_init_new_stream()
/openssl/test/
H A Dquic_txp_test.c148 if (!TEST_true(ossl_quic_rxfc_init(&h->conn_rxfc, NULL, in helper_init()
155 if (!TEST_true(ossl_quic_rxfc_init(&h->stream_rxfc, &h->conn_rxfc, in helper_init()
162 if (!TEST_true(ossl_quic_rxfc_init(&h->max_streams_bidi_rxfc, NULL, in helper_init()
168 if (!TEST_true(ossl_quic_rxfc_init(&h->max_streams_uni_rxfc, NULL, in helper_init()
1493 || !TEST_true(ossl_quic_rxfc_init(&s->rxfc, &h.conn_rxfc, in run_script()
H A Dquic_fc_test.c492 if (!TEST_true(ossl_quic_rxfc_init(&conn_rxfc, 0, in run_rxfc_script()
505 if (!TEST_true(ossl_quic_rxfc_init(&stream_rxfc[op->stream_idx], in run_rxfc_script()

Completed in 35 milliseconds