Home
last modified time | relevance | path

Searched refs:ossl_quic_wire_encode_pkt_hdr (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_wire_pkt.h521 int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt,
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_wire_pkt.c469 int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt, in ossl_quic_wire_encode_pkt_hdr() function
901 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, hdr2.dst_conn_id.id_len, in ossl_quic_calculate_retry_integrity_tag()
H A Dquic_port.c1176 ok = ossl_quic_wire_encode_pkt_hdr(&wpkt, client_hdr->dst_conn_id.id_len, in port_send_retry()
1262 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, client_hdr->dst_conn_id.id_len, in port_send_version_negotiation()
H A Dquic_record_tx.c471 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, hdr->dst_conn_id.id_len, in qtx_write_hdr()
/freebsd/crypto/openssl/test/
H A Dquic_record_test.c2838 if (!TEST_true(ossl_quic_wire_encode_pkt_hdr(&wpkt, t->short_conn_id_len, &hdr, &wptrs))) in test_wire_pkt_hdr_actual()
H A Dquic_multistream_test.c5031 if (!TEST_true(ossl_quic_wire_encode_pkt_hdr(wpkt, 0, &hdr, NULL))) in generate_version_neg()