HomeSort by: relevance | last modified time | path
    Searched refs:rx_enc_level (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_channel_local.h 381 unsigned int rx_enc_level : 3; member in struct:quic_channel_st
quic_channel.c 368 ch->rx_enc_level = QUIC_ENC_LEVEL_INITIAL;
1011 for (i = QUIC_ENC_LEVEL_INITIAL; i < ch->rx_enc_level; ++i)
1020 rstream = ch->crypto_recv[ossl_quic_enc_level_to_pn_space(ch->rx_enc_level)];
1033 uint32_t rx_pn_space = ossl_quic_enc_level_to_pn_space(ch->rx_enc_level);
1096 if (enc_level <= ch->rx_enc_level)
1122 ch->rx_enc_level = enc_level;
2201 if (enc_level > ch->rx_enc_level)

Completed in 55 milliseconds