Searched refs:ossl_quic_wire_encode_pkt_hdr (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_wire_pkt.h | 521 int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt,
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_wire_pkt.c | 469 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 D | quic_port.c | 1176 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 D | quic_record_tx.c | 471 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, hdr->dst_conn_id.id_len, in qtx_write_hdr()
|
/freebsd/crypto/openssl/test/ |
H A D | quic_record_test.c | 2838 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 D | quic_multistream_test.c | 5031 if (!TEST_true(ossl_quic_wire_encode_pkt_hdr(wpkt, 0, &hdr, NULL))) in generate_version_neg()
|