Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_rx_depack.c184 if (!ossl_quic_rxfc_on_rx_stream_frame(&stream->rxfc, in depack_do_frame_reset_stream()
295 if (!ossl_quic_rxfc_on_rx_stream_frame(rxfc, f.offset + f.len, in depack_do_frame_crypto()
427 if (!ossl_quic_rxfc_on_rx_stream_frame(max_streams_fc, in depack_do_implicit_stream_create()
540 if (!ossl_quic_rxfc_on_rx_stream_frame(&stream->rxfc, in depack_do_frame_stream()
H A Dquic_fc.c199 int ossl_quic_rxfc_on_rx_stream_frame(QUIC_RXFC *rxfc, uint64_t end, int is_fin) in ossl_quic_rxfc_on_rx_stream_frame() function
/freebsd/crypto/openssl/include/internal/
H A Dquic_fc.h199 int ossl_quic_rxfc_on_rx_stream_frame(QUIC_RXFC *rxfc,
/freebsd/crypto/openssl/test/
H A Dquic_fc_test.c519 if (!TEST_true(ossl_quic_rxfc_on_rx_stream_frame(&stream_rxfc[op->stream_idx], in run_rxfc_script()
H A Dquic_txp_test.c380 if (!TEST_true(ossl_quic_rxfc_on_rx_stream_frame(&h->stream_rxfc, cwm, 0)) in schedule_max_data()