crt_ablkcipher    131 crypto/ablkcipher.c 		memcpy(req->info, walk->iv, tfm->crt_ablkcipher.ivsize);
crt_ablkcipher    182 crypto/ablkcipher.c 	unsigned int ivsize = tfm->crt_ablkcipher.ivsize;
crt_ablkcipher    344 crypto/ablkcipher.c 	struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher;
crt_ablkcipher    456 crypto/blkcipher.c 	struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher;
crt_ablkcipher   1246 drivers/crypto/atmel-aes.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct atmel_aes_reqctx);
crt_ablkcipher   1256 drivers/crypto/atmel-aes.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct atmel_aes_reqctx);
crt_ablkcipher   1946 drivers/crypto/atmel-aes.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct atmel_aes_reqctx);
crt_ablkcipher    882 drivers/crypto/atmel-tdes.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct atmel_tdes_reqctx);
crt_ablkcipher   4292 drivers/crypto/bcm/cipher.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct iproc_reqctx_s);
crt_ablkcipher    338 drivers/crypto/cavium/cpt/cptvf_algs.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct cvm_req_ctx);
crt_ablkcipher    215 drivers/crypto/ccp/ccp-crypto-aes-xts.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct ccp_aes_req_ctx);
crt_ablkcipher    130 drivers/crypto/ccp/ccp-crypto-aes.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct ccp_aes_req_ctx);
crt_ablkcipher    205 drivers/crypto/ccp/ccp-crypto-aes.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct ccp_aes_req_ctx);
crt_ablkcipher    125 drivers/crypto/ccp/ccp-crypto-des3.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct ccp_des3_req_ctx);
crt_ablkcipher   1414 drivers/crypto/chelsio/chcr_algo.c 	tfm->crt_ablkcipher.reqsize =  sizeof(struct chcr_blkcipher_req_ctx);
crt_ablkcipher   1433 drivers/crypto/chelsio/chcr_algo.c 	tfm->crt_ablkcipher.reqsize =  sizeof(struct chcr_blkcipher_req_ctx);
crt_ablkcipher   2376 drivers/crypto/hifn_795x.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct hifn_request_context);
crt_ablkcipher    576 drivers/crypto/ixp4xx_crypto.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct ablk_ctx);
crt_ablkcipher    736 drivers/crypto/mediatek/mtk-aes.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct mtk_aes_reqctx);
crt_ablkcipher    745 drivers/crypto/mediatek/mtk-aes.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct mtk_aes_reqctx);
crt_ablkcipher    540 drivers/crypto/mxs-dcp.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct dcp_aes_req_ctx);
crt_ablkcipher   1370 drivers/crypto/n2_core.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct n2_request_context);
crt_ablkcipher    621 drivers/crypto/omap-aes.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct omap_aes_reqctx);
crt_ablkcipher    716 drivers/crypto/omap-des.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct omap_des_reqctx);
crt_ablkcipher   1033 drivers/crypto/picoxcell_crypto.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct spacc_req);
crt_ablkcipher   1225 drivers/crypto/qat/qat_common/qat_algs.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct qat_crypto_request);
crt_ablkcipher    255 drivers/crypto/qce/ablkcipher.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct qce_cipher_reqctx);
crt_ablkcipher   2120 drivers/crypto/s5p-sss.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct s5p_aes_reqctx);
crt_ablkcipher    759 drivers/crypto/sahara.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct sahara_aes_reqctx);
crt_ablkcipher    692 drivers/crypto/stm32/stm32-cryp.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct stm32_cryp_reqctx);
crt_ablkcipher    539 drivers/crypto/virtio/virtio_crypto_algs.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct virtio_crypto_sym_request);
crt_ablkcipher    982 include/linux/crypto.h 	return &crypto_ablkcipher_tfm(tfm)->crt_ablkcipher;