Searched refs:ossl_quic_wire_decode_pkt_hdr (Results 1 – 9 of 9) sorted by relevance
/openssl/test/helpers/ |
H A D | pktsplitbio.c | 95 if (ossl_quic_wire_decode_pkt_hdr(&pkt, 0, 0, 0, &hdr, NULL) != 1) in pkt_split_dgram_recvmmsg()
|
H A D | quictestlib.c | 1112 if (!ossl_quic_wire_decode_pkt_hdr(&pkt, in pcipher_sendmmsg()
|
/openssl/include/internal/ |
H A D | quic_wire_pkt.h | 470 int ossl_quic_wire_decode_pkt_hdr(PACKET *pkt,
|
/openssl/ssl/quic/ |
H A D | quic_port.c | 545 if (!ossl_quic_wire_decode_pkt_hdr(&pkt, SIZE_MAX, 1, 0, &hdr, NULL)) in port_default_packet_handler()
|
H A D | quic_record_rx.c | 816 if (!ossl_quic_wire_decode_pkt_hdr(pkt, in qrx_process_pkt() 953 if (ossl_quic_wire_decode_pkt_hdr(pkt, qrx->short_conn_id_len, in qrx_process_pkt()
|
H A D | quic_trace.c | 588 if (ossl_quic_wire_decode_pkt_hdr(&pkt, 0, 0, 1, &hdr, NULL) != 1) in ossl_quic_trace()
|
H A D | quic_wire_pkt.c | 185 int ossl_quic_wire_decode_pkt_hdr(PACKET *pkt, in ossl_quic_wire_decode_pkt_hdr() function
|
/openssl/test/ |
H A D | quic_wire_test.c | 1545 if (!TEST_true(ossl_quic_wire_decode_pkt_hdr(&pkt, 0, 0, 0, &hdr, NULL))) in test_wire_retry_integrity_tag()
|
H A D | quic_record_test.c | 2810 if (!TEST_int_eq(ossl_quic_wire_decode_pkt_hdr(&pkt, t->short_conn_id_len, in test_wire_pkt_hdr_actual()
|
Completed in 31 milliseconds