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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_wire_pkt.h 463 * known contextually, and should be passed as short_conn_id_len. If
464 * short_conn_id_len is set to an invalid value (a value greater than
479 size_t short_conn_id_len,
516 * If serializing a short packet and short_conn_id_len does not match the DCID
522 size_t short_conn_id_len,
538 size_t short_conn_id_len,
548 int ossl_quic_wire_get_encoded_pkt_hdr_len(size_t short_conn_id_len,
quic_demux.h 188 * network using BIO_recvmmsg. short_conn_id_len is the length of destination
199 size_t short_conn_id_len,
quic_record_rx.h 35 size_t short_conn_id_len; member in struct:ossl_qrx_args_st
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_wire_pkt.c 186 size_t short_conn_id_len,
217 if (short_conn_id_len > QUIC_MAX_CONN_ID_LEN)
238 if (!PACKET_copy_bytes(pkt, hdr->dst_conn_id.id, short_conn_id_len))
241 hdr->dst_conn_id.id_len = (unsigned char)short_conn_id_len;
470 size_t short_conn_id_len,
494 && hdr->dst_conn_id.id_len != short_conn_id_len))
504 if (hdr->dst_conn_id.id_len != short_conn_id_len
505 || short_conn_id_len > QUIC_MAX_CONN_ID_LEN
516 || !WPACKET_memcpy(pkt, hdr->dst_conn_id.id, short_conn_id_len)
618 int ossl_quic_wire_get_encoded_pkt_hdr_len(size_t short_conn_id_len,
    [all...]
quic_demux.c 33 size_t short_conn_id_len; member in struct:quic_demux_st
72 size_t short_conn_id_len,
83 demux->short_conn_id_len = short_conn_id_len;
326 demux->short_conn_id_len,
quic_record_rx.c 102 size_t short_conn_id_len; member in struct:ossl_qrx_st
212 qrx->short_conn_id_len = args->short_conn_id_len;
335 * short_conn_id_len as 0.
338 0, /* short_conn_id_len */
1047 qrx->short_conn_id_len,
1184 if (ossl_quic_wire_decode_pkt_hdr(pkt, qrx->short_conn_id_len,
1605 return qrx->short_conn_id_len;
quic_port.c 1530 * We set short_conn_id_len to SIZE_MAX here which will cause the decode
1585 qrx_args.short_conn_id_len = dcid->id_len;
quic_channel.c 311 qrx_args.short_conn_id_len = rx_short_dcid_len;
  /src/crypto/external/apache2/openssl/dist/test/helpers/
pktsplitbio.c 92 if (ossl_quic_wire_decode_pkt_hdr(&pkt, bdata->short_conn_id_len,
quictestlib.h 17 size_t short_conn_id_len; member in struct:bio_qtest_data
quictestlib.c 360 bdata->short_conn_id_len = ossl_quic_tserver_get_short_header_conn_id_len(*qtserv);
1208 bdata->short_conn_id_len,
  /src/crypto/external/apache2/openssl/dist/test/
quic_record_test.c 9038 s->args.short_conn_id_len,
9072 s.args.short_conn_id_len = op->enc_level;
9207 size_t short_conn_id_len; member in struct:pkt_hdr_test
10068 if (!TEST_int_eq(ossl_quic_wire_decode_pkt_hdr(&pkt, t->short_conn_id_len,
10096 if (!TEST_true(ossl_quic_wire_encode_pkt_hdr(&wpkt, t->short_conn_id_len, &hdr, &wptrs)))
quic_txp_test.c 243 h->qrx_args.short_conn_id_len = 8;

Completed in 119 milliseconds