Home
last modified time | relevance | path

Searched refs:ablkcipher_request (Results 1 – 56 of 56) sorted by relevance

/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss.h180 int sun4i_ss_cbc_aes_encrypt(struct ablkcipher_request *areq);
181 int sun4i_ss_cbc_aes_decrypt(struct ablkcipher_request *areq);
182 int sun4i_ss_ecb_aes_encrypt(struct ablkcipher_request *areq);
183 int sun4i_ss_ecb_aes_decrypt(struct ablkcipher_request *areq);
185 int sun4i_ss_cbc_des_encrypt(struct ablkcipher_request *areq);
186 int sun4i_ss_cbc_des_decrypt(struct ablkcipher_request *areq);
187 int sun4i_ss_ecb_des_encrypt(struct ablkcipher_request *areq);
188 int sun4i_ss_ecb_des_decrypt(struct ablkcipher_request *areq);
190 int sun4i_ss_cbc_des3_encrypt(struct ablkcipher_request *areq);
191 int sun4i_ss_cbc_des3_decrypt(struct ablkcipher_request *areq);
[all …]
Dsun4i-ss-cipher.c19 static int sun4i_ss_opti_poll(struct ablkcipher_request *areq) in sun4i_ss_opti_poll()
126 static int sun4i_ss_cipher_poll(struct ablkcipher_request *areq) in sun4i_ss_cipher_poll()
319 int sun4i_ss_cbc_aes_encrypt(struct ablkcipher_request *areq) in sun4i_ss_cbc_aes_encrypt()
330 int sun4i_ss_cbc_aes_decrypt(struct ablkcipher_request *areq) in sun4i_ss_cbc_aes_decrypt()
342 int sun4i_ss_ecb_aes_encrypt(struct ablkcipher_request *areq) in sun4i_ss_ecb_aes_encrypt()
353 int sun4i_ss_ecb_aes_decrypt(struct ablkcipher_request *areq) in sun4i_ss_ecb_aes_decrypt()
365 int sun4i_ss_cbc_des_encrypt(struct ablkcipher_request *areq) in sun4i_ss_cbc_des_encrypt()
376 int sun4i_ss_cbc_des_decrypt(struct ablkcipher_request *areq) in sun4i_ss_cbc_des_decrypt()
388 int sun4i_ss_ecb_des_encrypt(struct ablkcipher_request *areq) in sun4i_ss_ecb_des_encrypt()
399 int sun4i_ss_ecb_des_decrypt(struct ablkcipher_request *areq) in sun4i_ss_ecb_des_decrypt()
[all …]
/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c43 struct ablkcipher_request *req) in mv_cesa_ablkcipher_req_iter_init()
60 mv_cesa_ablkcipher_dma_cleanup(struct ablkcipher_request *req) in mv_cesa_ablkcipher_dma_cleanup()
76 static inline void mv_cesa_ablkcipher_cleanup(struct ablkcipher_request *req) in mv_cesa_ablkcipher_cleanup()
84 static void mv_cesa_ablkcipher_std_step(struct ablkcipher_request *req) in mv_cesa_ablkcipher_std_step()
112 static int mv_cesa_ablkcipher_std_process(struct ablkcipher_request *req, in mv_cesa_ablkcipher_std_process()
134 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_process()
157 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_step()
167 mv_cesa_ablkcipher_dma_prepare(struct ablkcipher_request *req) in mv_cesa_ablkcipher_dma_prepare()
176 mv_cesa_ablkcipher_std_prepare(struct ablkcipher_request *req) in mv_cesa_ablkcipher_std_prepare()
191 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_prepare()
[all …]
/linux-4.4.14/crypto/
Dablk_helper.c54 int __ablk_encrypt(struct ablkcipher_request *req) in __ablk_encrypt()
69 int ablk_encrypt(struct ablkcipher_request *req) in ablk_encrypt()
75 struct ablkcipher_request *cryptd_req = in ablk_encrypt()
88 int ablk_decrypt(struct ablkcipher_request *req) in ablk_decrypt()
94 struct ablkcipher_request *cryptd_req = in ablk_decrypt()
133 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request) + in ablk_init_common()
Dchainiv.c52 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in chainiv_givencrypt()
88 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request); in chainiv_init_common()
158 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in async_chainiv_givencrypt_tail()
178 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in async_chainiv_givencrypt()
207 struct ablkcipher_request *subreq; in async_chainiv_do_postponed()
Dskcipher.c146 int (*crypt)(struct ablkcipher_request *)) in skcipher_crypt_ablkcipher() argument
150 struct ablkcipher_request *subreq = skcipher_request_ctx(req); in skcipher_crypt_ablkcipher()
213 sizeof(struct ablkcipher_request); in crypto_init_skcipher_ops_ablkcipher()
Dablkcipher.c105 static int ablkcipher_walk_next(struct ablkcipher_request *req,
108 int ablkcipher_walk_done(struct ablkcipher_request *req, in ablkcipher_walk_done()
149 static inline int ablkcipher_next_slow(struct ablkcipher_request *req, in ablkcipher_next_slow()
214 static inline int ablkcipher_next_fast(struct ablkcipher_request *req, in ablkcipher_next_fast()
225 static int ablkcipher_walk_next(struct ablkcipher_request *req, in ablkcipher_walk_next()
270 static int ablkcipher_walk_first(struct ablkcipher_request *req, in ablkcipher_walk_first()
299 int ablkcipher_walk_phys(struct ablkcipher_request *req, in ablkcipher_walk_phys()
Deseqiv.c70 struct ablkcipher_request *subreq; in eseqiv_givencrypt()
177 sizeof(struct ablkcipher_request); in eseqiv_init()
Dseqiv.c37 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in seqiv_complete2()
106 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in seqiv_givencrypt()
240 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request); in seqiv_init()
Dctr.c35 struct ablkcipher_request subreq CRYPTO_MINALIGN_ATTR;
278 static int crypto_rfc3686_crypt(struct ablkcipher_request *req) in crypto_rfc3686_crypt()
286 struct ablkcipher_request *subreq = &rctx->subreq; in crypto_rfc3686_crypt()
Dauthenc.c204 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail + in crypto_authenc_encrypt()
243 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail + in crypto_authenc_decrypt_tail()
350 sizeof(struct ablkcipher_request) + in crypto_authenc_init_tfm()
Dblkcipher.c419 static int async_encrypt(struct ablkcipher_request *req) in async_encrypt()
433 static int async_decrypt(struct ablkcipher_request *req) in async_decrypt()
588 int (*encrypt)(struct ablkcipher_request *req); in skcipher_geniv_alloc()
589 int (*decrypt)(struct ablkcipher_request *req); in skcipher_geniv_alloc()
Dgcm.c77 struct ablkcipher_request abreq;
125 struct ablkcipher_request req; in crypto_gcm_setkey()
226 struct ablkcipher_request *ablk_req = &pctx->u.abreq; in crypto_gcm_init_crypt()
497 struct ablkcipher_request *abreq = &pctx->u.abreq; in crypto_gcm_encrypt()
536 struct ablkcipher_request *abreq = &pctx->u.abreq; in gcm_dec_hash_continue()
590 max(sizeof(struct ablkcipher_request) + in crypto_gcm_init_tfm()
Dcryptd.c200 static void cryptd_blkcipher_crypt(struct ablkcipher_request *req, in cryptd_blkcipher_crypt()
248 static int cryptd_blkcipher_enqueue(struct ablkcipher_request *req, in cryptd_blkcipher_enqueue()
262 static int cryptd_blkcipher_encrypt_enqueue(struct ablkcipher_request *req) in cryptd_blkcipher_encrypt_enqueue()
267 static int cryptd_blkcipher_decrypt_enqueue(struct ablkcipher_request *req) in cryptd_blkcipher_decrypt_enqueue()
Dccm.c53 struct ablkcipher_request abreq;
350 struct ablkcipher_request *abreq = &pctx->abreq; in crypto_ccm_encrypt()
410 struct ablkcipher_request *abreq = &pctx->abreq; in crypto_ccm_decrypt()
Dauthencesn.c197 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail in crypto_authenc_esn_encrypt()
237 struct ablkcipher_request *abreq = (void *)(areq_ctx->tail in crypto_authenc_esn_decrypt_tail()
Dchacha20poly1305.c56 struct ablkcipher_request req; /* must be last member */
543 sizeof(struct ablkcipher_request) + in chachapoly_init()
Dtcrypt.c1024 static inline int do_one_acipher_op(struct ablkcipher_request *req, int ret) in do_one_acipher_op()
1037 static int test_acipher_jiffies(struct ablkcipher_request *req, int enc, in test_acipher_jiffies()
1062 static int test_acipher_cycles(struct ablkcipher_request *req, int enc, in test_acipher_cycles()
1117 struct ablkcipher_request *req; in test_acipher_speed()
/linux-4.4.14/include/crypto/
Dablk_helper.h19 extern int __ablk_encrypt(struct ablkcipher_request *req);
21 extern int ablk_encrypt(struct ablkcipher_request *req);
23 extern int ablk_decrypt(struct ablkcipher_request *req);
Dalgapi.h206 int ablkcipher_walk_done(struct ablkcipher_request *req,
208 int ablkcipher_walk_phys(struct ablkcipher_request *req,
331 struct ablkcipher_request *request) in ablkcipher_enqueue_request()
336 static inline struct ablkcipher_request *ablkcipher_dequeue_request( in ablkcipher_dequeue_request()
342 static inline void *ablkcipher_request_ctx(struct ablkcipher_request *req) in ablkcipher_request_ctx()
Dskcipher.h52 struct ablkcipher_request creq;
/linux-4.4.14/include/linux/
Dcrypto.h163 struct ablkcipher_request { struct
256 int (*encrypt)(struct ablkcipher_request *req);
257 int (*decrypt)(struct ablkcipher_request *req);
494 int (*encrypt)(struct ablkcipher_request *req);
495 int (*decrypt)(struct ablkcipher_request *req);
883 struct ablkcipher_request *req) in crypto_ablkcipher_reqtfm()
899 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt()
917 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt()
956 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
961 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast()
[all …]
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes.c27 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_complete()
70 static int ccp_aes_crypt(struct ablkcipher_request *req, bool encrypt) in ccp_aes_crypt()
117 static int ccp_aes_encrypt(struct ablkcipher_request *req) in ccp_aes_encrypt()
122 static int ccp_aes_decrypt(struct ablkcipher_request *req) in ccp_aes_decrypt()
146 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_rfc3686_complete()
169 static int ccp_aes_rfc3686_crypt(struct ablkcipher_request *req, bool encrypt) in ccp_aes_rfc3686_crypt()
192 static int ccp_aes_rfc3686_encrypt(struct ablkcipher_request *req) in ccp_aes_rfc3686_encrypt()
197 static int ccp_aes_rfc3686_decrypt(struct ablkcipher_request *req) in ccp_aes_rfc3686_decrypt()
Dccp-crypto-aes-xts.c86 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_xts_complete()
117 static int ccp_aes_xts_crypt(struct ablkcipher_request *req, in ccp_aes_xts_crypt()
182 static int ccp_aes_xts_encrypt(struct ablkcipher_request *req) in ccp_aes_xts_encrypt()
187 static int ccp_aes_xts_decrypt(struct ablkcipher_request *req) in ccp_aes_xts_decrypt()
/linux-4.4.14/drivers/crypto/
Datmel-aes.c119 struct ablkcipher_request *req;
158 static int atmel_aes_sg_length(struct ablkcipher_request *req, in atmel_aes_sg_length()
298 struct ablkcipher_request *req = dd->req; in atmel_aes_finish_req()
563 struct ablkcipher_request *req) in atmel_aes_handle_queue()
706 static int atmel_aes_crypt(struct ablkcipher_request *req, unsigned long mode) in atmel_aes_crypt()
840 static int atmel_aes_ecb_encrypt(struct ablkcipher_request *req) in atmel_aes_ecb_encrypt()
846 static int atmel_aes_ecb_decrypt(struct ablkcipher_request *req) in atmel_aes_ecb_decrypt()
852 static int atmel_aes_cbc_encrypt(struct ablkcipher_request *req) in atmel_aes_cbc_encrypt()
858 static int atmel_aes_cbc_decrypt(struct ablkcipher_request *req) in atmel_aes_cbc_decrypt()
864 static int atmel_aes_ofb_encrypt(struct ablkcipher_request *req) in atmel_aes_ofb_encrypt()
[all …]
Dhifn_795x.c1487 static int hifn_cipher_walk(struct ablkcipher_request *req, in hifn_cipher_walk()
1573 static int hifn_setup_session(struct ablkcipher_request *req) in hifn_setup_session()
1768 static void hifn_process_ready(struct ablkcipher_request *req, int error) in hifn_process_ready()
2019 struct ablkcipher_request *req; in hifn_flush()
2035 req = container_of(async_req, struct ablkcipher_request, base); in hifn_flush()
2075 static int hifn_handle_req(struct ablkcipher_request *req) in hifn_handle_req()
2095 static int hifn_setup_crypto_req(struct ablkcipher_request *req, u8 op, in hifn_setup_crypto_req()
2138 struct ablkcipher_request *req; in hifn_process_queue()
2154 req = container_of(async_req, struct ablkcipher_request, base); in hifn_process_queue()
2164 static int hifn_setup_crypto(struct ablkcipher_request *req, u8 op, in hifn_setup_crypto()
[all …]
Datmel-tdes.c112 struct ablkcipher_request *req;
579 struct ablkcipher_request *req = dd->req; in atmel_tdes_finish_req()
589 struct ablkcipher_request *req) in atmel_tdes_handle_queue()
671 static int atmel_tdes_crypt(struct ablkcipher_request *req, unsigned long mode) in atmel_tdes_crypt()
829 static int atmel_tdes_ecb_encrypt(struct ablkcipher_request *req) in atmel_tdes_ecb_encrypt()
834 static int atmel_tdes_ecb_decrypt(struct ablkcipher_request *req) in atmel_tdes_ecb_decrypt()
839 static int atmel_tdes_cbc_encrypt(struct ablkcipher_request *req) in atmel_tdes_cbc_encrypt()
844 static int atmel_tdes_cbc_decrypt(struct ablkcipher_request *req) in atmel_tdes_cbc_decrypt()
848 static int atmel_tdes_cfb_encrypt(struct ablkcipher_request *req) in atmel_tdes_cfb_encrypt()
853 static int atmel_tdes_cfb_decrypt(struct ablkcipher_request *req) in atmel_tdes_cfb_decrypt()
[all …]
Ds5p-sss.c184 struct ablkcipher_request *req;
399 struct ablkcipher_request *req = dev->req; in s5p_aes_crypt_start()
492 struct ablkcipher_request *req) in s5p_aes_handle_req()
513 static int s5p_aes_crypt(struct ablkcipher_request *req, unsigned long mode) in s5p_aes_crypt()
547 static int s5p_aes_ecb_encrypt(struct ablkcipher_request *req) in s5p_aes_ecb_encrypt()
552 static int s5p_aes_ecb_decrypt(struct ablkcipher_request *req) in s5p_aes_ecb_decrypt()
557 static int s5p_aes_cbc_encrypt(struct ablkcipher_request *req) in s5p_aes_cbc_encrypt()
562 static int s5p_aes_cbc_decrypt(struct ablkcipher_request *req) in s5p_aes_cbc_decrypt()
Dmxs-dcp.c197 struct ablkcipher_request *req, int init) in mxs_dcp_run_aes()
253 struct ablkcipher_request *req = ablkcipher_request_cast(arq); in mxs_dcp_aes_block_crypt()
375 static int mxs_dcp_block_fallback(struct ablkcipher_request *req, int enc) in mxs_dcp_block_fallback()
395 static int mxs_dcp_aes_enqueue(struct ablkcipher_request *req, int enc, int ecb) in mxs_dcp_aes_enqueue()
419 static int mxs_dcp_aes_ecb_decrypt(struct ablkcipher_request *req) in mxs_dcp_aes_ecb_decrypt()
424 static int mxs_dcp_aes_ecb_encrypt(struct ablkcipher_request *req) in mxs_dcp_aes_ecb_encrypt()
429 static int mxs_dcp_aes_cbc_decrypt(struct ablkcipher_request *req) in mxs_dcp_aes_cbc_decrypt()
434 static int mxs_dcp_aes_cbc_encrypt(struct ablkcipher_request *req) in mxs_dcp_aes_cbc_encrypt()
Domap-aes.c161 struct ablkcipher_request *req;
531 struct ablkcipher_request *req = dd->req; in omap_aes_finish_req()
609 struct ablkcipher_request *req) in omap_aes_handle_queue()
721 static int omap_aes_crypt(struct ablkcipher_request *req, unsigned long mode) in omap_aes_crypt()
760 static int omap_aes_ecb_encrypt(struct ablkcipher_request *req) in omap_aes_ecb_encrypt()
765 static int omap_aes_ecb_decrypt(struct ablkcipher_request *req) in omap_aes_ecb_decrypt()
770 static int omap_aes_cbc_encrypt(struct ablkcipher_request *req) in omap_aes_cbc_encrypt()
775 static int omap_aes_cbc_decrypt(struct ablkcipher_request *req) in omap_aes_cbc_decrypt()
780 static int omap_aes_ctr_encrypt(struct ablkcipher_request *req) in omap_aes_ctr_encrypt()
785 static int omap_aes_ctr_decrypt(struct ablkcipher_request *req) in omap_aes_ctr_decrypt()
Domap-des.c142 struct ablkcipher_request *req;
518 struct ablkcipher_request *req = dd->req; in omap_des_finish_req()
590 struct ablkcipher_request *req) in omap_des_handle_queue()
700 static int omap_des_crypt(struct ablkcipher_request *req, unsigned long mode) in omap_des_crypt()
743 static int omap_des_ecb_encrypt(struct ablkcipher_request *req) in omap_des_ecb_encrypt()
748 static int omap_des_ecb_decrypt(struct ablkcipher_request *req) in omap_des_ecb_decrypt()
753 static int omap_des_cbc_encrypt(struct ablkcipher_request *req) in omap_des_cbc_encrypt()
758 static int omap_des_cbc_decrypt(struct ablkcipher_request *req) in omap_des_cbc_decrypt()
Dmv_cesa.c260 struct ablkcipher_request *req = ablkcipher_request_cast(cpg->cur_req); in mv_process_current_q()
315 struct ablkcipher_request *req = ablkcipher_request_cast(cpg->cur_req); in mv_crypto_algo_completion()
530 static void mv_start_new_crypt_req(struct ablkcipher_request *req) in mv_start_new_crypt_req()
629 struct ablkcipher_request *req = in queue_manag()
658 static int mv_enc_aes_ecb(struct ablkcipher_request *req) in mv_enc_aes_ecb()
668 static int mv_dec_aes_ecb(struct ablkcipher_request *req) in mv_dec_aes_ecb()
680 static int mv_enc_aes_cbc(struct ablkcipher_request *req) in mv_enc_aes_cbc()
690 static int mv_dec_aes_cbc(struct ablkcipher_request *req) in mv_dec_aes_cbc()
Dsahara.c551 static int sahara_aes_process(struct ablkcipher_request *req) in sahara_aes_process()
638 static int sahara_aes_crypt(struct ablkcipher_request *req, unsigned long mode) in sahara_aes_crypt()
664 static int sahara_aes_ecb_encrypt(struct ablkcipher_request *req) in sahara_aes_ecb_encrypt()
682 static int sahara_aes_ecb_decrypt(struct ablkcipher_request *req) in sahara_aes_ecb_decrypt()
700 static int sahara_aes_cbc_encrypt(struct ablkcipher_request *req) in sahara_aes_cbc_encrypt()
718 static int sahara_aes_cbc_decrypt(struct ablkcipher_request *req) in sahara_aes_cbc_decrypt()
1061 struct ablkcipher_request *req = in sahara_queue_manage()
Dpicoxcell_crypto.c838 struct ablkcipher_request *ablk_req = in spacc_ablk_complete()
839 container_of(req->req, struct ablkcipher_request, base); in spacc_ablk_complete()
857 struct ablkcipher_request *ablk_req = ablkcipher_request_cast(req->req); in spacc_ablk_submit()
887 static int spacc_ablk_do_fallback(struct ablkcipher_request *req, in spacc_ablk_do_fallback()
911 static int spacc_ablk_setup(struct ablkcipher_request *req, unsigned alg_type, in spacc_ablk_setup()
1023 static int spacc_ablk_encrypt(struct ablkcipher_request *req) in spacc_ablk_encrypt()
1032 static int spacc_ablk_decrypt(struct ablkcipher_request *req) in spacc_ablk_decrypt()
Dixp4xx_crypto.c145 struct ablkcipher_request *ablk_req;
386 struct ablkcipher_request *req = crypt->data.ablk_req; in one_packet()
882 static int ablk_perform(struct ablkcipher_request *req, int encrypt) in ablk_perform()
955 static int ablk_encrypt(struct ablkcipher_request *req) in ablk_encrypt()
960 static int ablk_decrypt(struct ablkcipher_request *req) in ablk_decrypt()
965 static int ablk_rfc3686_crypt(struct ablkcipher_request *req) in ablk_rfc3686_crypt()
Dn2_core.c873 static int n2_compute_chunks(struct ablkcipher_request *req) in n2_compute_chunks()
954 static void n2_chunk_complete(struct ablkcipher_request *req, void *final_iv) in n2_chunk_complete()
971 static int n2_do_ecb(struct ablkcipher_request *req, bool encrypt) in n2_do_ecb()
1013 static int n2_encrypt_ecb(struct ablkcipher_request *req) in n2_encrypt_ecb()
1018 static int n2_decrypt_ecb(struct ablkcipher_request *req) in n2_decrypt_ecb()
1023 static int n2_do_chaining(struct ablkcipher_request *req, bool encrypt) in n2_do_chaining()
1103 static int n2_encrypt_chaining(struct ablkcipher_request *req) in n2_encrypt_chaining()
1108 static int n2_decrypt_chaining(struct ablkcipher_request *req) in n2_decrypt_chaining()
Dtalitos.c1426 struct ablkcipher_request *areq) in common_nonsnoop_unmap()
1443 struct ablkcipher_request *areq = context; in ablkcipher_done()
1550 struct ablkcipher_request *areq, in common_nonsnoop()
1606 static struct talitos_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request * in ablkcipher_edesc_alloc()
1618 static int ablkcipher_encrypt(struct ablkcipher_request *areq) in ablkcipher_encrypt()
1635 static int ablkcipher_decrypt(struct ablkcipher_request *areq) in ablkcipher_decrypt()
/linux-4.4.14/include/crypto/internal/
Dskcipher.h93 static inline void ablkcipher_request_complete(struct ablkcipher_request *req, in ablkcipher_request_complete()
105 static inline u32 ablkcipher_request_flags(struct ablkcipher_request *req) in ablkcipher_request_flags()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c28 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in qce_ablkcipher_done()
62 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in qce_ablkcipher_async_req_handle()
193 static int qce_ablkcipher_crypt(struct ablkcipher_request *req, int encrypt) in qce_ablkcipher_crypt()
217 static int qce_ablkcipher_encrypt(struct ablkcipher_request *req) in qce_ablkcipher_encrypt()
222 static int qce_ablkcipher_decrypt(struct ablkcipher_request *req) in qce_ablkcipher_decrypt()
Dcommon.c318 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in qce_setup_regs_ablkcipher()
/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_core.h189 extern int crypto4xx_encrypt(struct ablkcipher_request *req);
190 extern int crypto4xx_decrypt(struct ablkcipher_request *req);
Dcrypto4xx_alg.c73 int crypto4xx_encrypt(struct ablkcipher_request *req) in crypto4xx_encrypt()
87 int crypto4xx_decrypt(struct ablkcipher_request *req) in crypto4xx_decrypt()
Dcrypto4xx_core.c631 struct ablkcipher_request *ablk_req; in crypto4xx_ablkcipher_done()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_crypto.h86 struct ablkcipher_request *ablkcipher_req;
Dqat_algs.c795 struct ablkcipher_request *areq = qat_req->ablkcipher_req; in qat_ablkcipher_alg_callback()
983 static int qat_alg_ablkcipher_encrypt(struct ablkcipher_request *req) in qat_alg_ablkcipher_encrypt()
1020 static int qat_alg_ablkcipher_decrypt(struct ablkcipher_request *req) in qat_alg_ablkcipher_decrypt()
1117 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request) + in qat_alg_ablkcipher_init()
/linux-4.4.14/drivers/md/
Ddm-crypt.c47 struct ablkcipher_request *req;
819 struct ablkcipher_request *req) in dmreq_of_req()
824 static struct ablkcipher_request *req_of_dmreq(struct crypt_config *cc, in req_of_dmreq()
827 return (struct ablkcipher_request *)((char *)dmreq - cc->dmreq_start); in req_of_dmreq()
839 struct ablkcipher_request *req) in crypt_convert_block()
906 struct ablkcipher_request *req, struct bio *base_bio) in crypt_free_req()
910 if ((struct ablkcipher_request *)(io + 1) != req) in crypt_free_req()
1766 cc->dmreq_start = sizeof(struct ablkcipher_request); in crypt_ctr()
1925 io->ctx.req = (struct ablkcipher_request *)(io + 1); in crypt_map()
/linux-4.4.14/fs/f2fs/
Dcrypto_fname.c73 struct ablkcipher_request *req = NULL; in f2fs_fname_encrypt()
151 struct ablkcipher_request *req = NULL; in f2fs_fname_decrypt()
Dcrypto_key.c47 struct ablkcipher_request *req = NULL; in f2fs_derive_key_aes()
Dcrypto.c331 struct ablkcipher_request *req = NULL; in f2fs_page_crypto()
/linux-4.4.14/fs/ext4/
Dcrypto_fname.c68 struct ablkcipher_request *req = NULL; in ext4_fname_encrypt()
148 struct ablkcipher_request *req = NULL; in ext4_fname_decrypt()
Dcrypto_key.c44 struct ablkcipher_request *req = NULL; in ext4_derive_key_aes()
Dcrypto.c264 struct ablkcipher_request *req = NULL; in ext4_page_crypto()
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c1901 struct ablkcipher_request *req) in ablkcipher_unmap()
1965 struct ablkcipher_request *req = context; in ablkcipher_encrypt_done()
1998 struct ablkcipher_request *req = context; in ablkcipher_decrypt_done()
2162 struct ablkcipher_request *req, in init_ablkcipher_job()
2219 struct ablkcipher_request *req, in init_ablkcipher_giv_job()
2554 static struct ablkcipher_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request in ablkcipher_edesc_alloc()
2650 static int ablkcipher_encrypt(struct ablkcipher_request *req) in ablkcipher_encrypt()
2687 static int ablkcipher_decrypt(struct ablkcipher_request *req) in ablkcipher_decrypt()
2733 struct ablkcipher_request *req = &greq->creq; in ablkcipher_giv_edesc_alloc()
2829 struct ablkcipher_request *req = &creq->creq; in ablkcipher_givencrypt()
/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp_core.c824 static int ablk_dma_crypt(struct ablkcipher_request *areq) in ablk_dma_crypt()
881 static int ablk_crypt(struct ablkcipher_request *areq) in ablk_crypt()
1053 static int cryp_blk_encrypt(struct ablkcipher_request *areq) in cryp_blk_encrypt()
1071 static int cryp_blk_decrypt(struct ablkcipher_request *areq) in cryp_blk_decrypt()
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c345 struct ablkcipher_request *req = NULL; in crypt_scatterlist()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c832 struct ablkcipher_request *req; in rfc4106_set_hash_subkey()