Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dtcrypt.c707 static inline int do_one_ahash_op(struct ahash_request *req, int ret) in do_one_ahash_op() function
917 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
940 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_jiffies()
944 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
949 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
968 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
979 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
1009 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
1013 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
1017 ret = do_one_ahash_op(re in test_ahash_cycles()
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dtcrypt.c712 static inline int do_one_ahash_op(struct ahash_request *req, int ret) in do_one_ahash_op() function
728 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
751 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_jiffies()
755 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
760 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()
779 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
790 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
820 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
824 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
828 ret = do_one_ahash_op(re in test_ahash_cycles()
[all...]

Completed in 4 milliseconds