Home
last modified time | relevance | path

Searched refs:ablkcipher_request_ctx (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/crypto/
Dablk_helper.c76 ablkcipher_request_ctx(req); in ablk_encrypt()
95 ablkcipher_request_ctx(req); in ablk_decrypt()
Dcryptd.c212 rctx = ablkcipher_request_ctx(req); in cryptd_blkcipher_crypt()
252 struct cryptd_blkcipher_request_ctx *rctx = ablkcipher_request_ctx(req); in cryptd_blkcipher_enqueue()
Dctr.c285 (void *)PTR_ALIGN((u8 *)ablkcipher_request_ctx(req), align + 1); in crypto_rfc3686_crypt()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes.c29 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_complete()
73 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_crypt()
147 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_rfc3686_complete()
172 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_rfc3686_crypt()
Dccp-crypto-aes-xts.c87 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_xts_complete()
123 struct ccp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in ccp_aes_xts_crypt()
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c29 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_done()
65 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_async_req_handle()
208 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_crypt()
Dcommon.c319 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_setup_regs_ablkcipher()
/linux-4.1.27/include/crypto/internal/
Dskcipher.h90 return ablkcipher_request_ctx(&req->creq); in skcipher_givcrypt_reqctx()
/linux-4.1.27/drivers/crypto/
Dmv_cesa.c257 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); in mv_process_current_q()
311 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); in mv_crypto_algo_completion()
655 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); in mv_enc_aes_ecb()
666 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); in mv_dec_aes_ecb()
677 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); in mv_enc_aes_cbc()
688 struct mv_req_ctx *req_ctx = ablkcipher_request_ctx(req); in mv_dec_aes_cbc()
Dmxs-dcp.c201 struct dcp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in mxs_dcp_run_aes()
255 struct dcp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in mxs_dcp_aes_block_crypt()
400 struct dcp_aes_req_ctx *rctx = ablkcipher_request_ctx(req); in mxs_dcp_aes_enqueue()
Ds5p-sss.c504 reqctx = ablkcipher_request_ctx(dev->req); in s5p_tasklet_cb()
535 struct s5p_aes_reqctx *reqctx = ablkcipher_request_ctx(req); in s5p_aes_crypt()
Dn2_core.c875 struct n2_request_context *rctx = ablkcipher_request_ctx(req); in n2_compute_chunks()
956 struct n2_request_context *rctx = ablkcipher_request_ctx(req); in n2_chunk_complete()
973 struct n2_request_context *rctx = ablkcipher_request_ctx(req); in n2_do_ecb()
1025 struct n2_request_context *rctx = ablkcipher_request_ctx(req); in n2_do_chaining()
Domap-des.c639 rctx = ablkcipher_request_ctx(req); in omap_des_handle_queue()
704 struct omap_des_reqctx *rctx = ablkcipher_request_ctx(req); in omap_des_crypt()
Domap-aes.c657 rctx = ablkcipher_request_ctx(req); in omap_aes_handle_queue()
722 struct omap_aes_reqctx *rctx = ablkcipher_request_ctx(req); in omap_aes_crypt()
Datmel-tdes.c626 rctx = ablkcipher_request_ctx(req); in atmel_tdes_handle_queue()
675 struct atmel_tdes_reqctx *rctx = ablkcipher_request_ctx(req); in atmel_tdes_crypt()
Datmel-aes.c600 rctx = ablkcipher_request_ctx(req); in atmel_aes_handle_queue()
710 struct atmel_aes_reqctx *rctx = ablkcipher_request_ctx(req); in atmel_aes_crypt()
Dsahara.c595 rctx = ablkcipher_request_ctx(req); in sahara_aes_process()
666 struct sahara_aes_reqctx *rctx = ablkcipher_request_ctx(req); in sahara_aes_crypt()
Dixp4xx_crypto.c376 struct ablk_ctx *req_ctx = ablkcipher_request_ctx(req); in one_packet()
875 struct ablk_ctx *req_ctx = ablkcipher_request_ctx(req); in ablk_perform()
Dhifn_795x.c1578 struct hifn_request_context *rctx = ablkcipher_request_ctx(req); in hifn_setup_session()
1772 struct hifn_request_context *rctx = ablkcipher_request_ctx(req); in hifn_process_ready()
2101 struct hifn_request_context *rctx = ablkcipher_request_ctx(req); in hifn_setup_crypto_req()
Dpicoxcell_crypto.c1005 struct spacc_req *dev_req = ablkcipher_request_ctx(req); in spacc_ablk_setup()
/linux-4.1.27/include/crypto/
Dalgapi.h355 static inline void *ablkcipher_request_ctx(struct ablkcipher_request *req) in ablkcipher_request_ctx() function
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c1016 struct qat_crypto_request *qat_req = ablkcipher_request_ctx(req); in qat_alg_ablkcipher_encrypt()
1054 struct qat_crypto_request *qat_req = ablkcipher_request_ctx(req); in qat_alg_ablkcipher_decrypt()