Lines Matching refs:do_one_ahash_op
789 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()
921 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
925 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
929 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()