Home
last modified time | relevance | path

Searched refs:ahash_do_req_chain (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/crypto/
H A Dahash.c459 static int ahash_do_req_chain(struct ahash_request *req, in ahash_do_req_chain() function
550 return ahash_do_req_chain(req, crypto_ahash_alg(tfm)->init); in crypto_ahash_init()
607 return ahash_do_req_chain(req, crypto_ahash_alg(tfm)->update); in crypto_ahash_update()
623 return ahash_do_req_chain(req, crypto_ahash_alg(tfm)->final); in crypto_ahash_final()
643 return ahash_do_req_chain(req, crypto_ahash_alg(tfm)->finup); in crypto_ahash_finup()
723 return ahash_do_req_chain(req, crypto_ahash_alg(tfm)->digest); in crypto_ahash_digest()