Home
last modified time | relevance | path

Searched refs:ossl_quic_wire_peek_frame_header (Results 1 – 10 of 10) sorted by relevance

/openssl/test/
H A Dquic_wire_test.c539 if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_1, in encode_case_12_dec()
554 if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_2, in encode_case_12_dec()
682 if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_1, in encode_case_15_dec()
697 if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_2, in encode_case_15_dec()
1625 if (!TEST_true(ossl_quic_wire_peek_frame_header(&pkt, &frame_type, in test_wire_minimal()
H A Dquic_txp_test.c1284 if (!ossl_quic_wire_peek_frame_header(&h->pkt, &frame_type, NULL)) in skip_padding()
1362 if (!ossl_quic_wire_peek_frame_header(&h.pkt, &h.frame_type, NULL)) { in run_script()
H A Dquic_multistream_test.c3616 if (!TEST_true(ossl_quic_wire_peek_frame_header(&pkt, &frame_type, in script_41_trace()
/openssl/include/internal/
H A Dquic_wire.h498 int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type,
/openssl/ssl/quic/
H A Dqlog_event_helpers.c216 if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL)) in log_frame_actual()
H A Dquic_trace.c399 if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL)) in trace_frame_data()
H A Dquic_rx_depack.c1074 if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, &was_minimal)) { in depack_process_frames()
H A Dquic_wire.c448 int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type, in ossl_quic_wire_peek_frame_header() function
H A Dquic_txp.c361 || !ossl_quic_wire_peek_frame_header(&pkt, &ftype, NULL)) { in tx_helper_commit()
/openssl/test/helpers/
H A Dquictestlib.c103 if (!ossl_quic_wire_peek_frame_header(&pkt, &frame_type, NULL)) in noise_msg_callback()

Completed in 58 milliseconds