Home
last modified time | relevance | path

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

/crypto/
Dahash.c286 static int crypto_ahash_op(struct ahash_request *req, in crypto_ahash_op() function
310 return crypto_ahash_op(req, tfm->final, true); in crypto_ahash_final()
326 return crypto_ahash_op(req, tfm->finup, true); in crypto_ahash_finup()
345 return crypto_ahash_op(req, tfm->digest, false); in crypto_ahash_digest()