Searched refs:mdpl (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | quic_cc_test.c | 335 size_t mdpl = 1472; in test_simulate() local 355 &mdpl); in test_simulate() 373 if (!TEST_uint64_t_ge(allowance = ccm->get_tx_allowance(cc), mdpl)) in test_simulate() 393 sz = allowance > mdpl ? mdpl : allowance; in test_simulate() 425 if (!TEST_uint64_t_ge(ccm->get_tx_allowance(cc), mdpl)) in test_simulate() 492 size_t mdpl = 1472, diag_mdpl = SIZE_MAX; in test_sanity() local 502 &mdpl); in test_sanity()
|
| H A D | quic_txp_test.c | 148 h->qtx_args.mdpl = 1200; in helper_init()
|
| H A D | quic_record_test.c | 11302 args.mdpl = 1472; in tx_run_script()
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_record_tx.c | 69 size_t mdpl; member 117 if (args->mdpl < QUIC_MIN_INITIAL_DGRAM_LEN) in ossl_qtx_new() 127 qtx->mdpl = args->mdpl; in ossl_qtx_new() 737 txe = qtx_ensure_free_txe(qtx, qtx->mdpl); in qtx_ensure_cons() 842 if (!qtx_reserve_txe(qtx, NULL, txe, qtx->mdpl)) in ossl_qtx_write_pkt() 1024 int ossl_qtx_set_mdpl(OSSL_QTX *qtx, size_t mdpl) in ossl_qtx_set_mdpl() argument 1026 if (mdpl < QUIC_MIN_INITIAL_DGRAM_LEN) in ossl_qtx_set_mdpl() 1029 qtx->mdpl = mdpl; in ossl_qtx_set_mdpl() 1035 return qtx->mdpl; in ossl_qtx_get_mdpl()
|
| H A D | quic_txp.c | 630 static int txp_check_token_len(size_t token_len, size_t mdpl) in txp_check_token_len() argument 635 if (token_len >= mdpl) in txp_check_token_len() 638 if (TXP_REQUIRED_TOKEN_MARGIN >= mdpl) in txp_check_token_len() 642 if (token_len > mdpl - TXP_REQUIRED_TOKEN_MARGIN) in txp_check_token_len() 1311 size_t mdpl, cmpl, hdr_len; in txp_determine_geometry() local 1364 mdpl = txp_get_mdpl(txp); in txp_determine_geometry() 1370 if (running_total > mdpl) in txp_determine_geometry() 1374 cmpl = mdpl - running_total; in txp_determine_geometry()
|
| H A D | quic_channel.c | 183 qtx_args.mdpl = QUIC_MIN_INITIAL_DGRAM_LEN; in ch_init() 184 ch->rx_max_udp_payload_size = qtx_args.mdpl; in ch_init()
|
| /src/crypto/openssl/include/internal/ |
| H A D | quic_record_tx.h | 50 size_t mdpl; member 310 int ossl_qtx_set_mdpl(OSSL_QTX *qtx, size_t mdpl);
|