Home
last modified time | relevance | path

Searched defs:rctx (Results 1 – 39 of 39) sorted by relevance

/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c323 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_cbc_aes_encrypt() local
334 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_cbc_aes_decrypt() local
346 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_ecb_aes_encrypt() local
357 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_ecb_aes_decrypt() local
369 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_cbc_des_encrypt() local
380 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_cbc_des_decrypt() local
392 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_ecb_des_encrypt() local
403 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_ecb_des_decrypt() local
415 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_cbc_des3_encrypt() local
426 struct sun4i_cipher_req_ctx *rctx = ablkcipher_request_ctx(areq); in sun4i_ss_cbc_des3_decrypt() local
[all …]
/linux-4.4.14/crypto/
Dchacha20poly1305.c99 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_verify_tag() local
112 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_copy_tag() local
128 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chacha_decrypt() local
158 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail_continue() local
175 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail() local
208 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipherpad() local
238 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipher() local
269 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_adpad() local
299 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_ad() local
323 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_setkey() local
[all …]
Dmcryptd.c101 struct mcryptd_hash_request_ctx *rctx) in mcryptd_enqueue_request()
322 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_enqueue() local
340 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_init() local
367 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_update() local
393 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_final() local
419 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_finup() local
448 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_digest() local
478 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_export() local
485 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_import() local
676 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_shash_desc() local
Dcryptd.c208 struct cryptd_blkcipher_request_ctx *rctx; in cryptd_blkcipher_crypt() local
251 struct cryptd_blkcipher_request_ctx *rctx = ablkcipher_request_ctx(req); in cryptd_blkcipher_enqueue() local
448 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_enqueue() local
464 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_init() local
491 struct cryptd_hash_request_ctx *rctx; in cryptd_hash_update() local
516 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_final() local
539 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_finup() local
564 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_digest() local
590 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_export() local
597 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_import() local
[all …]
Drmd128.c222 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_init() local
239 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_update() local
274 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_final() local
Drmd256.c237 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_init() local
258 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_update() local
293 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_final() local
Drmd320.c284 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_init() local
307 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_update() local
342 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_final() local
Drmd160.c265 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_init() local
283 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_update() local
318 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_final() local
Dctr.c284 struct crypto_rfc3686_req_ctx *rctx = in crypto_rfc3686_crypt() local
Dgcm.c825 struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4106_crypt() local
1053 struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4543_crypt() local
Dccm.c707 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt() local
/linux-4.4.14/drivers/crypto/qce/
Dsha.c42 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_done() local
79 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_async_req_handle() local
129 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_init() local
145 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_export() local
176 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_import_common() local
209 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_import() local
232 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_update() local
307 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_final() local
330 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_digest() local
Dablkcipher.c29 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_done() local
63 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_async_req_handle() local
198 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_crypt() local
Dcommon.c235 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_setup_regs_ahash() local
319 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_setup_regs_ablkcipher() local
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c93 static void req_ctx_init(struct mcryptd_hash_request_ctx *rctx, in req_ctx_init()
363 static int sha1_mb_set_results(struct mcryptd_hash_request_ctx *rctx) in sha1_mb_set_results()
380 struct mcryptd_hash_request_ctx *rctx = *ret_rctx; in sha_finish_walk() local
422 static int sha_complete_job(struct mcryptd_hash_request_ctx *rctx, in sha_complete_job()
469 static void sha1_mb_add_list(struct mcryptd_hash_request_ctx *rctx, in sha1_mb_add_list()
491 struct mcryptd_hash_request_ctx *rctx = in sha1_mb_update() local
550 struct mcryptd_hash_request_ctx *rctx = in sha1_mb_finup() local
610 struct mcryptd_hash_request_ctx *rctx = in sha1_mb_final() local
820 struct mcryptd_hash_request_ctx *rctx; in sha1_mb_flusher() local
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c31 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_aes_cmac_complete() local
63 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_do_cmac_update() local
188 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_aes_cmac_init() local
225 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_aes_cmac_export() local
244 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_aes_cmac_import() local
Dccp-crypto-sha.c30 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_sha_complete() local
62 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_do_sha_update() local
164 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_sha_init() local
212 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_sha_export() local
233 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_sha_import() local
Dccp-crypto-aes.c29 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_complete() local
73 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_crypt() local
147 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_rfc3686_complete() local
172 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_rfc3686_crypt() local
Dccp-crypto-aes-xts.c87 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_xts_complete() local
123 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_xts_crypt() local
/linux-4.4.14/drivers/crypto/nx/
Dnx-aes-gcm.c325 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_crypt() local
433 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_encrypt() local
443 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_decrypt() local
455 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_encrypt() local
472 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_decrypt() local
Dnx-aes-ccm.c495 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_encrypt() local
525 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_decrypt() local
/linux-4.4.14/kernel/events/
Dcallchain.c135 static struct perf_callchain_entry *get_callchain_entry(int *rctx) in get_callchain_entry()
154 put_callchain_entry(int rctx) in put_callchain_entry()
162 int rctx; in perf_callchain() local
Dinternal.h190 int rctx; in get_recursion_context() local
210 static inline void put_recursion_context(int *recursion, int rctx) in put_recursion_context()
Dcore.c4984 int rctx; in perf_pending_event() local
6687 inline void perf_swevent_put_recursion_context(int rctx) in perf_swevent_put_recursion_context()
6707 int rctx; in __perf_sw_event() local
6951 struct pt_regs *regs, struct hlist_head *head, int rctx, in perf_tp_event()
/linux-4.4.14/drivers/crypto/
Dsahara.c555 struct sahara_aes_reqctx *rctx; in sahara_aes_process() local
640 struct sahara_aes_reqctx *rctx = ablkcipher_request_ctx(req); in sahara_aes_crypt() local
763 struct sahara_sha_reqctx *rctx) in sahara_sha_init_hdr()
786 struct sahara_sha_reqctx *rctx, in sahara_sha_hw_links_create()
822 struct sahara_sha_reqctx *rctx, in sahara_sha_hw_data_descriptor_create()
875 struct sahara_sha_reqctx *rctx, in sahara_sha_hw_context_descriptor_create()
914 struct sahara_sha_reqctx *rctx = ahash_request_ctx(req); in sahara_sha_prepare_request() local
988 struct sahara_sha_reqctx *rctx = ahash_request_ctx(req); in sahara_sha_process() local
1080 struct sahara_sha_reqctx *rctx = ahash_request_ctx(req); in sahara_sha_enqueue() local
1108 struct sahara_sha_reqctx *rctx = ahash_request_ctx(req); in sahara_sha_init() local
[all …]
Dmxs-dcp.c201 struct dcp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in mxs_dcp_run_aes() local
255 struct dcp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in mxs_dcp_aes_block_crypt() local
400 struct dcp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in mxs_dcp_aes_enqueue() local
516 struct dcp_sha_req_ctx *rctx = ahash_request_ctx(req); in mxs_dcp_run_sha() local
566 struct dcp_sha_req_ctx *rctx = ahash_request_ctx(req); in dcp_sha_req_to_buf() local
643 struct dcp_sha_req_ctx *rctx; in dcp_chan_thread_sha() local
707 struct dcp_sha_req_ctx *rctx = ahash_request_ctx(req); in dcp_sha_update_fx() local
Dn2_core.c305 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_init() local
317 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_update() local
331 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_final() local
344 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_finup() local
523 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_do_async_digest() local
598 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_digest() local
616 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hmac_async_digest() local
624 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hmac_async_digest() local
875 struct n2_request_context *rctx = ablkcipher_request_ctx(req); in n2_compute_chunks() local
956 struct n2_request_context *rctx = ablkcipher_request_ctx(req); in n2_chunk_complete() local
[all …]
Dimg-hash.c484 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_init() local
547 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_update() local
562 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_final() local
576 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_finup() local
Dhifn_795x.c1164 struct hifn_context *ctx, struct hifn_request_context *rctx, in hifn_setup_cmd_desc()
1369 struct hifn_context *ctx, struct hifn_request_context *rctx, in hifn_setup_dma()
1576 struct hifn_request_context *rctx = ablkcipher_request_ctx(req); in hifn_setup_session() local
1648 struct hifn_request_context rctx; in hifn_test() local
1770 struct hifn_request_context *rctx = ablkcipher_request_ctx(req); in hifn_process_ready() local
2099 struct hifn_request_context *rctx = ablkcipher_request_ctx(req); in hifn_setup_crypto_req() local
Datmel-aes.c567 struct atmel_aes_reqctx *rctx; in atmel_aes_handle_queue() local
710 struct atmel_aes_reqctx *rctx = ablkcipher_request_ctx(req); in atmel_aes_crypt() local
Datmel-tdes.c593 struct atmel_tdes_reqctx *rctx; in atmel_tdes_handle_queue() local
675 struct atmel_tdes_reqctx *rctx = ablkcipher_request_ctx(req); in atmel_tdes_crypt() local
Domap-des.c594 struct omap_des_reqctx *rctx; in omap_des_handle_queue() local
704 struct omap_des_reqctx *rctx = ablkcipher_request_ctx(req); in omap_des_crypt() local
Domap-aes.c613 struct omap_aes_reqctx *rctx; in omap_aes_handle_queue() local
725 struct omap_aes_reqctx *rctx = ablkcipher_request_ctx(req); in omap_aes_crypt() local
/linux-4.4.14/kernel/trace/
Dtrace_syscalls.c555 int rctx; in perf_syscall_enter() local
629 int rctx; in perf_syscall_exit() local
Dtrace_event_perf.c308 int rctx; in perf_ftrace_function_call() local
Dtrace_kprobe.c1130 int rctx; in kprobe_perf_func() local
1165 int rctx; in kretprobe_perf_func() local
Dtrace_uprobe.c1117 int rctx; in __uprobe_perf_func() local
/linux-4.4.14/include/linux/
Dtrace_events.h621 perf_trace_buf_submit(void *raw_data, int size, int rctx, u64 addr, in perf_trace_buf_submit()
Dperf_event.h1105 static inline void perf_swevent_put_recursion_context(int rctx) { } in perf_swevent_put_recursion_context()