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

/linux-4.1.27/crypto/
H A Dtestmgr.c181 static int wait_async_op(struct tcrypt_result *tr, int ret) wait_async_op() function
264 ret = wait_async_op(&tresult, crypto_ahash_digest(req)); __test_hash()
271 ret = wait_async_op(&tresult, crypto_ahash_init(req)); __test_hash()
277 ret = wait_async_op(&tresult, crypto_ahash_update(req)); __test_hash()
283 ret = wait_async_op(&tresult, crypto_ahash_final(req)); __test_hash()

Completed in 64 milliseconds