Searched defs:enc_level (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_record_shared.c | 21 uint32_t enc_level, in ossl_qrl_enc_level_set_get() 45 uint32_t enc_level) in ossl_qrl_enc_level_set_have_el() 63 uint32_t enc_level, in ossl_qrl_enc_level_set_has_keyslot() 85 uint32_t enc_level, in el_teardown_keyslot() 102 uint32_t enc_level, in el_setup_keyslot() 199 uint32_t enc_level, in ossl_qrl_enc_level_set_provide_secret() 346 uint32_t enc_level) in ossl_qrl_enc_level_set_key_update() 402 uint32_t enc_level) in ossl_qrl_enc_level_set_key_update_done() 422 uint32_t enc_level) in ossl_qrl_enc_level_set_key_cooldown_done() 472 uint32_t enc_level) in ossl_qrl_enc_level_set_discard()
|
H A D | quic_record_tx.c | 181 uint32_t enc_level, in ossl_qtx_provide_secret() 202 int ossl_qtx_discard_enc_level(OSSL_QTX *qtx, uint32_t enc_level) in ossl_qtx_discard_enc_level() 211 int ossl_qtx_is_enc_level_provisioned(OSSL_QTX *qtx, uint32_t enc_level) in ossl_qtx_is_enc_level_provisioned() 404 int ossl_qtx_calculate_ciphertext_payload_len(OSSL_QTX *qtx, uint32_t enc_level, in ossl_qtx_calculate_ciphertext_payload_len() 428 int ossl_qtx_calculate_plaintext_payload_len(OSSL_QTX *qtx, uint32_t enc_level, in ossl_qtx_calculate_plaintext_payload_len() 489 uint32_t enc_level, QUIC_PN pn, in qtx_encrypt_into_txe() 600 uint32_t enc_level, QUIC_PKT_HDR *hdr, in qtx_write() 755 uint32_t enc_level) in qtx_mutate_write() 799 uint32_t enc_level; in ossl_qtx_write_pkt() local 1062 uint64_t ossl_qtx_get_cur_epoch_pkt_count(OSSL_QTX *qtx, uint32_t enc_level) in ossl_qtx_get_cur_epoch_pkt_count() [all …]
|
H A D | quic_txp.c | 160 uint32_t enc_level; member 190 uint32_t enc_level, size_t max_ppl, size_t reserve) in tx_helper_init() 581 uint32_t enc_level; in ossl_quic_tx_packetiser_free() local 730 uint32_t enc_level) in ossl_quic_tx_packetiser_discard_enc_level() 859 uint32_t archetype, enc_level; in ossl_quic_tx_packetiser_generate() local 1294 static int txp_get_archetype_data(uint32_t enc_level, in txp_get_archetype_data() 1309 uint32_t enc_level, in txp_determine_geometry() 1425 uint32_t enc_level, in txp_should_try_staging() 1604 uint32_t enc_level, in txp_determine_ppl_from_pl() 1714 uint32_t enc_level, uint32_t archetype, in txp_pkt_init() [all …]
|
H A D | quic_record_rx.c | 483 int ossl_qrx_provide_secret(OSSL_QRX *qrx, uint32_t enc_level, in ossl_qrx_provide_secret() 511 int ossl_qrx_discard_enc_level(OSSL_QRX *qrx, uint32_t enc_level) in ossl_qrx_discard_enc_level() 707 uint32_t enc_level; in rxe_determine_pn_space() local 777 uint32_t enc_level, in qrx_get_cipher_ctx_idx() 880 QUIC_PN pn, uint32_t enc_level, in qrx_decrypt_pkt_body() 1011 uint32_t pn_space, enc_level; in qrx_process_pkt() local 1560 uint32_t enc_level) in ossl_qrx_get_max_forged_pkt_count()
|
H A D | quic_rx_depack.c | 45 uint32_t enc_level, in depack_do_frame_ping() 1049 OSSL_QRX_PKT *parent_pkt, uint32_t enc_level, in depack_process_frames() 1429 uint32_t enc_level; in ossl_quic_handle_frames() local
|
H A D | quic_channel.c | 802 const uint32_t enc_level = QUIC_ENC_LEVEL_1RTT; in txku_desirable() local 967 uint32_t enc_level = ch->tx_enc_level; in ch_on_crypto_send() local 1058 uint32_t enc_level; in ch_on_handshake_yield_secret() local 2180 uint32_t enc_level; in ch_rx_check_forged_pkt_limit() local 2295 uint32_t enc_level; in ch_rx_handle_packet() local 3033 uint32_t enc_level) in ch_discard_el()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_types.h | 39 ossl_quic_enc_level_to_pn_space(uint32_t enc_level) in ossl_quic_enc_level_to_pn_space()
|
H A D | quic_wire_pkt.h | 52 ossl_quic_enc_level_to_pkt_type(uint32_t enc_level) in ossl_quic_enc_level_to_pkt_type()
|
/freebsd/crypto/openssl/test/ |
H A D | quic_record_test.c | 43 uint32_t enc_level, suite_id; member 3011 uint32_t enc_level, suite_id; member 3644 uint32_t enc_level in tx_run_script() local
|