Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c322 static int ahash_do_req_chain(struct ahash_request *req, in ahash_do_req_chain() function
461 return ahash_do_req_chain(req, &crypto_ahash_alg(tfm)->update); in crypto_ahash_update()
490 err = ahash_do_req_chain(req, &crypto_ahash_alg(tfm)->update); in crypto_ahash_update()
543 return ahash_do_req_chain(req, &crypto_ahash_alg(tfm)->finup); in crypto_ahash_finup()
562 err = ahash_do_req_chain(req, &crypto_ahash_alg(tfm)->finup); in crypto_ahash_finup()
580 return ahash_do_req_chain(req, &crypto_ahash_alg(tfm)->digest); in crypto_ahash_digest()