Searched refs:QUIC_ENC_LEVEL_INITIAL (Results 1 – 9 of 9) sorted by relevance
/openssl/include/internal/ |
H A D | quic_types.h | 22 QUIC_ENC_LEVEL_INITIAL = 0, enumerator 42 case QUIC_ENC_LEVEL_INITIAL: in ossl_quic_enc_level_to_pn_space()
|
H A D | quic_wire_pkt.h | 39 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 D | quic_txp.c | 505 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 D | quic_record_util.c | 148 && !ossl_qrx_provide_secret(qrx, QUIC_ENC_LEVEL_INITIAL, in ossl_quic_provide_initial_secret() 167 && !ossl_qtx_provide_secret(qtx, QUIC_ENC_LEVEL_INITIAL, in ossl_quic_provide_initial_secret()
|
H A D | quic_channel.c | 344 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 D | quic_record_shared.c | 221 if (enc_level == QUIC_ENC_LEVEL_INITIAL in ossl_qrl_enc_level_set_provide_secret()
|
H A D | quic_record_rx.c | 472 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 D | quic_txp_test.c | 1000 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 D | quic_record_test.c | 610 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 97 milliseconds