Home
last modified time | relevance | path

Searched refs:ossl_quic_wire_decode_pkt_hdr (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/helpers/
H A Dpktsplitbio.c92 if (ossl_quic_wire_decode_pkt_hdr(&pkt, bdata->short_conn_id_len, in pkt_split_dgram_recvmmsg()
H A Dquictestlib.c1207 if (!ossl_quic_wire_decode_pkt_hdr(&pkt, in pcipher_sendmmsg()
/freebsd/crypto/openssl/include/internal/
H A Dquic_wire_pkt.h478 int ossl_quic_wire_decode_pkt_hdr(PACKET *pkt,
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_record_rx.c327 if (!ossl_quic_wire_decode_pkt_hdr(&pkt, in qrx_validate_initial_pkt()
373 if (ossl_quic_wire_decode_pkt_hdr(&pkt, 0, in qrx_validate_initial_pkt()
1033 if (!ossl_quic_wire_decode_pkt_hdr(pkt, in qrx_process_pkt()
1171 if (ossl_quic_wire_decode_pkt_hdr(pkt, qrx->short_conn_id_len, in qrx_process_pkt()
H A Dquic_trace.c593 if (ossl_quic_wire_decode_pkt_hdr(&pkt, id_len, 0, 1, &hdr, NULL, in ossl_quic_trace()
H A Dquic_wire_pkt.c185 int ossl_quic_wire_decode_pkt_hdr(PACKET *pkt, in ossl_quic_wire_decode_pkt_hdr() function
H A Dquic_port.c1528 if (!ossl_quic_wire_decode_pkt_hdr(&pkt, SIZE_MAX, 1, 0, &hdr, NULL, in port_default_packet_handler()
/freebsd/crypto/openssl/test/
H A Dquic_wire_test.c1545 if (!TEST_true(ossl_quic_wire_decode_pkt_hdr(&pkt, 0, 0, 0, &hdr, NULL, NULL))) in test_wire_retry_integrity_tag()
H A Dquic_record_test.c2810 if (!TEST_int_eq(ossl_quic_wire_decode_pkt_hdr(&pkt, t->short_conn_id_len, in test_wire_pkt_hdr_actual()