Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dahash.c364 static int crypto_ahash_op(struct ahash_request *req, in crypto_ahash_op() function
378 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final); in crypto_ahash_final()
384 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup); in crypto_ahash_finup()
395 return crypto_ahash_op(req, tfm->digest); in crypto_ahash_digest()