/linux-6.3-rc2/drivers/crypto/marvell/cesa/ |
A D | cesa.h | 458 struct crypto_async_request *req; 483 void (*step)(struct crypto_async_request *req); 484 void (*cleanup)(struct crypto_async_request *req); 485 void (*complete)(struct crypto_async_request *req); 632 struct crypto_async_request *req) in mv_cesa_engine_enqueue_complete_request() 637 static inline struct crypto_async_request * 640 struct crypto_async_request *req; in mv_cesa_engine_dequeue_complete_request() 643 struct crypto_async_request, in mv_cesa_engine_dequeue_complete_request() 730 int mv_cesa_queue_req(struct crypto_async_request *req, 733 struct crypto_async_request * [all …]
|
A D | cesa.c | 37 struct crypto_async_request * 39 struct crypto_async_request **backlog) in mv_cesa_dequeue_req_locked() 41 struct crypto_async_request *req; in mv_cesa_dequeue_req_locked() 54 struct crypto_async_request *req = NULL, *backlog = NULL; in mv_cesa_rearm_engine() 77 struct crypto_async_request *req; in mv_cesa_std_process() 104 mv_cesa_complete_req(struct mv_cesa_ctx *ctx, struct crypto_async_request *req, in mv_cesa_complete_req() 116 struct crypto_async_request *req; in mv_cesa_int() 169 int mv_cesa_queue_req(struct crypto_async_request *req, in mv_cesa_queue_req()
|
A D | cipher.c | 142 static int mv_cesa_skcipher_process(struct crypto_async_request *req, in mv_cesa_skcipher_process() 155 static void mv_cesa_skcipher_step(struct crypto_async_request *req) in mv_cesa_skcipher_step() 185 static inline void mv_cesa_skcipher_prepare(struct crypto_async_request *req, in mv_cesa_skcipher_prepare() 200 mv_cesa_skcipher_req_cleanup(struct crypto_async_request *req) in mv_cesa_skcipher_req_cleanup() 208 mv_cesa_skcipher_complete(struct crypto_async_request *req) in mv_cesa_skcipher_complete()
|
/linux-6.3-rc2/drivers/crypto/qce/ |
A D | core.h | 33 struct crypto_async_request *req; 42 struct crypto_async_request *req); 57 int (*async_req_handle)(struct crypto_async_request *async_req);
|
A D | core.c | 63 static int qce_handle_request(struct crypto_async_request *async_req) in qce_handle_request() 81 struct crypto_async_request *req) in qce_handle_queue() 83 struct crypto_async_request *async_req, *backlog; in qce_handle_queue() 126 struct crypto_async_request *req; in qce_tasklet_req_done() 141 struct crypto_async_request *req) in qce_async_request_enqueue()
|
A D | common.c | 147 static int qce_setup_regs_ahash(struct crypto_async_request *async_req) in qce_setup_regs_ahash() 314 static int qce_setup_regs_skcipher(struct crypto_async_request *async_req) in qce_setup_regs_skcipher() 420 static int qce_setup_regs_aead(struct crypto_async_request *async_req) in qce_setup_regs_aead() 544 int qce_start(struct crypto_async_request *async_req, u32 type) in qce_start()
|
/linux-6.3-rc2/include/crypto/ |
A D | algapi.h | 149 struct crypto_async_request *request); 151 struct crypto_async_request *request); 152 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue); 246 static inline struct crypto_async_request *crypto_get_backlog( in crypto_get_backlog() 250 container_of(queue->backlog, struct crypto_async_request, list); in crypto_get_backlog() 305 static inline void crypto_request_complete(struct crypto_async_request *req, in crypto_request_complete()
|
A D | skcipher.h | 36 struct crypto_async_request base; 481 struct crypto_async_request *req) in skcipher_request_cast()
|
/linux-6.3-rc2/crypto/ |
A D | crypto_engine.c | 26 struct crypto_async_request *req, int err) in crypto_finalize_request() 74 struct crypto_async_request *async_req, *backlog; in crypto_pump_requests() 259 struct crypto_async_request *req, in crypto_transfer_request() 288 struct crypto_async_request *req) in crypto_transfer_request_to_engine()
|
/linux-6.3-rc2/drivers/crypto/inside-secure/ |
A D | safexcel.h | 705 struct crypto_async_request **rdr_req; 720 struct crypto_async_request *req; 721 struct crypto_async_request *backlog; 838 int (*send)(struct crypto_async_request *req, int ring, 841 struct crypto_async_request *req, bool *complete, 891 int safexcel_invalidate_cache(struct crypto_async_request *async, 922 struct crypto_async_request *req); 923 inline struct crypto_async_request *
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cpt_reqmgr.h | 79 struct crypto_async_request *areq; /* Async request callback arg */ 119 struct crypto_async_request *areq; /* Async request callback arg */
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | qat_algs_send.h | 17 struct crypto_async_request *base;
|
A D | qat_bl.h | 58 static inline gfp_t qat_algs_alloc_flags(struct crypto_async_request *req) in qat_algs_alloc_flags()
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/ |
A D | otx_cptvf_reqmgr.h | 143 struct crypto_async_request *areq; /* Async request callback arg */ 160 struct crypto_async_request *areq; /* Async request callback arg */
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | crypto_engine.rst | 23 crypto_async_request. It cannot know the underlying request type and thus only 55 Note that these functions access the crypto_async_request structure
|
/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | ccp-crypto-main.c | 74 struct crypto_async_request *req; 141 struct crypto_async_request *req = crypto_cmd->req; in ccp_crypto_complete() 267 int ccp_crypto_enqueue_request(struct crypto_async_request *req, in ccp_crypto_enqueue_request()
|
A D | ccp-crypto.h | 263 int (*complete)(struct crypto_async_request *req, int ret); 273 int ccp_crypto_enqueue_request(struct crypto_async_request *req,
|
/linux-6.3-rc2/drivers/crypto/ccree/ |
A D | cc_request_mgr.h | 29 struct crypto_async_request *req);
|
/linux-6.3-rc2/drivers/crypto/axis/ |
A D | artpec6_crypto.c | 285 struct crypto_async_request *req; 286 void (*complete)(struct crypto_async_request *req); 365 artpec6_crypto_complete_crypto(struct crypto_async_request *req); 367 artpec6_crypto_complete_cbc_encrypt(struct crypto_async_request *req); 369 artpec6_crypto_complete_cbc_decrypt(struct crypto_async_request *req); 371 artpec6_crypto_complete_aead(struct crypto_async_request *req); 373 artpec6_crypto_complete_hash(struct crypto_async_request *req); 1040 struct crypto_async_request *parent, in artpec6_crypto_common_init() 1041 void (*complete)(struct crypto_async_request *req), in artpec6_crypto_common_init() 1091 void (*complete)(struct crypto_async_request *req); in artpec6_crypto_encrypt() [all …]
|
/linux-6.3-rc2/drivers/crypto/hisilicon/sec/ |
A D | sec_drv.h | 283 struct crypto_async_request *req_base; 284 void (*cb)(struct sec_bd_info *resp, struct crypto_async_request *req);
|
/linux-6.3-rc2/drivers/crypto/amcc/ |
A D | crypto4xx_core.h | 71 struct crypto_async_request *async_req; /* base crypto request 153 int crypto4xx_build_pd(struct crypto_async_request *req,
|
/linux-6.3-rc2/drivers/crypto/ |
A D | mxs-dcp.c | 293 static int mxs_dcp_aes_block_crypt(struct crypto_async_request *arq) in mxs_dcp_aes_block_crypt() 395 struct crypto_async_request *backlog; in dcp_chan_thread_aes() 396 struct crypto_async_request *arq; in dcp_chan_thread_aes() 451 struct crypto_async_request *arq = &req->base; in mxs_dcp_aes_enqueue() 615 static int dcp_sha_req_to_buf(struct crypto_async_request *arq) in dcp_sha_req_to_buf() 692 struct crypto_async_request *backlog; in dcp_chan_thread_sha() 693 struct crypto_async_request *arq; in dcp_chan_thread_sha()
|
/linux-6.3-rc2/drivers/crypto/amlogic/ |
A D | amlogic-gxl.h | 155 int meson_enqueue(struct crypto_async_request *areq, u32 type);
|
/linux-6.3-rc2/drivers/crypto/chelsio/ |
A D | chcr_core.h | 137 int chcr_handle_resp(struct crypto_async_request *req, unsigned char *input,
|
A D | chcr_core.c | 151 struct crypto_async_request *req; in cpl_fw6_pld_handler() 157 req = (struct crypto_async_request *)(uintptr_t)be64_to_cpu( in cpl_fw6_pld_handler()
|