Searched refs:ossl_quic_wire_decode_pkt_hdr (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | pktsplitbio.c | 92 if (ossl_quic_wire_decode_pkt_hdr(&pkt, bdata->short_conn_id_len, in pkt_split_dgram_recvmmsg()
|
| H A D | quictestlib.c | 1207 if (!ossl_quic_wire_decode_pkt_hdr(&pkt, in pcipher_sendmmsg()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_wire_pkt.h | 478 int ossl_quic_wire_decode_pkt_hdr(PACKET *pkt,
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_record_rx.c | 327 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 D | quic_trace.c | 593 if (ossl_quic_wire_decode_pkt_hdr(&pkt, id_len, 0, 1, &hdr, NULL, 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
|
| H A D | quic_port.c | 1528 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 D | quic_wire_test.c | 1545 if (!TEST_true(ossl_quic_wire_decode_pkt_hdr(&pkt, 0, 0, 0, &hdr, NULL, 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()
|