Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dahash.c350 static int crypto_ahash_op(struct ahash_request *req, in crypto_ahash_op() function
364 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final); in crypto_ahash_final()
370 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup); in crypto_ahash_finup()
376 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->digest); in crypto_ahash_digest()