Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dtcrypt.c710 static inline int do_one_ahash_op(struct ahash_request *req, int ret) in do_one_ahash_op() function
920 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
943 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_jiffies()
947 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
952 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
971 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
982 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
1012 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
1016 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
1020 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
[all …]