Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_wire_pkt.h512 int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt,
/openssl/ssl/quic/
H A Dquic_wire_pkt.c457 int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt, in ossl_quic_wire_encode_pkt_hdr() function
884 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, hdr2.dst_conn_id.id_len, in ossl_quic_calculate_retry_integrity_tag()
H A Dquic_record_tx.c471 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, hdr->dst_conn_id.id_len, in qtx_write_hdr()
/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.c4919 if (!TEST_true(ossl_quic_wire_encode_pkt_hdr(wpkt, 0, &hdr, NULL))) in generate_version_neg()

Completed in 45 milliseconds