Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dtcrypt.c952 struct tcrypt_result tresult; in test_ahash_speed() local
981 init_completion(&tresult.completion); in test_ahash_speed()
983 tcrypt_complete, &tresult); in test_ahash_speed()
1114 struct tcrypt_result tresult; in test_acipher_speed() local
1127 init_completion(&tresult.completion); in test_acipher_speed()
1148 tcrypt_complete, &tresult); in test_acipher_speed()
Dtestmgr.c211 struct tcrypt_result tresult; in __test_hash() local
225 init_completion(&tresult.completion); in __test_hash()
234 tcrypt_complete, &tresult); in __test_hash()
274 ret = wait_async_op(&tresult, crypto_ahash_digest(req)); in __test_hash()
281 ret = wait_async_op(&tresult, crypto_ahash_init(req)); in __test_hash()
287 ret = wait_async_op(&tresult, crypto_ahash_update(req)); in __test_hash()
293 ret = wait_async_op(&tresult, crypto_ahash_final(req)); in __test_hash()
365 wait_for_completion(&tresult.completion); in __test_hash()
366 reinit_completion(&tresult.completion); in __test_hash()
367 ret = tresult.err; in __test_hash()