Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c107 } el[QUIC_ENC_LEVEL_NUM];
591 enc_level < QUIC_ENC_LEVEL_NUM; in ossl_quic_tx_packetiser_free()
732 if (enc_level >= QUIC_ENC_LEVEL_NUM) { in ossl_quic_tx_packetiser_discard_enc_level()
860 uint32_t conn_close_enc_level = QUIC_ENC_LEVEL_NUM; in ossl_quic_tx_packetiser_generate()
861 struct txp_pkt pkt[QUIC_ENC_LEVEL_NUM]; in ossl_quic_tx_packetiser_generate()
869 enc_level < QUIC_ENC_LEVEL_NUM; in ossl_quic_tx_packetiser_generate()
885 enc_level < QUIC_ENC_LEVEL_NUM; in ossl_quic_tx_packetiser_generate()
933 uint32_t pad_el = QUIC_ENC_LEVEL_NUM; in ossl_quic_tx_packetiser_generate()
936 enc_level < QUIC_ENC_LEVEL_NUM; in ossl_quic_tx_packetiser_generate()
939 if (pad_el == QUIC_ENC_LEVEL_NUM in ossl_quic_tx_packetiser_generate()
[all …]
H A Dquic_record_shared.h87 OSSL_QRL_ENC_LEVEL el[QUIC_ENC_LEVEL_NUM];
H A Dquic_record_tx.c158 for (i = 0; i < QUIC_ENC_LEVEL_NUM; ++i) in ossl_qtx_free()
187 if (enc_level >= QUIC_ENC_LEVEL_NUM) in ossl_qtx_provide_secret()
204 if (enc_level >= QUIC_ENC_LEVEL_NUM) in ossl_qtx_discard_enc_level()
810 else if (enc_level >= QUIC_ENC_LEVEL_NUM in ossl_qtx_write_pkt()
H A Dquic_record_rx.c254 for (i = 0; i < QUIC_ENC_LEVEL_NUM; ++i) in ossl_qrx_free()
487 if (enc_level >= QUIC_ENC_LEVEL_NUM) in ossl_qrx_provide_secret()
513 if (enc_level >= QUIC_ENC_LEVEL_NUM) in ossl_qrx_discard_enc_level()
H A Dquic_record_shared.c26 if (!ossl_assert(enc_level < QUIC_ENC_LEVEL_NUM)) in ossl_qrl_enc_level_set_get()
H A Dquic_rx_depack.c1454 if (enc_level >= QUIC_ENC_LEVEL_NUM) in ossl_quic_handle_frames()
H A Dquic_channel.c1078 if (enc_level < QUIC_ENC_LEVEL_HANDSHAKE || enc_level >= QUIC_ENC_LEVEL_NUM) in ch_on_handshake_yield_secret()
2184 enc_level < QUIC_ENC_LEVEL_NUM; in ch_rx_check_forged_pkt_limit()
2786 for (i = 0; i < QUIC_ENC_LEVEL_NUM; i++) { in ch_determine_next_tick_deadline()
/freebsd/crypto/openssl/include/internal/
H A Dquic_types.h26 QUIC_ENC_LEVEL_NUM /* Must be the ultimate entry */ enumerator
H A Dquic_wire_pkt.h47 return QUIC_ENC_LEVEL_NUM; in ossl_quic_pkt_type_to_enc_level()
/freebsd/crypto/openssl/test/
H A Dquic_record_test.c3648 if (enc_level < QUIC_ENC_LEVEL_NUM) { /* encrypted packet */ in tx_run_script()
3662 if (enc_level < QUIC_ENC_LEVEL_NUM) { in tx_run_script()