Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c181 static int wait_async_op(struct tcrypt_result *tr, int ret) in wait_async_op() function
265 ret = wait_async_op(&tresult, crypto_ahash_digest(req)); in __test_hash()
272 ret = wait_async_op(&tresult, crypto_ahash_init(req)); in __test_hash()
278 ret = wait_async_op(&tresult, crypto_ahash_update(req)); in __test_hash()
284 ret = wait_async_op(&tresult, crypto_ahash_final(req)); in __test_hash()