Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_txp.c432 uint32_t *conn_close_enc_level);
859 uint32_t conn_close_enc_level = QUIC_ENC_LEVEL_NUM; in ossl_quic_tx_packetiser_generate() local
892 &conn_close_enc_level)) in ossl_quic_tx_packetiser_generate()
905 conn_close_enc_level == enc_level); in ossl_quic_tx_packetiser_generate()
1425 uint32_t *conn_close_enc_level) in txp_should_try_staging() argument
1471 if (*conn_close_enc_level > enc_level in txp_should_try_staging()
1472 && *conn_close_enc_level != QUIC_ENC_LEVEL_1RTT) in txp_should_try_staging()
1473 *conn_close_enc_level = enc_level; in txp_should_try_staging()
1520 if (a.allow_conn_close && txp->want_conn_close && *conn_close_enc_level == enc_level) in txp_should_try_staging()