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()
149 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_export() local
152 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_export()
154 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_ahash_export()
180 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_import_common() local
182 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_import_common()
186 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_import_common()
420 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in qce_ahash_cra_init() local
423 crypto_ahash_set_reqsize(ahash, sizeof(struct qce_sha_reqctx)); in qce_ahash_cra_init()
491 alg = &tmpl->alg.ahash; in qce_ahash_register_one()
539 crypto_unregister_ahash(&tmpl->alg.ahash); in qce_ahash_unregister()