Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel_local.h358 unsigned int tx_enc_level : 3; member
H A Dquic_channel.c367 ch->tx_enc_level = QUIC_ENC_LEVEL_INITIAL; in ch_init()
776 return ch->tx_enc_level == QUIC_ENC_LEVEL_1RTT /* Sanity check. */ in txku_allowed()
965 uint32_t enc_level = ch->tx_enc_level; in ch_on_crypto_send()
1081 if (enc_level <= ch->tx_enc_level) in ch_on_handshake_yield_secret()
1093 ch->tx_enc_level = enc_level; in ch_on_handshake_yield_secret()
1135 if (!ossl_assert(ch->tx_enc_level == QUIC_ENC_LEVEL_1RTT)) in ch_on_handshake_complete()
2121 int pn_space = ossl_quic_enc_level_to_pn_space(ch->tx_enc_level); in ossl_quic_channel_subtick()
4027 int pn_space = ossl_quic_enc_level_to_pn_space(ch->tx_enc_level); in ossl_quic_channel_ping()