Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_txp.c931 const size_t min_dpl = QUIC_MIN_INITIAL_DGRAM_LEN; in ossl_quic_tx_packetiser_generate() local
952 if (pad_el != QUIC_ENC_LEVEL_NUM && total_dgram_size < min_dpl) { in ossl_quic_tx_packetiser_generate()
953 size_t deficit = min_dpl - total_dgram_size; in ossl_quic_tx_packetiser_generate()
974 if (total_dgram_size < min_dpl) { in ossl_quic_tx_packetiser_generate()