Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dtcrypt.c789 static inline int do_one_ahash_op(struct ahash_request *req, int ret) in do_one_ahash_op() function
810 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
833 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_jiffies()
837 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
842 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
861 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
872 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
902 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
906 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
910 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
[all …]