HomeSort by: relevance | last modified time | path
    Searched refs:ossl_quic_wire_encode_pkt_hdr (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_wire_pkt.h 521 int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt,
546 * ossl_quic_wire_encode_pkt_hdr() will succeed.
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_wire_pkt.c 469 int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt, function
912 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, hdr2.dst_conn_id.id_len,
quic_port.c 1184 ok = ossl_quic_wire_encode_pkt_hdr(&wpkt, client_hdr->dst_conn_id.id_len,
1270 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, client_hdr->dst_conn_id.id_len,
quic_record_tx.c 464 if (!ossl_quic_wire_encode_pkt_hdr(&wpkt, hdr->dst_conn_id.id_len,
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 4948 if (!TEST_true(ossl_quic_wire_encode_pkt_hdr(wpkt, 0, &hdr, NULL)))
quic_record_test.c 3034 if (!TEST_true(ossl_quic_wire_encode_pkt_hdr(&wpkt, t->short_conn_id_len, &hdr, &wptrs)))

Completed in 61 milliseconds