Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_channel_local.h340 unsigned int tx_enc_level : 3; member
H A Dquic_channel.c344 ch->tx_enc_level = QUIC_ENC_LEVEL_INITIAL; in ch_init()
677 return ch->tx_enc_level == QUIC_ENC_LEVEL_1RTT /* Sanity check. */ in txku_allowed()
866 uint32_t enc_level = ch->tx_enc_level; in ch_on_crypto_send()
965 if (enc_level <= ch->tx_enc_level) in ch_on_handshake_yield_secret()
977 ch->tx_enc_level = enc_level; in ch_on_handshake_yield_secret()
1019 if (!ossl_assert(ch->tx_enc_level == QUIC_ENC_LEVEL_1RTT)) in ch_on_handshake_complete()
1946 int pn_space = ossl_quic_enc_level_to_pn_space(ch->tx_enc_level); in ossl_quic_channel_subtick()
3665 int pn_space = ossl_quic_enc_level_to_pn_space(ch->tx_enc_level); in ossl_quic_channel_ping()

Completed in 14 milliseconds