/Linux-v4.19/drivers/crypto/rockchip/ |
D | rk3288_crypto_ablkcipher.c | 76 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_aes_ecb_encrypt() 86 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_aes_ecb_decrypt() 96 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_aes_cbc_encrypt() 106 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_aes_cbc_decrypt() 116 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des_ecb_encrypt() 126 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des_ecb_decrypt() 136 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des_cbc_encrypt() 146 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des_cbc_decrypt() 156 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des3_ede_ecb_encrypt() 166 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des3_ede_ecb_decrypt() [all …]
|
/Linux-v4.19/drivers/crypto/ |
D | mxc-scc.c | 452 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in mxc_scc_ecb_des_encrypt() 462 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in mxc_scc_ecb_des_decrypt() 473 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in mxc_scc_cbc_des_encrypt() 484 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in mxc_scc_cbc_des_decrypt()
|
D | omap-des.c | 464 crypto_ablkcipher_reqtfm(dd->req)); in omap_des_crypt_dma_start() 534 crypto_ablkcipher_reqtfm(req)); in omap_des_prepare_req() 576 ctx = crypto_ablkcipher_ctx(crypto_ablkcipher_reqtfm(req)); in omap_des_prepare_req() 591 crypto_ablkcipher_reqtfm(req)); in omap_des_crypt_req() 629 crypto_ablkcipher_reqtfm(req)); in omap_des_crypt()
|
D | sahara.c | 572 ctx = crypto_ablkcipher_ctx(crypto_ablkcipher_reqtfm(req)); in sahara_aes_process() 665 crypto_ablkcipher_reqtfm(req)); in sahara_aes_ecb_encrypt() 687 crypto_ablkcipher_reqtfm(req)); in sahara_aes_ecb_decrypt() 709 crypto_ablkcipher_reqtfm(req)); in sahara_aes_cbc_encrypt() 731 crypto_ablkcipher_reqtfm(req)); in sahara_aes_cbc_decrypt()
|
D | atmel-tdes.c | 509 crypto_ablkcipher_reqtfm(dd->req)); in atmel_tdes_crypt_start() 627 ctx = crypto_ablkcipher_ctx(crypto_ablkcipher_reqtfm(req)); in atmel_tdes_handle_queue() 674 crypto_ablkcipher_reqtfm(req)); in atmel_tdes_crypt()
|
D | picoxcell_crypto.c | 915 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in spacc_ablk_do_fallback() 1049 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in spacc_ablk_encrypt() 1058 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in spacc_ablk_decrypt()
|
D | omap-aes.c | 423 crypto_ablkcipher_reqtfm(req)); in omap_aes_prepare_req() 515 crypto_ablkcipher_reqtfm(req)); in omap_aes_crypt()
|
D | ixp4xx_crypto.c | 880 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in ablk_perform() 963 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in ablk_rfc3686_crypt()
|
D | talitos.c | 1599 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in common_nonsnoop() 1667 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablkcipher_edesc_alloc() 1678 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablkcipher_encrypt() 1695 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablkcipher_decrypt()
|
D | mxs-dcp.c | 381 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in mxs_dcp_block_fallback()
|
D | atmel-aes.c | 511 crypto_ablkcipher_reqtfm(req); in atmel_aes_complete() 1095 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in atmel_aes_crypt()
|
D | s5p-sss.c | 2041 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in s5p_aes_crypt()
|
/Linux-v4.19/Documentation/crypto/ |
D | api-skcipher.rst | 44 …her_ivsize crypto_ablkcipher_blocksize crypto_ablkcipher_setkey crypto_ablkcipher_reqtfm crypto_ab…
|
/Linux-v4.19/drivers/crypto/virtio/ |
D | virtio_crypto_algs.c | 362 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in __virtio_crypto_ablkcipher_do_req() 492 struct crypto_ablkcipher *atfm = crypto_ablkcipher_reqtfm(req); in virtio_crypto_ablkcipher_encrypt() 512 struct crypto_ablkcipher *atfm = crypto_ablkcipher_reqtfm(req); in virtio_crypto_ablkcipher_decrypt()
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 904 static inline struct crypto_ablkcipher *crypto_ablkcipher_reqtfm( in crypto_ablkcipher_reqtfm() function 924 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_encrypt() 942 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_decrypt()
|
/Linux-v4.19/drivers/crypto/qce/ |
D | ablkcipher.c | 64 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in qce_ablkcipher_async_req_handle() 204 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in qce_ablkcipher_crypt()
|
/Linux-v4.19/drivers/crypto/cavium/cpt/ |
D | cptvf_algs.c | 103 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in create_ctx_hdr() 199 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in cvm_enc_dec()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caamalg.c | 825 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_unmap() 889 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_encrypt_done() 942 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_decrypt_done() 1112 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in init_ablkcipher_job() 1158 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in init_ablkcipher_giv_job() 1484 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_edesc_alloc() 1605 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_encrypt() 1639 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_decrypt() 1687 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_giv_edesc_alloc() 1808 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_givencrypt()
|
D | caamalg_qi.c | 842 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_unmap() 1145 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_done() 1196 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_edesc_alloc() 1338 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_giv_edesc_alloc() 1475 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_crypt() 1521 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_givencrypt()
|
/Linux-v4.19/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 827 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablk_dma_crypt() 885 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablk_crypt() 1056 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in cryp_blk_encrypt() 1074 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in cryp_blk_decrypt()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 742 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(wrparam->req); in create_cipher_wr() 1004 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_update_tweak() 1038 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_update_cipher_iv() 1072 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_final_cipher_iv() 1095 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_handle_cipher_resp() 1172 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in process_cipher() 1277 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_aes_encrypt() 1301 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_aes_decrypt() 2557 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(wrparam->req); in chcr_add_cipher_dst_ent()
|
/Linux-v4.19/drivers/crypto/stm32/ |
D | stm32-cryp.c | 706 crypto_ablkcipher_reqtfm(req)); in stm32_cryp_crypt() 912 ctx = req ? crypto_ablkcipher_ctx(crypto_ablkcipher_reqtfm(req)) : in stm32_cryp_prepare_req() 1026 crypto_ablkcipher_reqtfm(req)); in stm32_cryp_cipher_one_req()
|
/Linux-v4.19/crypto/ |
D | cryptd.c | 263 tfm = crypto_ablkcipher_reqtfm(req); in cryptd_blkcipher_crypt() 297 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in cryptd_blkcipher_enqueue()
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 991 struct crypto_ablkcipher *atfm = crypto_ablkcipher_reqtfm(req); in qat_alg_ablkcipher_encrypt() 1028 struct crypto_ablkcipher *atfm = crypto_ablkcipher_reqtfm(req); in qat_alg_ablkcipher_decrypt()
|
/Linux-v4.19/drivers/crypto/mediatek/ |
D | mtk-aes.c | 660 ctx = crypto_ablkcipher_ctx(crypto_ablkcipher_reqtfm(req)); in mtk_aes_crypt()
|