Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_channel_local.h341 unsigned int rx_enc_level : 3; member
H A Dquic_channel.c345 ch->rx_enc_level = QUIC_ENC_LEVEL_INITIAL; in ch_init()
912 for (i = QUIC_ENC_LEVEL_INITIAL; i < ch->rx_enc_level; ++i) in ch_on_crypto_recv_record()
922 rstream = ch->crypto_recv[ossl_quic_enc_level_to_pn_space(ch->rx_enc_level)]; in ch_on_crypto_recv_record()
935 uint32_t rx_pn_space = ossl_quic_enc_level_to_pn_space(ch->rx_enc_level); in ch_on_crypto_release_record()
980 if (enc_level <= ch->rx_enc_level) in ch_on_handshake_yield_secret()
1006 ch->rx_enc_level = enc_level; in ch_on_handshake_yield_secret()
2022 if (enc_level > ch->rx_enc_level) in ch_rx_check_forged_pkt_limit()

Completed in 14 milliseconds