Home
last modified time | relevance | path

Searched refs:QUIC_ENC_LEVEL_1RTT (Results 1 – 10 of 10) sorted by relevance

/openssl/ssl/quic/
H A Dquic_record_shared.c75 return enc_level == QUIC_ENC_LEVEL_1RTT || keyslot == 0; in ossl_qrl_enc_level_set_has_keyslot()
77 assert(enc_level == QUIC_ENC_LEVEL_1RTT); in ossl_qrl_enc_level_set_has_keyslot()
216 || (init_key_phase_bit > 0 && enc_level != QUIC_ENC_LEVEL_1RTT)) { in ossl_qrl_enc_level_set_provide_secret()
281 if (enc_level == QUIC_ENC_LEVEL_1RTT) { in ossl_qrl_enc_level_set_provide_secret()
352 if (el == NULL || !ossl_assert(enc_level == QUIC_ENC_LEVEL_1RTT)) { in ossl_qrl_enc_level_set_key_update()
406 if (el == NULL || !ossl_assert(enc_level == QUIC_ENC_LEVEL_1RTT)) { in ossl_qrl_enc_level_set_key_update_done()
428 if (el == NULL || !ossl_assert(enc_level == QUIC_ENC_LEVEL_1RTT)) { in ossl_qrl_enc_level_set_key_cooldown_done()
H A Dquic_record_rx.c478 return QUIC_ENC_LEVEL_1RTT; in qrx_determine_enc_level()
569 if (enc_level != QUIC_ENC_LEVEL_1RTT) { in qrx_get_cipher_ctx_idx()
770 if (!ossl_qrl_enc_level_set_key_update(&qrx->el_set, QUIC_ENC_LEVEL_1RTT)) in qrx_key_update_initiated()
889 if (enc_level == QUIC_ENC_LEVEL_1RTT && !qrx->allow_1rtt) in qrx_process_pkt()
1297 QUIC_ENC_LEVEL_1RTT, 1); in ossl_qrx_get_key_epoch()
1305 QUIC_ENC_LEVEL_1RTT, 1); in ossl_qrx_key_update_timeout()
1312 QUIC_ENC_LEVEL_1RTT)) in ossl_qrx_key_update_timeout()
1317 QUIC_ENC_LEVEL_1RTT)) in ossl_qrx_key_update_timeout()
H A Dquic_record_tx.c1055 QUIC_ENC_LEVEL_1RTT); in ossl_qtx_trigger_key_update()
1096 el = ossl_qrl_enc_level_set_get(&qtx->el_set, QUIC_ENC_LEVEL_1RTT, 1); in ossl_qtx_get_key_epoch()
H A Dquic_channel.c677 return ch->tx_enc_level == QUIC_ENC_LEVEL_1RTT /* Sanity check. */ in txku_allowed()
701 const uint32_t enc_level = QUIC_ENC_LEVEL_1RTT; in txku_desirable()
1019 if (!ossl_assert(ch->tx_enc_level == QUIC_ENC_LEVEL_1RTT)) in ch_on_handshake_complete()
2719 if (!ossl_assert(enc_level < QUIC_ENC_LEVEL_1RTT)) in ch_discard_el()
H A Dquic_tls.c151 enc_level = QUIC_ENC_LEVEL_1RTT; in quic_new_record_layer()
H A Dquic_txp.c1374 && *conn_close_enc_level != QUIC_ENC_LEVEL_1RTT) in txp_should_try_staging()
/openssl/test/
H A Dquic_record_test.c604 RX_OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT,
626 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_1RTT)
642 RX_OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT,
649 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_1RTT)
973 RX_OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT,
995 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_1RTT)
1011 RX_OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT,
1336 RX_OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT,
1358 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_1RTT)
1374 RX_OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT,
[all …]
H A Dquic_txp_test.c333 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
350 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
382 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
465 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
537 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
573 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
589 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
613 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
642 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
951 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_1RTT, QRL_SUITE_AES128GCM, secret_1)
[all …]
/openssl/include/internal/
H A Dquic_types.h25 QUIC_ENC_LEVEL_1RTT, enumerator
47 case QUIC_ENC_LEVEL_1RTT: in ossl_quic_enc_level_to_pn_space()
H A Dquic_wire_pkt.h45 return QUIC_ENC_LEVEL_1RTT; in ossl_quic_pkt_type_to_enc_level()
61 case QUIC_ENC_LEVEL_1RTT: in ossl_quic_enc_level_to_pkt_type()

Completed in 117 milliseconds