Home
last modified time | relevance | path

Searched refs:crypto_async_request (Results 1 – 25 of 52) sorted by relevance

123

/linux/drivers/crypto/marvell/cesa/
H A Dcesa.h458 struct crypto_async_request *req;
482 int (*process)(struct crypto_async_request *req, u32 status);
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,
[all …]
H A Dtdma.c123 struct crypto_async_request *req = NULL; in mv_cesa_tdma_process()
136 struct crypto_async_request *backlog = NULL; in mv_cesa_tdma_process()
H A Dhash.c330 static void mv_cesa_ahash_step(struct crypto_async_request *req) in mv_cesa_ahash_step()
341 static int mv_cesa_ahash_process(struct crypto_async_request *req, u32 status) in mv_cesa_ahash_process()
352 static void mv_cesa_ahash_complete(struct crypto_async_request *req) in mv_cesa_ahash_complete()
402 static void mv_cesa_ahash_prepare(struct crypto_async_request *req, in mv_cesa_ahash_prepare()
416 static void mv_cesa_ahash_req_cleanup(struct crypto_async_request *req) in mv_cesa_ahash_req_cleanup()
/linux/include/crypto/
H A Dalgapi.h170 struct crypto_async_request *request);
172 struct crypto_async_request *request);
173 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue);
221 static inline struct crypto_async_request *crypto_get_backlog( in crypto_get_backlog()
225 container_of(queue->backlog, struct crypto_async_request, list); in crypto_get_backlog()
263 static inline void crypto_request_complete(struct crypto_async_request *req, in crypto_request_complete()
H A Dacompress.h31 struct crypto_async_request base;
H A Dkpp.h32 struct crypto_async_request base;
/linux/drivers/crypto/inside-secure/
H A Dsafexcel.h705 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,
921 struct crypto_async_request *req);
922 inline struct crypto_async_request *
/linux/drivers/crypto/ccp/
H A Dccp-crypto-main.c74 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()
H A Dccp-crypto.h263 int (*complete)(struct crypto_async_request *req, int ret);
273 int ccp_crypto_enqueue_request(struct crypto_async_request *req,
H A Dccp-crypto-rsa.c23 struct crypto_async_request *req) in akcipher_request_cast()
44 static int ccp_rsa_complete(struct crypto_async_request *async_req, int ret) in ccp_rsa_complete()
H A Dccp-crypto-aes.c22 static int ccp_aes_complete(struct crypto_async_request *async_req, int ret) in ccp_aes_complete()
132 static int ccp_aes_rfc3686_complete(struct crypto_async_request *async_req, in ccp_aes_rfc3686_complete()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h143 struct crypto_async_request *areq; /* Async request callback arg */
160 struct crypto_async_request *areq; /* Async request callback arg */
/linux/Documentation/crypto/
H A Dcrypto_engine.rst23 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/drivers/crypto/amcc/
H A Dcrypto4xx_core.h71 struct crypto_async_request *async_req; /* base crypto request
152 int crypto4xx_build_pd(struct crypto_async_request *req,
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs_send.h17 struct crypto_async_request *base;
H A Dqat_bl.h63 static inline gfp_t qat_algs_alloc_flags(struct crypto_async_request *req) in qat_algs_alloc_flags()
/linux/drivers/crypto/ccree/
H A Dcc_request_mgr.h29 struct crypto_async_request *req);
/linux/include/crypto/internal/
H A Dengine.h71 struct crypto_async_request *cur_req;
H A Daead.h94 struct crypto_async_request *req) in aead_request_cast()
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h283 struct crypto_async_request *req_base;
284 void (*cb)(struct sec_bd_info *resp, struct crypto_async_request *req);
/linux/drivers/crypto/qce/
H A Dcommon.c147 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()
H A Dcommon.h102 int qce_start(struct crypto_async_request *async_req, u32 type);
/linux/drivers/crypto/chelsio/
H A Dchcr_core.c151 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()
H A Dchcr_core.h136 int chcr_handle_resp(struct crypto_async_request *req, unsigned char *input,
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c29 struct crypto_async_request *req = (struct crypto_async_request *)arg; in cvm_callback()

123