Home
last modified time | relevance | path

Searched defs:ctx (Results 226 – 250 of 3058) sorted by relevance

12345678910>>...123

/openbmc/linux/drivers/thermal/
H A Dkhadas_mcu_fan.c25 static int khadas_mcu_fan_set_level(struct khadas_mcu_fan_ctx *ctx, in khadas_mcu_fan_set_level()
51 struct khadas_mcu_fan_ctx *ctx = cdev->devdata; in khadas_mcu_fan_get_cur_state() local
62 struct khadas_mcu_fan_ctx *ctx = cdev->devdata; in khadas_mcu_fan_set_cur_state() local
84 struct khadas_mcu_fan_ctx *ctx; in khadas_mcu_fan_probe() local
109 struct khadas_mcu_fan_ctx *ctx = platform_get_drvdata(pdev); in khadas_mcu_fan_shutdown() local
117 struct khadas_mcu_fan_ctx *ctx = dev_get_drvdata(dev); in khadas_mcu_fan_suspend() local
132 struct khadas_mcu_fan_ctx *ctx = dev_get_drvdata(dev); in khadas_mcu_fan_resume() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_spin_lock_fail.c35 int lock_id_kptr_preserve(void *ctx) in lock_id_kptr_preserve()
47 int lock_id_global_zero(void *ctx) in lock_id_global_zero()
54 int lock_id_mapval_preserve(void *ctx) in lock_id_mapval_preserve()
67 int lock_id_innermapval_preserve(void *ctx) in lock_id_innermapval_preserve()
124 int lock_id_mismatch_mapval_mapval(void *ctx) in lock_id_mismatch_mapval_mapval()
148 int lock_id_mismatch_innermapval_innermapval1(void *ctx) in lock_id_mismatch_innermapval_innermapval1()
172 int lock_id_mismatch_innermapval_innermapval2(void *ctx) in lock_id_mismatch_innermapval_innermapval2()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-visionox-rm69299.c32 static int visionox_rm69299_power_on(struct visionox_rm69299 *ctx) in visionox_rm69299_power_on()
55 static int visionox_rm69299_power_off(struct visionox_rm69299 *ctx) in visionox_rm69299_power_off()
64 struct visionox_rm69299 *ctx = panel_to_ctx(panel); in visionox_rm69299_unprepare() local
89 struct visionox_rm69299 *ctx = panel_to_ctx(panel); in visionox_rm69299_prepare() local
168 struct visionox_rm69299 *ctx = panel_to_ctx(panel); in visionox_rm69299_get_modes() local
195 struct visionox_rm69299 *ctx; in visionox_rm69299_probe() local
261 struct visionox_rm69299 *ctx = mipi_dsi_get_drvdata(dsi); in visionox_rm69299_remove() local
H A Dpanel-leadtek-ltk050h3146w.c246 static int ltk050h3146w_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_init_sequence()
335 static int ltk050h3146w_a2_select_page(struct ltk050h3146w *ctx, int page) in ltk050h3146w_a2_select_page()
343 static int ltk050h3146w_a2_write_page(struct ltk050h3146w *ctx, int page, in ltk050h3146w_a2_write_page()
368 static int ltk050h3146w_a2_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_a2_init_sequence()
431 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_unprepare() local
460 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_prepare() local
521 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_get_modes() local
547 struct ltk050h3146w *ctx; in ltk050h3146w_probe() local
610 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi); in ltk050h3146w_shutdown() local
624 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi); in ltk050h3146w_remove() local
H A Dpanel-truly-nt35597.c227 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_dcs_write() local
243 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_dcs_write_buf() local
258 static int truly_35597_power_on(struct truly_nt35597 *ctx) in truly_35597_power_on()
288 static int truly_nt35597_power_off(struct truly_nt35597 *ctx) in truly_nt35597_power_off()
313 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_disable() local
331 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_unprepare() local
363 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_prepare() local
424 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_enable() local
444 struct truly_nt35597 *ctx = panel_to_ctx(panel); in truly_nt35597_get_modes() local
532 struct truly_nt35597 *ctx; in truly_nt35597_probe() local
[all …]
H A Dpanel-sony-td4353-jdi.c48 static int sony_td4353_jdi_on(struct sony_td4353_jdi *ctx) in sony_td4353_jdi_on()
109 static int sony_td4353_jdi_off(struct sony_td4353_jdi *ctx) in sony_td4353_jdi_off()
140 static void sony_td4353_assert_reset_gpios(struct sony_td4353_jdi *ctx, int mode) in sony_td4353_assert_reset_gpios()
149 struct sony_td4353_jdi *ctx = to_sony_td4353_jdi(panel); in sony_td4353_jdi_prepare() local
180 struct sony_td4353_jdi *ctx = to_sony_td4353_jdi(panel); in sony_td4353_jdi_unprepare() local
215 struct sony_td4353_jdi *ctx = to_sony_td4353_jdi(panel); in sony_td4353_jdi_get_modes() local
245 struct sony_td4353_jdi *ctx; in sony_td4353_jdi_probe() local
300 struct sony_td4353_jdi *ctx = mipi_dsi_get_drvdata(dsi); in sony_td4353_jdi_remove() local
/openbmc/linux/sound/soc/intel/skylake/
H A Dbxt-sst.c40 static unsigned int bxt_get_errorcode(struct sst_dsp *ctx) in bxt_get_errorcode()
46 bxt_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count) in bxt_load_library()
94 static int sst_bxt_prepare_fw(struct sst_dsp *ctx, in sst_bxt_prepare_fw()
167 static int sst_transfer_fw_host_dma(struct sst_dsp *ctx) in sst_transfer_fw_host_dma()
181 static int bxt_load_base_firmware(struct sst_dsp *ctx) in bxt_load_base_firmware()
266 static int bxt_d0i3_target_state(struct sst_dsp *ctx) in bxt_d0i3_target_state()
290 struct sst_dsp *ctx = skl->dsp; in bxt_set_dsp_D0i3() local
329 static int bxt_schedule_dsp_D0i3(struct sst_dsp *ctx) in bxt_schedule_dsp_D0i3()
346 static int bxt_set_dsp_D0i0(struct sst_dsp *ctx) in bxt_set_dsp_D0i0()
387 static int bxt_set_dsp_D0(struct sst_dsp *ctx, unsigned int core_id) in bxt_set_dsp_D0()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_coherency.c23 static int cpu_set(struct context *ctx, unsigned long offset, u32 v) in cpu_set()
56 static int cpu_get(struct context *ctx, unsigned long offset, u32 *v) in cpu_get()
86 static int gtt_set(struct context *ctx, unsigned long offset, u32 v) in gtt_set()
119 static int gtt_get(struct context *ctx, unsigned long offset, u32 *v) in gtt_get()
152 static int wc_set(struct context *ctx, unsigned long offset, u32 v) in wc_set()
175 static int wc_get(struct context *ctx, unsigned long offset, u32 *v) in wc_get()
196 static int gpu_set(struct context *ctx, unsigned long offset, u32 v) in gpu_set()
254 static bool always_valid(struct context *ctx) in always_valid()
259 static bool needs_fence_registers(struct context *ctx) in needs_fence_registers()
269 static bool needs_mi_store_dword(struct context *ctx) in needs_mi_store_dword()
[all …]
H A Dmock_context.c16 struct i915_gem_context *ctx; in mock_context() local
67 void mock_context_close(struct i915_gem_context *ctx) in mock_context_close()
82 struct i915_gem_context *ctx; in live_context() local
114 struct i915_gem_context *ctx; in live_context_for_engine() local
152 struct i915_gem_context *ctx; in kernel_context() local
177 void kernel_context_close(struct i915_gem_context *ctx) in kernel_context_close()
/openbmc/linux/net/tls/
H A Dtls_sw.c192 struct tls_sw_context_rx *ctx; in tls_decrypt_done() local
262 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_do_decryption() local
311 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_trim_both_msgs() local
323 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_alloc_encrypted_msg() local
334 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_clone_plaintext_msg() local
358 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_get_rec() local
398 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_free_open_rec() local
468 struct tls_sw_context_tx *ctx; in tls_encrypt_done() local
535 struct tls_sw_context_tx *ctx, in tls_do_encryption()
2421 struct tls_sw_context_rx *ctx; in tls_rx_msg_ready() local
[all …]
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c84 struct ipu_csc_scaler_ctx *ctx = _ctx; in job_abort() local
92 struct ipu_csc_scaler_ctx *ctx = _ctx; in ipu_ic_pp_complete() local
115 struct ipu_csc_scaler_ctx *ctx = _ctx; in device_run() local
182 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_g_fmt() local
195 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_try_fmt() local
244 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_s_fmt() local
299 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_g_selection() local
337 struct ipu_csc_scaler_ctx *ctx = fh_to_ctx(priv); in ipu_csc_scaler_s_selection() local
505 struct ipu_csc_scaler_ctx *ctx = vb2_get_drv_priv(q); in ipu_csc_scaler_start_streaming() local
584 struct ipu_csc_scaler_ctx *ctx = priv; in ipu_csc_scaler_queue_init() local
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1593 struct i915_gem_context *ctx; in i915_gem_create_context() local
1732 struct i915_gem_context *ctx; in i915_gem_context_open() local
1774 struct i915_gem_context *ctx; in i915_gem_context_close() local
2194 struct i915_gem_context *ctx; in __context_lookup() local
2209 struct i915_gem_context *ctx; in finalize_create_context_locked() local
2240 struct i915_gem_context *ctx; in i915_gem_context_lookup() local
2339 struct i915_gem_context *ctx; in i915_gem_context_destroy_ioctl() local
2428 struct i915_gem_context *ctx; in i915_gem_context_getparam_ioctl() local
2501 struct i915_gem_context *ctx; in i915_gem_context_setparam_ioctl() local
2534 struct i915_gem_context *ctx; in i915_gem_context_reset_stats_ioctl() local
[all …]
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c43 static inline int starfive_pka_wait_done(struct starfive_cryp_ctx *ctx) in starfive_pka_wait_done()
88 static int starfive_rsa_montgomery_form(struct starfive_cryp_ctx *ctx, in starfive_rsa_montgomery_form()
266 static int starfive_rsa_start(struct starfive_cryp_ctx *ctx, u8 *result, in starfive_rsa_start()
309 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_enc() local
341 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_dec() local
475 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_setkey() local
526 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_set_pub_key() local
539 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_set_priv_key() local
551 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_max_size() local
561 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_init_tfm() local
[all …]
/openbmc/linux/arch/arm/crypto/
H A Daes-neonbs-glue.c71 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_setkey() local
93 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in __ecb_crypt() local
130 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_cbc_setkey() local
152 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt() local
167 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt() local
194 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_init() local
211 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_exit() local
219 struct aesbs_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_ctr_setkey_sync() local
238 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt() local
272 struct aesbs_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt_one() local
[all …]
/openbmc/obmc-console/test/
H A Dtest-config-resolve-console-id.c10 struct config *ctx; in test_independence_cmdline_optarg() local
23 struct config *ctx; in test_independence_config_console_id() local
40 struct config *ctx; in test_independence_config_socket_id() local
61 struct config *ctx; in test_independence_default() local
75 struct config *ctx; in test_precedence_cmdline_optarg() local
94 struct config *ctx; in test_precedence_config_console_id() local
/openbmc/qemu/target/hexagon/
H A Dtranslate.h78 static inline void ctx_log_pred_write(DisasContext *ctx, int pnum) in ctx_log_pred_write()
87 static inline void ctx_log_pred_read(DisasContext *ctx, int pnum) in ctx_log_pred_read()
92 static inline void ctx_log_reg_write(DisasContext *ctx, int rnum, in ctx_log_reg_write()
111 static inline void ctx_log_reg_write_pair(DisasContext *ctx, int rnum, in ctx_log_reg_write_pair()
118 static inline void ctx_log_reg_read(DisasContext *ctx, int rnum) in ctx_log_reg_read()
123 static inline void ctx_log_reg_read_pair(DisasContext *ctx, int rnum) in ctx_log_reg_read_pair()
134 static inline void ctx_log_vreg_write(DisasContext *ctx, in ctx_log_vreg_write()
161 static inline void ctx_log_vreg_write_pair(DisasContext *ctx, in ctx_log_vreg_write_pair()
169 static inline void ctx_log_vreg_read(DisasContext *ctx, int rnum) in ctx_log_vreg_read()
180 static inline void ctx_log_qreg_write(DisasContext *ctx, in ctx_log_qreg_write()
[all …]
/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c68 static void cedrus_fill_ref_pic(struct cedrus_ctx *ctx, in cedrus_fill_ref_pic()
86 static int cedrus_write_frame_list(struct cedrus_ctx *ctx, in cedrus_write_frame_list()
189 static void _cedrus_write_ref_list(struct cedrus_ctx *ctx, in _cedrus_write_ref_list()
234 static void cedrus_write_ref_list0(struct cedrus_ctx *ctx, in cedrus_write_ref_list0()
245 static void cedrus_write_ref_list1(struct cedrus_ctx *ctx, in cedrus_write_ref_list1()
341 static void cedrus_set_params(struct cedrus_ctx *ctx, in cedrus_set_params()
484 cedrus_h264_irq_status(struct cedrus_ctx *ctx) in cedrus_h264_irq_status()
499 static void cedrus_h264_irq_clear(struct cedrus_ctx *ctx) in cedrus_h264_irq_clear()
539 static int cedrus_h264_start(struct cedrus_ctx *ctx) in cedrus_h264_start()
647 static void cedrus_h264_stop(struct cedrus_ctx *ctx) in cedrus_h264_stop()
[all …]
/openbmc/linux/tools/perf/util/
H A Dexpr.c149 int expr__add_id(struct expr_parse_ctx *ctx, const char *id) in expr__add_id()
183 int expr__add_ref(struct expr_parse_ctx *ctx, struct metric_ref *ref) in expr__add_ref()
222 int expr__get_id(struct expr_parse_ctx *ctx, const char *id, in expr__get_id()
243 int expr__resolve_id(struct expr_parse_ctx *ctx, const char *id, in expr__resolve_id()
281 void expr__del_id(struct expr_parse_ctx *ctx, const char *id) in expr__del_id()
293 struct expr_parse_ctx *ctx; in expr__ctx_new() local
311 void expr__ctx_clear(struct expr_parse_ctx *ctx) in expr__ctx_clear()
323 void expr__ctx_free(struct expr_parse_ctx *ctx) in expr__ctx_free()
341 __expr__parse(double *val, struct expr_parse_ctx *ctx, const char *expr, in __expr__parse()
369 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, in expr__parse()
[all …]
/openbmc/linux/crypto/
H A Daria_generic.c27 static void aria_set_encrypt_key(struct aria_ctx *ctx, const u8 *in_key, in aria_set_encrypt_key()
150 static void aria_set_decrypt_key(struct aria_ctx *ctx) in aria_set_decrypt_key()
176 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in aria_set_key() local
195 static void __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in, in __aria_crypt()
252 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_encrypt() local
260 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_decrypt() local
268 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_encrypt() local
275 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); in __aria_decrypt() local
H A D842.c33 void *ctx; in crypto842_alloc_ctx() local
44 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_init() local
53 static void crypto842_free_ctx(struct crypto_scomp *tfm, void *ctx) in crypto842_free_ctx()
60 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_exit() local
69 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_compress() local
76 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_scompress()
90 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_sdecompress()
/openbmc/qemu/util/
H A Dfdmon-epoll.c14 void fdmon_epoll_disable(AioContext *ctx) in fdmon_epoll_disable()
33 static void fdmon_epoll_update(AioContext *ctx, in fdmon_epoll_update()
56 static int fdmon_epoll_wait(AioContext *ctx, AioHandlerList *ready_list, in fdmon_epoll_wait()
101 static bool fdmon_epoll_try_enable(AioContext *ctx) in fdmon_epoll_try_enable()
123 bool fdmon_epoll_try_upgrade(AioContext *ctx, unsigned npfd) in fdmon_epoll_try_upgrade()
150 void fdmon_epoll_setup(AioContext *ctx) in fdmon_epoll_setup()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c127 struct iwl_rxon_context *ctx, in iwl_is_ht40_tx_allowed()
147 struct iwl_rxon_context *ctx, in iwl_sta_calc_ht_flags()
221 struct iwl_rxon_context *ctx) in iwl_set_ht_add_station()
608 struct iwl_rxon_context *ctx) in iwl_clear_ucode_stations()
884 struct iwl_rxon_context *ctx, in iwlagn_add_bssid_station()
982 struct iwl_rxon_context *ctx) in iwl_restore_default_wep_keys()
1015 struct iwl_rxon_context *ctx, in iwl_set_default_wep_key()
1154 struct iwl_rxon_context *ctx, in iwl_remove_dynamic_key()
1202 struct iwl_rxon_context *ctx, in iwl_set_dynamic_key()
1306 struct iwl_rxon_context *ctx) in iwl_update_bcast_station()
[all …]
/openbmc/linux/drivers/acpi/apei/
H A Derst.c130 static int erst_exec_add(struct apei_exec_context *ctx, in erst_exec_add()
172 static int erst_exec_stall(struct apei_exec_context *ctx, in erst_exec_stall()
219 struct apei_exec_context *ctx, in erst_exec_skip_next_instruction_if_true()
236 static int erst_exec_goto(struct apei_exec_context *ctx, in erst_exec_goto()
376 struct apei_exec_context ctx; in erst_get_erange() local
398 struct apei_exec_context ctx; in __erst_get_record_count() local
442 struct apei_exec_context ctx; in __erst_get_next_record_id() local
623 struct apei_exec_context ctx; in __erst_write_to_storage() local
662 struct apei_exec_context ctx; in __erst_read_from_storage() local
705 struct apei_exec_context ctx; in __erst_clear_from_storage() local
[all …]
/openbmc/linux/security/selinux/
H A Dxfrm.c55 static inline int selinux_authorizable_ctx(struct xfrm_sec_ctx *ctx) in selinux_authorizable_ctx()
80 struct xfrm_sec_ctx *ctx = NULL; in selinux_xfrm_alloc_user() local
123 static void selinux_xfrm_free(struct xfrm_sec_ctx *ctx) in selinux_xfrm_free()
135 static int selinux_xfrm_delete(struct xfrm_sec_ctx *ctx) in selinux_xfrm_delete()
151 int selinux_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid) in selinux_xfrm_policy_lookup()
236 struct xfrm_sec_ctx *ctx = x->security; in selinux_xfrm_skb_sid_ingress() local
314 void selinux_xfrm_policy_free(struct xfrm_sec_ctx *ctx) in selinux_xfrm_policy_free()
322 int selinux_xfrm_policy_delete(struct xfrm_sec_ctx *ctx) in selinux_xfrm_policy_delete()
345 struct xfrm_sec_ctx *ctx; in selinux_xfrm_state_alloc_acquire() local
414 struct xfrm_sec_ctx *ctx = x->security; in selinux_xfrm_sock_rcv_skb() local
/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.c140 struct iproc_ctx_s *ctx = rctx->ctx; in spu_skcipher_rx_sg_create() local
203 struct iproc_ctx_s *ctx = rctx->ctx; in spu_skcipher_tx_sg_create() local
305 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_req() local
475 struct iproc_ctx_s *ctx = rctx->ctx; in handle_skcipher_resp() local
532 struct iproc_ctx_s *ctx = rctx->ctx; in spu_ahash_rx_sg_create() local
660 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_req() local
897 struct iproc_ctx_s *ctx) in spu_hmac_outer_hash()
948 struct iproc_ctx_s *ctx = rctx->ctx; in ahash_req_done() local
995 struct iproc_ctx_s *ctx = rctx->ctx; in handle_ahash_resp() local
1051 struct iproc_ctx_s *ctx = rctx->ctx; in spu_aead_rx_sg_create() local
[all …]

12345678910>>...123