Home
last modified time | relevance | path

Searched defs:rctx (Results 51 – 75 of 81) sorted by relevance

1234

/openbmc/linux/drivers/crypto/nx/
H A Dnx-aes-ccm.c480 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_encrypt() local
504 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_decrypt() local
/openbmc/linux/kernel/trace/
H A Dtrace_event_perf.c401 int rctx; in perf_trace_buf_alloc() local
442 int rctx; in perf_ftrace_function_call() local
H A Dtrace_syscalls.c594 int rctx; in perf_syscall_enter() local
694 int rctx; in perf_syscall_exit() local
H A Dtrace_fprobe.c283 int rctx; in fentry_perf_func() local
316 int rctx; in fexit_perf_func() local
H A Dtrace_kprobe.c1577 int rctx; in kprobe_perf_func() local
1627 int rctx; in kretprobe_perf_func() local
/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg.c983 struct caam_aead_req_ctx *rctx = aead_request_ctx(req); in aead_crypt_done() local
1023 struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req); in skcipher_crypt_done() local
1312 struct caam_aead_req_ctx *rctx = aead_request_ctx(req); in aead_edesc_alloc() local
1448 struct caam_aead_req_ctx *rctx = aead_request_ctx(req); in aead_enqueue_req() local
1544 struct caam_aead_req_ctx *rctx = aead_request_ctx(req); in aead_do_one_req() local
1617 struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req); in skcipher_edesc_alloc() local
1781 struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req); in skcipher_do_one_req() local
1831 struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req); in skcipher_crypt() local
H A Dcaamalg_qi.c1438 struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req); in skcipher_crypt() local
/openbmc/linux/drivers/crypto/
H A Dsa2ul.c1405 struct sa_sha_req_ctx *rctx = ahash_request_ctx(req); in sa_sha_run() local
1542 struct sa_sha_req_ctx *rctx = ahash_request_ctx(req); in sa_sha_init() local
1558 struct sa_sha_req_ctx *rctx = ahash_request_ctx(req); in sa_sha_update() local
1573 struct sa_sha_req_ctx *rctx = ahash_request_ctx(req); in sa_sha_final() local
1587 struct sa_sha_req_ctx *rctx = ahash_request_ctx(req); in sa_sha_finup() local
1603 struct sa_sha_req_ctx *rctx = ahash_request_ctx(req); in sa_sha_import() local
1616 struct sa_sha_req_ctx *rctx = ahash_request_ctx(req); in sa_sha_export() local
H A Domap-sham.c725 struct omap_sham_reqctx *rctx) in omap_sham_align_sgs()
845 struct omap_sham_reqctx *rctx = ahash_request_ctx(req); in omap_sham_prepare_request() local
1404 struct omap_sham_reqctx *rctx = ahash_request_ctx(req); in omap_sham_export() local
1413 struct omap_sham_reqctx *rctx = ahash_request_ctx(req); in omap_sham_import() local
H A Domap-des.c525 struct omap_des_reqctx *rctx; in omap_des_prepare_req() local
623 struct omap_des_reqctx *rctx = skcipher_request_ctx(req); in omap_des_crypt() local
H A Dhifn_795x.c1113 struct hifn_context *ctx, struct hifn_request_context *rctx, in hifn_setup_cmd_desc()
1321 struct hifn_context *ctx, struct hifn_request_context *rctx, in hifn_setup_dma()
1527 struct hifn_request_context *rctx = skcipher_request_ctx(req); in hifn_setup_session() local
1668 struct hifn_request_context *rctx = skcipher_request_ctx(req); in hifn_process_ready() local
2004 struct hifn_request_context *rctx = skcipher_request_ctx(req); in hifn_setup_crypto_req() local
/openbmc/linux/kernel/events/
H A Dinternal.h214 unsigned char rctx = interrupt_context_level(); in DEFINE_OUTPUT_COPY() local
225 static inline void put_recursion_context(int *recursion, int rctx) in put_recursion_context()
H A Dcore.c6829 int rctx; in perf_pending_irq() local
6855 int rctx; in perf_pending_task() local
9895 void perf_swevent_put_recursion_context(int rctx) in perf_swevent_put_recursion_context()
9915 int rctx; in __perf_sw_event() local
10200 void perf_trace_run_bpf_submit(void *raw_data, int size, int rctx, in perf_trace_run_bpf_submit()
10261 struct pt_regs *regs, struct hlist_head *head, int rctx, in perf_tp_event()
/openbmc/linux/crypto/
H A Dessiv.c172 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_done() local
187 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_crypt() local
H A Dctr.c196 struct crypto_rfc3686_req_ctx *rctx = in crypto_rfc3686_crypt() local
H A Dgcm.c722 struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4106_crypt() local
930 struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4543_crypt() local
H A Dccm.c605 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt() local
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-galois.c80 struct ccp_aes_req_ctx *rctx = aead_request_ctx_dma(req); in ccp_aes_gcm_crypt() local
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c67 int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, in sun8i_ss_run_task()
/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-core.c121 int sl3516_ce_run_task(struct sl3516_ce_dev *ce, struct sl3516_ce_cipher_req_ctx *rctx, in sl3516_ce_run_task()
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c444 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_ccm() local
591 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_gcm() local
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c851 struct stm32_cryp_reqctx *rctx = skcipher_request_ctx(req); in stm32_cryp_crypt() local
865 struct stm32_cryp_reqctx *rctx = aead_request_ctx(req); in stm32_cryp_aead_crypt() local
1158 struct stm32_cryp_reqctx *rctx; in stm32_cryp_prepare_req() local
/openbmc/linux/kernel/bpf/
H A Dstackmap.c181 int rctx; in get_callchain_entry_for_task() local
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw.h476 #define rx_wqe(rctx) (&(rctx)->wqe_active) argument
477 #define rx_mem(rctx) ((rctx)->wqe_active.mem[0]) argument
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-cryp.h155 struct starfive_cryp_request_ctx *rctx; member

1234