Searched refs:crt_ablkcipher (Results 1 - 27 of 27) sorted by relevance

/linux-4.1.27/crypto/
H A Dablk_helper.c133 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request) + ablk_init_common()
H A Dablkcipher.c142 memcpy(req->info, walk->iv, tfm->crt_ablkcipher.ivsize); ablkcipher_walk_done()
194 unsigned int ivsize = tfm->crt_ablkcipher.ivsize; ablkcipher_copy_iv()
366 struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher; crypto_init_ablkcipher_ops()
448 struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher; crypto_init_givcipher_ops()
H A Dblkcipher.c462 struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher; crypto_init_blkcipher_ops_async()
729 tfm->crt_ablkcipher.base = cipher; skcipher_geniv_init()
730 tfm->crt_ablkcipher.reqsize += crypto_ablkcipher_reqsize(cipher); skcipher_geniv_init()
738 crypto_free_ablkcipher(tfm->crt_ablkcipher.base); skcipher_geniv_exit()
H A Dchainiv.c109 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request); chainiv_init_common()
H A Deseqiv.c198 tfm->crt_ablkcipher.reqsize = reqsize + eseqiv_init()
H A Dseqiv.c242 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request); seqiv_init()
H A Dctr.c322 tfm->crt_ablkcipher.reqsize = align + crypto_rfc3686_init_tfm()
H A Dcryptd.c286 tfm->crt_ablkcipher.reqsize = cryptd_blkcipher_init_tfm()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c210 tfm->crt_ablkcipher.reqsize = sizeof(struct ccp_aes_req_ctx) + ccp_aes_xts_cra_init()
211 fallback_tfm->base.crt_ablkcipher.reqsize; ccp_aes_xts_cra_init()
H A Dccp-crypto-aes.c134 tfm->crt_ablkcipher.reqsize = sizeof(struct ccp_aes_req_ctx); ccp_aes_cra_init()
209 tfm->crt_ablkcipher.reqsize = sizeof(struct ccp_aes_req_ctx); ccp_aes_rfc3686_cra_init()
/linux-4.1.27/drivers/crypto/qce/
H A Dablkcipher.c242 tfm->crt_ablkcipher.reqsize = sizeof(struct qce_cipher_reqctx); qce_ablkcipher_init()
/linux-4.1.27/drivers/crypto/
H A Ds5p-sss.c590 tfm->crt_ablkcipher.reqsize = sizeof(struct s5p_aes_reqctx); s5p_aes_cra_init()
H A Dmxs-dcp.c494 tfm->crt_ablkcipher.reqsize = sizeof(struct dcp_aes_req_ctx); mxs_dcp_aes_fallback_init()
H A Datmel-aes.c950 tfm->crt_ablkcipher.reqsize = sizeof(struct atmel_aes_reqctx); atmel_aes_cra_init()
H A Datmel-tdes.c906 tfm->crt_ablkcipher.reqsize = sizeof(struct atmel_tdes_reqctx); atmel_tdes_cra_init()
H A Dixp4xx_crypto.c572 tfm->crt_ablkcipher.reqsize = sizeof(struct ablk_ctx); init_tfm_ablk()
H A Dmv_cesa.c699 tfm->crt_ablkcipher.reqsize = sizeof(struct mv_req_ctx); mv_cra_init()
H A Domap-aes.c811 tfm->crt_ablkcipher.reqsize = sizeof(struct omap_aes_reqctx); omap_aes_cra_init()
H A Domap-des.c767 tfm->crt_ablkcipher.reqsize = sizeof(struct omap_des_reqctx); omap_des_cra_init()
H A Dn2_core.c1384 tfm->crt_ablkcipher.reqsize = sizeof(struct n2_request_context); n2_cipher_cra_init()
H A Dpicoxcell_crypto.c1098 tfm->crt_ablkcipher.reqsize = sizeof(struct spacc_req); spacc_ablk_cra_init()
H A Dsahara.c774 tfm->crt_ablkcipher.reqsize = sizeof(struct sahara_aes_reqctx); sahara_aes_cra_init()
H A Dhifn_795x.c2479 tfm->crt_ablkcipher.reqsize = sizeof(struct hifn_request_context); hifn_cra_init()
/linux-4.1.27/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1007 tfm->crt_ablkcipher.reqsize = sizeof(struct crypto4xx_ctx); crypto4xx_alg_init()
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dqat_algs.c1150 tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request) + qat_alg_ablkcipher_init()
/linux-4.1.27/include/linux/
H A Dcrypto.h664 #define crt_ablkcipher crt_u.ablkcipher macro
925 return &crypto_ablkcipher_tfm(tfm)->crt_ablkcipher; crypto_ablkcipher_crt()
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c1830 struct ablkcipher_tfm *crt = &ablkcipher->base.crt_ablkcipher; ablkcipher_setkey()

Completed in 423 milliseconds