Home
last modified time | relevance | path

Searched refs:QUIC_ENC_LEVEL_INITIAL (Results 1 – 9 of 9) sorted by relevance

/openssl/include/internal/
H A Dquic_types.h22 QUIC_ENC_LEVEL_INITIAL = 0, enumerator
42 case QUIC_ENC_LEVEL_INITIAL: in ossl_quic_enc_level_to_pn_space()
H A Dquic_wire_pkt.h39 return QUIC_ENC_LEVEL_INITIAL; in ossl_quic_pkt_type_to_enc_level()
55 case QUIC_ENC_LEVEL_INITIAL: in ossl_quic_enc_level_to_pkt_type()
/openssl/ssl/quic/
H A Dquic_txp.c505 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_free()
775 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
792 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
830 if (pkt[QUIC_ENC_LEVEL_INITIAL].h_valid in ossl_quic_tx_packetiser_generate()
843 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
890 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
929 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ossl_quic_tx_packetiser_generate()
1253 if (enc_level == QUIC_ENC_LEVEL_INITIAL) { in txp_determine_geometry()
1382 if ((enc_level == QUIC_ENC_LEVEL_INITIAL in txp_should_try_staging()
3036 if (enc_level == QUIC_ENC_LEVEL_INITIAL in txp_pkt_commit()
[all …]
H A Dquic_record_util.c138 && !ossl_qrx_provide_secret(qrx, QUIC_ENC_LEVEL_INITIAL, in ossl_quic_provide_initial_secret()
157 && !ossl_qtx_provide_secret(qtx, QUIC_ENC_LEVEL_INITIAL, in ossl_quic_provide_initial_secret()
H A Dquic_channel.c344 ch->tx_enc_level = QUIC_ENC_LEVEL_INITIAL; in ch_init()
345 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()
991 for (i = QUIC_ENC_LEVEL_INITIAL; i < enc_level; ++i) in ch_on_handshake_yield_secret()
2011 for (enc_level = QUIC_ENC_LEVEL_INITIAL; in ch_rx_check_forged_pkt_limit()
2280 ch_discard_el(ch, QUIC_ENC_LEVEL_INITIAL); in ch_rx_handle_packet()
2457 ch_discard_el(ch, QUIC_ENC_LEVEL_INITIAL); in ch_tx()
H A Dquic_record_shared.c221 if (enc_level == QUIC_ENC_LEVEL_INITIAL in ossl_qrl_enc_level_set_provide_secret()
H A Dquic_record_rx.c472 return QUIC_ENC_LEVEL_INITIAL; in qrx_determine_enc_level()
484 return QUIC_ENC_LEVEL_INITIAL; /* not used */ in qrx_determine_enc_level()
/openssl/test/
H A Dquic_txp_test.c1000 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_INITIAL, QRL_SUITE_AES128GCM, secret_1)
1138 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_INITIAL, QRL_SUITE_AES128GCM, secret_1)
1166 OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
1195 OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
1243 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_INITIAL, QRL_SUITE_AES128GCM, secret_1)
1653 OP_PROVIDE_SECRET(QUIC_ENC_LEVEL_INITIAL, QRL_SUITE_AES128GCM, secret_1)
H A Dquic_record_test.c610 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
647 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
979 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)
1342 RX_OP_DISCARD_EL(QUIC_ENC_LEVEL_INITIAL)

Completed in 88 milliseconds