Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dtestmgr.c201 struct tcrypt_result tresult; in __test_hash() local
215 init_completion(&tresult.completion); in __test_hash()
224 tcrypt_complete, &tresult); in __test_hash()
264 ret = wait_async_op(&tresult, crypto_ahash_digest(req)); in __test_hash()
271 ret = wait_async_op(&tresult, crypto_ahash_init(req)); in __test_hash()
277 ret = wait_async_op(&tresult, crypto_ahash_update(req)); in __test_hash()
283 ret = wait_async_op(&tresult, crypto_ahash_final(req)); in __test_hash()
355 wait_for_completion(&tresult.completion); in __test_hash()
356 reinit_completion(&tresult.completion); in __test_hash()
357 ret = tresult.err; in __test_hash()
Dtcrypt.c930 struct tcrypt_result tresult; in test_ahash_speed() local
959 init_completion(&tresult.completion); in test_ahash_speed()
961 tcrypt_complete, &tresult); in test_ahash_speed()
1085 struct tcrypt_result tresult; in test_acipher_speed() local
1098 init_completion(&tresult.completion); in test_acipher_speed()
1119 tcrypt_complete, &tresult); in test_acipher_speed()