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

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

Completed in 318 milliseconds