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()
148 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_export() local
151 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_export()
153 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_ahash_export()
179 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_import_common() local
181 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_import_common()
185 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_import_common()
442 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in qce_ahash_cra_init() local
445 crypto_ahash_set_reqsize(ahash, sizeof(struct qce_sha_reqctx)); in qce_ahash_cra_init()
513 alg = &tmpl->alg.ahash; in qce_ahash_register_one()
561 crypto_unregister_ahash(&tmpl->alg.ahash); in qce_ahash_unregister()