Home
last modified time | relevance | path

Searched refs:enc (Results 1 – 25 of 253) sorted by relevance

1234567891011

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h133 struct stream_encoder *enc,
140 struct stream_encoder *enc,
146 struct stream_encoder *enc,
151 struct stream_encoder *enc,
155 struct stream_encoder *enc,
159 struct stream_encoder *enc,
166 struct stream_encoder *enc,
170 struct stream_encoder *enc,
182 struct stream_encoder *enc
191 struct stream_encoder *enc,
[all …]
H A Dlink_encoder.h137 struct link_encoder *enc,
165 struct link_encoder *enc);
167 struct link_encoder *enc,
247 struct hpo_dp_link_encoder *enc,
251 struct hpo_dp_link_encoder *enc);
254 struct hpo_dp_link_encoder *enc,
258 struct hpo_dp_link_encoder *enc,
262 struct hpo_dp_link_encoder *enc,
267 struct hpo_dp_link_encoder *enc);
270 struct hpo_dp_link_encoder *enc,
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c30 struct stream_encoder *enc, in virtual_stream_encoder_dp_set_stream_attribute() argument
37 struct stream_encoder *enc, in virtual_stream_encoder_hdmi_set_stream_attribute() argument
43 struct stream_encoder *enc, in virtual_stream_encoder_dvi_set_stream_attribute() argument
48 struct stream_encoder *enc, in virtual_stream_encoder_set_throttled_vcp_size() argument
146 if (!enc) in virtual_stream_encoder_construct()
152 enc->ctx = ctx; in virtual_stream_encoder_construct()
154 enc->bp = bp; in virtual_stream_encoder_construct()
162 struct stream_encoder *enc = kzalloc(sizeof(*enc), GFP_KERNEL); in virtual_stream_encoder_create() local
164 if (!enc) in virtual_stream_encoder_create()
168 return enc; in virtual_stream_encoder_create()
[all …]
H A Dvirtual_link_encoder.c32 struct link_encoder *enc, in virtual_link_encoder_validate_output_with_stream() argument
38 struct link_encoder *enc, in virtual_link_encoder_setup() argument
42 struct link_encoder *enc, in virtual_link_encoder_enable_tmds_output() argument
49 struct link_encoder *enc, in virtual_link_encoder_enable_dp_output() argument
54 struct link_encoder *enc, in virtual_link_encoder_enable_dp_mst_output() argument
63 struct link_encoder *enc, in virtual_link_encoder_dp_set_lane_settings() argument
68 struct link_encoder *enc, in virtual_link_encoder_dp_set_phy_pattern() argument
72 struct link_encoder *enc, in virtual_link_encoder_update_mst_stream_allocation_table() argument
76 struct link_encoder *enc, in virtual_link_encoder_connect_dig_be_to_fe() argument
82 kfree(*enc); in virtual_link_encoder_destroy()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_stream_encoder.c434 enc->vpg, in enc3_stream_encoder_update_dp_info_packets()
449 enc->vpg, in enc3_stream_encoder_update_dp_info_packets()
464 enc->vpg, in enc3_stream_encoder_update_dp_info_packets()
471 enc->vpg, in enc3_stream_encoder_update_dp_info_packets()
478 enc->vpg, in enc3_stream_encoder_update_dp_info_packets()
489 enc->vpg, in enc3_stream_encoder_update_dp_info_packets()
703 enc->afmt->funcs->audio_info_immediate_update(enc->afmt); in enc3_stream_encoder_hdmi_set_stream_attribute()
718 enc->afmt->funcs->audio_mute_control(enc->afmt, mute); in enc3_audio_mute_control()
727 enc->afmt->funcs->se_audio_setup(enc->afmt, az_inst, info); in enc3_se_dp_audio_setup()
749 enc->afmt->funcs->setup_dp_audio(enc->afmt); in enc3_se_setup_dp_audio()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_dio_link_encoder.c135 struct link_encoder *enc, in dcn31_link_encoder_set_dio_phy_mux() argument
141 switch (enc->transmitter) { in dcn31_link_encoder_set_dio_phy_mux()
451 struct link_encoder *enc, in dcn31_link_encoder_enable_dp_output() argument
458 if (!link_enc_cfg_is_transmitter_mappable(enc->ctx->dc, enc)) { in dcn31_link_encoder_enable_dp_output()
468 link = link_enc_cfg_get_link_using_link_enc(enc->ctx->dc, enc->preferred_engine); in dcn31_link_encoder_enable_dp_output()
498 struct link_encoder *enc, in dcn31_link_encoder_enable_dp_mst_output() argument
505 if (!link_enc_cfg_is_transmitter_mappable(enc->ctx->dc, enc)) { in dcn31_link_encoder_enable_dp_mst_output()
515 link = link_enc_cfg_get_link_using_link_enc(enc->ctx->dc, enc->preferred_engine); in dcn31_link_encoder_enable_dp_mst_output()
545 struct link_encoder *enc, in dcn31_link_encoder_disable_output() argument
551 if (!link_enc_cfg_is_transmitter_mappable(enc->ctx->dc, enc)) { in dcn31_link_encoder_disable_output()
[all …]
H A Ddcn31_hpo_dp_stream_encoder.c61 struct hpo_dp_stream_encoder *enc) in dcn31_hpo_dp_stream_enc_enable_stream() argument
91 struct hpo_dp_stream_encoder *enc, in dcn31_hpo_dp_stream_enc_dp_unblank() argument
458 enc->vpg, in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
465 enc->vpg, in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
472 enc->vpg, in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
479 enc->vpg, in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
638 ASSERT(enc->apg); in dcn31_hpo_dp_stream_enc_audio_setup()
639 enc->apg->funcs->se_audio_setup(enc->apg, az_inst, info); in dcn31_hpo_dp_stream_enc_audio_setup()
660 enc->apg->funcs->enable_apg(enc->apg); in dcn31_hpo_dp_stream_enc_audio_enable()
681 enc->apg->funcs->disable_apg(enc->apg); in dcn31_hpo_dp_stream_enc_audio_disable()
[all …]
H A Ddcn31_hpo_dp_link_encoder.c50 struct hpo_dp_link_encoder *enc, in dcn31_hpo_dp_link_enc_enable() argument
77 struct hpo_dp_link_encoder *enc) in dcn31_hpo_dp_link_enc_disable() argument
90 struct hpo_dp_link_encoder *enc, in dcn31_hpo_dp_link_enc_set_link_test_pattern() argument
283 struct hpo_dp_link_encoder *enc, in dcn31_hpo_dp_link_enc_update_stream_allocation_table() argument
384 struct hpo_dp_link_encoder *enc, in dcn31_hpo_dp_link_enc_set_throttled_vcp_size() argument
440 struct hpo_dp_link_encoder *enc) in dcn31_hpo_dp_link_enc_is_in_alt_mode() argument
445 ASSERT((enc->transmitter >= TRANSMITTER_UNIPHY_A) && (enc->transmitter <= TRANSMITTER_UNIPHY_E)); in dcn31_hpo_dp_link_enc_is_in_alt_mode()
453 struct hpo_dp_link_encoder *enc, in dcn31_hpo_dp_link_enc_read_state() argument
508 struct hpo_dp_link_encoder *enc, in dcn31_hpo_dp_link_enc_enable_dp_output() argument
545 struct hpo_dp_link_encoder *enc, in dcn31_hpo_dp_link_enc_disable_output() argument
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_dio_stream_encoder.c73 enc314_reset_fifo(enc, true); in enc314_enable_fifo()
87 struct stream_encoder *enc, in enc314_dp_set_odm_combine() argument
97 struct stream_encoder *enc, in enc314_stream_encoder_dvi_set_stream_attribute() argument
127 enc314_enable_fifo(enc); in enc314_stream_encoder_dvi_set_stream_attribute()
137 struct stream_encoder *enc, in enc314_stream_encoder_hdmi_set_stream_attribute() argument
167 enc314_enable_fifo(enc); in enc314_stream_encoder_hdmi_set_stream_attribute()
255 ASSERT(enc->afmt); in enc314_stream_encoder_hdmi_set_stream_attribute()
256 enc->afmt->funcs->audio_info_immediate_update(enc->afmt); in enc314_stream_encoder_hdmi_set_stream_attribute()
279 struct stream_encoder *enc) in enc314_stream_encoder_dp_blank() argument
285 enc314_disable_fifo(enc); in enc314_stream_encoder_dp_blank()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c246 struct stream_encoder *enc, in enc1_stream_encoder_dp_set_stream_attribute() argument
482 struct stream_encoder *enc, in enc1_stream_encoder_hdmi_set_stream_attribute() argument
602 struct stream_encoder *enc, in enc1_stream_encoder_dvi_set_stream_attribute() argument
627 struct stream_encoder *enc, in enc1_stream_encoder_set_throttled_vcp_size() argument
659 struct stream_encoder *enc, in enc1_stream_encoder_update_hdmi_info_packets() argument
677 struct stream_encoder *enc) in enc1_stream_encoder_stop_hdmi_info_packets() argument
718 struct stream_encoder *enc, in enc1_stream_encoder_update_dp_info_packets() argument
783 struct stream_encoder *enc, in enc1_stream_encoder_send_immediate_sdp_message() argument
1474 if (enc->afmt && enc->afmt->funcs->afmt_powerdown) in enc1_se_hdmi_audio_disable()
1475 enc->afmt->funcs->afmt_powerdown(enc->afmt); in enc1_se_hdmi_audio_disable()
[all …]
H A Ddcn10_link_encoder.c207 struct link_encoder *enc, in dcn10_link_encoder_set_dp_phy_pattern_training_pattern() argument
782 struct link_encoder *enc, in dcn10_link_encoder_validate_output_with_stream() argument
829 struct link_encoder *enc) in dcn10_link_encoder_hw_init() argument
877 *enc = NULL; in dcn10_link_encoder_destroy()
881 struct link_encoder *enc, in dcn10_link_encoder_setup() argument
919 struct link_encoder *enc, in dcn10_link_encoder_enable_tmds_output() argument
956 struct link_encoder *enc, in dcn10_link_encoder_enable_tmds_output_with_clk_pattern_wa() argument
972 struct link_encoder *enc, in dcn10_link_encoder_enable_dp_output() argument
1011 struct link_encoder *enc, in dcn10_link_encoder_enable_dp_mst_output() argument
1052 struct link_encoder *enc, in dcn10_link_encoder_disable_output() argument
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc_1_2.c81 DPU_REG_WRITE(hw, sblk->enc.base + ENC_DF_CTRL, 0); in dpu_hw_dsc_disable_1_2()
82 DPU_REG_WRITE(hw, sblk->enc.base + DSC_MAIN_CONF, 0); in dpu_hw_dsc_disable_1_2()
125 DPU_REG_WRITE(hw, sblk->enc.base + ENC_DF_CTRL, data); in dpu_hw_dsc_config_1_2()
165 DPU_REG_WRITE(hw, sblk->enc.base + DSC_MISC_SIZE, in dpu_hw_dsc_config_1_2()
173 DPU_REG_WRITE(hw, sblk->enc.base + DSC_RC_SCALE, in dpu_hw_dsc_config_1_2()
286 DPU_REG_WRITE(hw, sblk->enc.base + DSC_RC_MIN_QP_0, in dpu_hw_dsc_config_thresh_1_2()
292 DPU_REG_WRITE(hw, sblk->enc.base + DSC_RC_MAX_QP_0, in dpu_hw_dsc_config_thresh_1_2()
305 DPU_REG_WRITE(hw, sblk->enc.base + DSC_RC_MIN_QP_1, in dpu_hw_dsc_config_thresh_1_2()
311 DPU_REG_WRITE(hw, sblk->enc.base + DSC_RC_MAX_QP_1, in dpu_hw_dsc_config_thresh_1_2()
324 DPU_REG_WRITE(hw, sblk->enc.base + DSC_RC_MIN_QP_2, in dpu_hw_dsc_config_thresh_1_2()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_link_encoder.c175 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc); in enc2_fec_set_enable()
177 enable ? "Enabling" : "Disabling", enc->id.enum_id); in enc2_fec_set_enable()
183 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc); in enc2_fec_set_ready()
188 bool enc2_fec_is_active(struct link_encoder *enc) in enc2_fec_is_active() argument
246 struct link_encoder *enc, in dcn20_link_encoder_enable_dp_output() argument
254 if (!enc->ctx->dc->debug.avoid_vbios_exec_table) { in dcn20_link_encoder_enable_dp_output()
264 dcn10_link_encoder_setup(enc, SIGNAL_TYPE_DISPLAY_PORT); in dcn20_link_encoder_enable_dp_output()
274 dcn10_link_encoder_get_max_link_cap(enc, link_settings); in dcn20_link_encoder_get_max_link_cap()
277 if (enc->funcs->is_in_alt_mode && enc->funcs->is_in_alt_mode(enc)) { in dcn20_link_encoder_get_max_link_cap()
291 if (enc->features.flags.bits.DP_IS_USB_C) { in dcn20_link_encoder_is_in_alt_mode()
[all …]
H A Ddcn20_stream_encoder.c146 struct stream_encoder *enc, in enc2_stream_encoder_update_hdmi_info_packets() argument
165 struct stream_encoder *enc) in enc2_stream_encoder_stop_hdmi_info_packets() argument
377 void enc2_set_dynamic_metadata(struct stream_encoder *enc, in enc2_set_dynamic_metadata() argument
427 struct stream_encoder *enc, in enc2_stream_encoder_update_dp_info_packets_sdp_line_num() argument
443 struct stream_encoder *enc, in enc2_stream_encoder_update_dp_info_packets() argument
449 enc1_stream_encoder_update_dp_info_packets(enc, info_frame); in enc2_stream_encoder_update_dp_info_packets()
470 struct stream_encoder *enc, in enc2_stream_encoder_dp_unblank() argument
554 struct stream_encoder *enc, in enc2_dp_set_odm_combine() argument
563 struct stream_encoder *enc, in enc2_stream_encoder_dp_set_stream_attribute() argument
571 enc1_stream_encoder_dp_set_stream_attribute(enc, in enc2_stream_encoder_dp_set_stream_attribute()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_stream_encoder.c54 struct stream_encoder *enc, in enc32_dp_set_odm_combine() argument
64 struct stream_encoder *enc, in enc32_stream_encoder_dvi_set_stream_attribute() argument
70 if (!enc->ctx->dc->debug.avoid_vbios_exec_table) { in enc32_stream_encoder_dvi_set_stream_attribute()
104 struct stream_encoder *enc, in enc32_stream_encoder_hdmi_set_stream_attribute() argument
111 if (!enc->ctx->dc->debug.avoid_vbios_exec_table) { in enc32_stream_encoder_hdmi_set_stream_attribute()
222 ASSERT(enc->afmt); in enc32_stream_encoder_hdmi_set_stream_attribute()
223 enc->afmt->funcs->audio_info_immediate_update(enc->afmt); in enc32_stream_encoder_hdmi_set_stream_attribute()
279 struct stream_encoder *enc, in enc32_stream_encoder_dp_unblank() argument
283 struct dc *dc = enc->ctx->dc; in enc32_stream_encoder_dp_unblank()
449 enc32_reset_fifo(enc, true); in enc32_enable_fifo()
[all …]
H A Ddcn32_dio_link_encoder.c65 void enc32_hw_init(struct link_encoder *enc) in enc32_hw_init() argument
67 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc); in enc32_hw_init()
110 struct link_encoder *enc, in dcn32_link_encoder_enable_dp_output() argument
114 if (!enc->ctx->dc->debug.avoid_vbios_exec_table) { in dcn32_link_encoder_enable_dp_output()
115 dcn10_link_encoder_enable_dp_output(enc, link_settings, clock_source); in dcn32_link_encoder_enable_dp_output()
120 static bool dcn32_link_encoder_is_in_alt_mode(struct link_encoder *enc) in dcn32_link_encoder_is_in_alt_mode() argument
122 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc); in dcn32_link_encoder_is_in_alt_mode()
126 if (enc->features.flags.bits.DP_IS_USB_C) { in dcn32_link_encoder_is_in_alt_mode()
138 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc); in dcn32_link_encoder_get_max_link_cap()
141 dcn10_link_encoder_get_max_link_cap(enc, link_settings); in dcn32_link_encoder_get_max_link_cap()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c268 struct stream_encoder *enc, in dce110_stream_encoder_dp_set_stream_attribute() argument
534 struct stream_encoder *enc, in dce110_stream_encoder_hdmi_set_stream_attribute() argument
651 struct stream_encoder *enc, in dce110_stream_encoder_dvi_set_stream_attribute() argument
677 struct stream_encoder *enc, in dce110_stream_encoder_lvds_set_stream_attribute() argument
698 struct stream_encoder *enc, in dce110_stream_encoder_set_throttled_vcp_size() argument
726 struct stream_encoder *enc, in dce110_stream_encoder_update_hdmi_info_packets() argument
788 struct stream_encoder *enc) in dce110_stream_encoder_stop_hdmi_info_packets() argument
831 struct stream_encoder *enc, in dce110_stream_encoder_update_dp_info_packets() argument
875 struct stream_encoder *enc) in dce110_stream_encoder_stop_dp_info_packets() argument
903 struct stream_encoder *enc) in dce110_stream_encoder_dp_blank() argument
[all …]
H A Ddce_link_encoder.h231 struct link_encoder *enc,
244 struct link_encoder *enc,
250 struct link_encoder *enc,
258 struct link_encoder *enc,
264 struct link_encoder *enc,
270 struct link_encoder *enc,
276 struct link_encoder *enc,
281 struct link_encoder *enc,
286 struct link_encoder *enc,
291 struct link_encoder *enc,
[all …]
H A Ddce_link_encoder.c274 struct link_encoder *enc, in dce110_link_encoder_set_dp_phy_pattern_training_pattern() argument
916 struct link_encoder *enc, in dce110_link_encoder_validate_output_with_stream() argument
958 struct link_encoder *enc) in dce110_link_encoder_hw_init() argument
1005 *enc = NULL; in dce110_link_encoder_destroy()
1009 struct link_encoder *enc, in dce110_link_encoder_setup() argument
1047 struct link_encoder *enc, in dce110_link_encoder_enable_tmds_output() argument
1085 struct link_encoder *enc, in dce110_link_encoder_enable_lvds_output() argument
1117 struct link_encoder *enc, in dce110_link_encoder_enable_dp_output() argument
1156 struct link_encoder *enc, in dce110_link_encoder_enable_dp_mst_output() argument
1196 struct link_encoder *enc, in dce60_link_encoder_enable_dp_output() argument
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dmediatek,vcodec-encoder.yaml20 - mediatek,mt8173-vcodec-enc-vp8
21 - mediatek,mt8173-vcodec-enc
22 - mediatek,mt8183-vcodec-enc
23 - mediatek,mt8188-vcodec-enc
24 - mediatek,mt8192-vcodec-enc
25 - mediatek,mt8195-vcodec-enc
87 - mediatek,mt8183-vcodec-enc
112 - mediatek,mt8173-vcodec-enc
113 - mediatek,mt8188-vcodec-enc
114 - mediatek,mt8192-vcodec-enc
[all …]
/openbmc/linux/crypto/
H A Dauthencesn.c27 struct crypto_skcipher_spawn enc; member
33 struct crypto_skcipher *enc; member
63 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_esn_setkey() local
186 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_esn_encrypt() local
333 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_esn_init_tfm()
334 err = PTR_ERR(enc); in crypto_authenc_esn_init_tfm()
335 if (IS_ERR(enc)) in crypto_authenc_esn_init_tfm()
344 ctx->enc = enc; in crypto_authenc_esn_init_tfm()
363 crypto_free_skcipher(enc); in crypto_authenc_esn_init_tfm()
395 struct skcipher_alg *enc; in crypto_authenc_esn_create() local
[all …]
H A Dauthenc.c24 struct crypto_skcipher_spawn enc; member
30 struct crypto_skcipher *enc; member
89 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_setkey() local
198 struct crypto_skcipher *enc = ctx->enc; in crypto_authenc_encrypt() local
319 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_init_tfm()
320 err = PTR_ERR(enc); in crypto_authenc_init_tfm()
321 if (IS_ERR(enc)) in crypto_authenc_init_tfm()
330 ctx->enc = enc; in crypto_authenc_init_tfm()
346 crypto_free_skcipher(enc); in crypto_authenc_init_tfm()
378 struct skcipher_alg *enc; in crypto_authenc_create() local
[all …]
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c94 unsigned long size, bool enc) in __sme_early_enc_dec() argument
118 dst = enc ? early_memremap_encrypted(paddr, len) : in __sme_early_enc_dec()
282 static bool amd_enc_tlb_flush_required(bool enc) in amd_enc_tlb_flush_required() argument
341 if (cc_platform_has(CC_ATTR_GUEST_SEV_SNP) && enc) in amd_enc_status_change_finish()
361 if (enc) in __set_clr_pte_enc()
381 if (enc) { in __set_clr_pte_enc()
401 if (enc) in __set_clr_pte_enc()
406 unsigned long size, bool enc) in early_set_memory_enc_dec() argument
426 __set_clr_pte_enc(kpte, level, enc); in early_set_memory_enc_dec()
442 __set_clr_pte_enc(kpte, level, enc); in early_set_memory_enc_dec()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_link_encoder.c207 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc); in dcn21_link_encoder_acquire_phy()
210 if (enc->features.flags.bits.DP_IS_USB_C) { in dcn21_link_encoder_acquire_phy()
244 if (enc->features.flags.bits.DP_IS_USB_C) { in dcn21_link_encoder_release_phy()
254 struct link_encoder *enc, in dcn21_link_encoder_enable_dp_output() argument
262 if (!dcn21_link_encoder_acquire_phy(enc)) in dcn21_link_encoder_enable_dp_output()
265 if (!enc->ctx->dc->debug.avoid_vbios_exec_table) { in dcn21_link_encoder_enable_dp_output()
275 dcn10_link_encoder_setup(enc, SIGNAL_TYPE_DISPLAY_PORT); in dcn21_link_encoder_enable_dp_output()
280 struct link_encoder *enc, in dcn21_link_encoder_enable_dp_mst_output() argument
284 if (!dcn21_link_encoder_acquire_phy(enc)) in dcn21_link_encoder_enable_dp_mst_output()
293 dcn10_link_encoder_disable_output(enc, signal); in dcn21_link_encoder_disable_output()
[all …]
/openbmc/linux/crypto/asymmetric_keys/
H A Dsignature.c81 const void *data, void *enc) in encrypt_blob() argument
84 return asymmetric_key_eds_op(params, data, enc); in encrypt_blob()
102 const void *enc, void *data) in decrypt_blob() argument
105 return asymmetric_key_eds_op(params, enc, data); in decrypt_blob()
123 const void *data, void *enc) in create_signature() argument
126 return asymmetric_key_eds_op(params, data, enc); in create_signature()

1234567891011