Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dtcrypt.c709 static inline int do_one_ahash_op(struct ahash_request *req, int ret) in do_one_ahash_op() function
725 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
748 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_jiffies()
752 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
757 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
776 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
787 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
817 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
821 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
825 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
[all …]