Searched refs:ossl_quic_rxfc_on_rx_stream_frame (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_rx_depack.c | 184 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 D | quic_fc.c | 199 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 D | quic_fc.h | 199 int ossl_quic_rxfc_on_rx_stream_frame(QUIC_RXFC *rxfc,
|
/freebsd/crypto/openssl/test/ |
H A D | quic_fc_test.c | 519 if (!TEST_true(ossl_quic_rxfc_on_rx_stream_frame(&stream_rxfc[op->stream_idx], in run_rxfc_script()
|
H A D | quic_txp_test.c | 380 if (!TEST_true(ossl_quic_rxfc_on_rx_stream_frame(&h->stream_rxfc, cwm, 0)) in schedule_max_data()
|