Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtcrypt.c728 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(req, crypto_ahash_final(req)); in test_ahash_cycles()
839 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
[all …]