Lines Matching refs:do_one_ahash_op
706 static inline int do_one_ahash_op(struct ahash_request *req, int ret) in do_one_ahash_op() function
916 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
939 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_jiffies()
943 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
948 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
967 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
978 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
1008 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
1012 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
1016 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
1027 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
1031 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
1035 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()