Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dahash.c293 static int crypto_ahash_op(struct ahash_request *req, in crypto_ahash_op() function
314 ret = crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final, true); in crypto_ahash_final()
328 ret = crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup, true); in crypto_ahash_finup()
345 ret = crypto_ahash_op(req, tfm->digest, false); in crypto_ahash_digest()

Completed in 4 milliseconds