Lines Matching refs:ahash
41 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_done() local
46 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_done()
144 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_export() local
147 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_export()
149 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_ahash_export()
175 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_import_common() local
177 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_import_common()
181 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_import_common()
438 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in qce_ahash_cra_init() local
441 crypto_ahash_set_reqsize(ahash, sizeof(struct qce_sha_reqctx)); in qce_ahash_cra_init()
509 alg = &tmpl->alg.ahash; in qce_ahash_register_one()
557 crypto_unregister_ahash(&tmpl->alg.ahash); in qce_ahash_unregister()