Lines Matching refs:ahash
33 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_done() local
38 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_done()
141 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_export() local
144 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_export()
146 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_ahash_export()
172 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_import_common() local
174 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_import_common()
178 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_import_common()
412 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in qce_ahash_cra_init() local
415 crypto_ahash_set_reqsize(ahash, sizeof(struct qce_sha_reqctx)); in qce_ahash_cra_init()
483 alg = &tmpl->alg.ahash; in qce_ahash_register_one()
530 crypto_unregister_ahash(&tmpl->alg.ahash); in qce_ahash_unregister()