Lines Matching refs:ahash
34 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_done() local
39 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_done()
142 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_export() local
145 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_export()
147 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_ahash_export()
173 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_import_common() local
175 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_import_common()
179 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_import_common()
318 tmpl->alg.ahash.halg.digestsize); in qce_ahash_final()
355 tmpl->alg.ahash.halg.digestsize); in qce_ahash_digest()
428 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in qce_ahash_cra_init() local
431 crypto_ahash_set_reqsize(ahash, sizeof(struct qce_sha_reqctx)); in qce_ahash_cra_init()
499 alg = &tmpl->alg.ahash; in qce_ahash_register_one()
551 crypto_unregister_ahash(&tmpl->alg.ahash); in qce_ahash_unregister()