Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dtestmgr.c191 static int wait_async_op(struct tcrypt_result *tr, int ret) in wait_async_op() function
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()
1899 err = wait_async_op(&result, crypto_akcipher_encrypt(req)); in do_test_rsa()
1937 err = wait_async_op(&result, crypto_akcipher_decrypt(req)); in do_test_rsa()