Lines Matching refs:enc_level
43 uint32_t enc_level, suite_id; member
1814 s.args.short_conn_id_len = op->enc_level; in rx_run_script()
1829 if (!TEST_true(ossl_qrx_provide_secret(s.qrx, op->enc_level, in rx_run_script()
1846 if (!TEST_true(ossl_qrx_discard_enc_level(s.qrx, op->enc_level))) in rx_run_script()
1910 op->enc_level))) in rx_run_script()
1916 s.args.init_key_phase_bit = (unsigned char)op->enc_level; in rx_run_script()
3011 uint32_t enc_level, suite_id; member
3626 if (!TEST_true(ossl_qtx_provide_secret(qtx, op->enc_level, in tx_run_script()
3639 if (!TEST_true(ossl_qtx_discard_enc_level(qtx, op->enc_level))) in tx_run_script()
3644 uint32_t enc_level in tx_run_script() local
3648 if (enc_level < QUIC_ENC_LEVEL_NUM) { /* encrypted packet */ in tx_run_script()
3649 max_value = ossl_qtx_get_max_epoch_pkt_count(qtx, enc_level); in tx_run_script()
3654 old_value = ossl_qtx_get_cur_epoch_pkt_count(qtx, enc_level); in tx_run_script()
3662 if (enc_level < QUIC_ENC_LEVEL_NUM) { in tx_run_script()
3663 new_value = ossl_qtx_get_cur_epoch_pkt_count(qtx, enc_level); in tx_run_script()