Searched refs:ossl_quic_wire_encode_pkt_hdr (Results 1 – 5 of 5) sorted by relevance
/openssl/include/internal/ |
H A D | quic_wire_pkt.h | 512 int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt,
|
/openssl/ssl/quic/ |
H A D | quic_wire_pkt.c | 457 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 D | quic_record_tx.c | 471 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, hdr->dst_conn_id.id_len, in qtx_write_hdr()
|
/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 | 4927 if (!TEST_true(ossl_quic_wire_encode_pkt_hdr(wpkt, 0, &hdr, NULL))) in generate_version_neg()
|
Completed in 49 milliseconds