Lines Matching refs:crypto_ahash_reqtfm
141 walk->alignmask = crypto_ahash_alignmask(crypto_ahash_reqtfm(req)); in crypto_hash_walk_first()
159 walk->alignmask = crypto_ahash_alignmask(crypto_ahash_reqtfm(req)); in crypto_ahash_walk_first()
234 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_save_req()
310 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_op_unaligned_finish()
353 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_op()
364 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final); in crypto_ahash_final()
370 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup); in crypto_ahash_finup()
376 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->digest); in crypto_ahash_digest()
389 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_def_finup_finish2()
410 err = crypto_ahash_reqtfm(req)->final(req); in ahash_def_finup_finish1()
428 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_def_finup()