/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-aes-ccm.c | 480 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 D | trace_event_perf.c | 401 int rctx; in perf_trace_buf_alloc() local 442 int rctx; in perf_ftrace_function_call() local
|
H A D | trace_syscalls.c | 594 int rctx; in perf_syscall_enter() local 694 int rctx; in perf_syscall_exit() local
|
H A D | trace_fprobe.c | 283 int rctx; in fentry_perf_func() local 316 int rctx; in fexit_perf_func() local
|
H A D | trace_kprobe.c | 1577 int rctx; in kprobe_perf_func() local 1627 int rctx; in kretprobe_perf_func() local
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 983 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 D | caamalg_qi.c | 1438 struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req); in skcipher_crypt() local
|
/openbmc/linux/drivers/crypto/ |
H A D | sa2ul.c | 1405 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 D | omap-sham.c | 725 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 D | omap-des.c | 525 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 D | hifn_795x.c | 1113 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 D | internal.h | 214 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 D | core.c | 6829 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 D | essiv.c | 172 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 D | ctr.c | 196 struct crypto_rfc3686_req_ctx *rctx = in crypto_rfc3686_crypt() local
|
H A D | gcm.c | 722 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 D | ccm.c | 605 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt() local
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-galois.c | 80 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 D | sun8i-ss-core.c | 67 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 D | sl3516-ce-core.c | 121 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 D | crypto4xx_alg.c | 444 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 D | stm32-cryp.c | 851 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 D | stackmap.c | 181 int rctx; in get_callchain_entry_for_task() local
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw.h | 476 #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 D | jh7110-cryp.h | 155 struct starfive_cryp_request_ctx *rctx; member
|