Searched defs:enc_level (Results 1 – 10 of 10) sorted by relevance
/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 1058 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 | 158 uint32_t enc_level; member 496 uint32_t enc_level; in ossl_quic_tx_packetiser_free() local 768 uint32_t archetype, enc_level; in ossl_quic_tx_packetiser_generate() local 1194 static int txp_get_archetype_data(uint32_t enc_level, in txp_get_archetype_data() 1209 uint32_t enc_level, in txp_determine_geometry() 1824 const uint32_t enc_level = pkt->h.enc_level; in txp_generate_pre_token() local 2039 const uint32_t enc_level = pkt->h.enc_level; in txp_generate_crypto_frames() local 2196 const uint32_t enc_level = pkt->h.enc_level; in txp_generate_stream_frames() local 2570 const uint32_t enc_level = pkt->h.enc_level; in txp_generate_for_el() local 2889 uint32_t enc_level = pkt->h.enc_level; in txp_pkt_commit() local [all …]
|
H A D | quic_record_rx.c | 266 int ossl_qrx_provide_secret(OSSL_QRX *qrx, uint32_t enc_level, in ossl_qrx_provide_secret() 294 int ossl_qrx_discard_enc_level(OSSL_QRX *qrx, uint32_t enc_level) in ossl_qrx_discard_enc_level() 490 uint32_t enc_level; in rxe_determine_pn_space() local 560 uint32_t enc_level, in qrx_get_cipher_ctx_idx() 663 QUIC_PN pn, uint32_t enc_level, in qrx_decrypt_pkt_body() 794 uint32_t pn_space, enc_level; in qrx_process_pkt() local 1329 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() 1046 OSSL_QRX_PKT *parent_pkt, uint32_t enc_level, in depack_process_frames() 1413 uint32_t enc_level; in ossl_quic_handle_frames() local
|
H A D | quic_channel.c | 701 const uint32_t enc_level = QUIC_ENC_LEVEL_1RTT; in txku_desirable() local 866 uint32_t enc_level = ch->tx_enc_level; in ch_on_crypto_send() local 949 static int ch_on_handshake_yield_secret(uint32_t enc_level, int direction, in ch_on_handshake_yield_secret() 2008 uint32_t enc_level; in ch_rx_check_forged_pkt_limit() local 2120 uint32_t enc_level; in ch_rx_handle_packet() local 2717 uint32_t enc_level) in ch_discard_el()
|
H A D | quic_tls.c | 106 uint32_t enc_level; in quic_new_record_layer() local
|
/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()
|
/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
|
Completed in 106 milliseconds