Lines Matching refs:wait

1443 		       struct crypto_wait *wait, bool nosimd)  in do_ahash_op()  argument
1455 return crypto_wait_req(err, wait); in do_ahash_op()
1490 DECLARE_CRYPTO_WAIT(wait); in test_ahash_vec_cfg()
1533 &wait); in test_ahash_vec_cfg()
1535 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1554 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1556 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1569 crypto_req_done, &wait); in test_ahash_vec_cfg()
1572 err = do_ahash_op(crypto_ahash_update, req, &wait, in test_ahash_vec_cfg()
1612 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1616 err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1621 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1629 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
2051 DECLARE_CRYPTO_WAIT(wait); in test_aead_vec_cfg()
2122 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2131 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg()
2142 req->base.data != &wait) { in test_aead_vec_cfg()
2161 if (req->base.data != &wait) in test_aead_vec_cfg()
2339 DECLARE_CRYPTO_WAIT(wait); in generate_aead_message()
2351 aead_request_set_callback(req, 0, crypto_req_done, &wait); in generate_aead_message()
2355 &wait); in generate_aead_message()
2818 DECLARE_CRYPTO_WAIT(wait); in test_skcipher_vec_cfg()
2873 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2881 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg()
2891 req->base.data != &wait) { in test_skcipher_vec_cfg()
2908 if (req->base.data != &wait) in test_skcipher_vec_cfg()
3020 DECLARE_CRYPTO_WAIT(wait); in generate_random_cipher_testvec()
3044 skcipher_request_set_callback(req, 0, crypto_req_done, &wait); in generate_random_cipher_testvec()
3046 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in generate_random_cipher_testvec()
3287 struct crypto_wait wait; in test_acomp() local
3311 crypto_init_wait(&wait); in test_acomp()
3326 crypto_req_done, &wait); in test_acomp()
3328 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp()
3341 crypto_init_wait(&wait); in test_acomp()
3344 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3388 crypto_init_wait(&wait); in test_acomp()
3403 crypto_req_done, &wait); in test_acomp()
3405 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3680 struct crypto_wait wait; in do_test_kpp() local
3689 crypto_init_wait(&wait); in do_test_kpp()
3707 crypto_req_done, &wait); in do_test_kpp()
3710 err = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in do_test_kpp()
3747 crypto_req_done, &wait); in do_test_kpp()
3748 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in do_test_kpp()
3777 crypto_req_done, &wait); in do_test_kpp()
3779 &wait); in do_test_kpp()
3864 struct crypto_wait wait; in test_akcipher_one() local
3878 crypto_init_wait(&wait); in test_akcipher_one()
3911 crypto_req_done, &wait); in test_akcipher_one()
3913 err = crypto_wait_req(crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()
3959 crypto_init_wait(&wait); in test_akcipher_one()
3962 err = crypto_wait_req(crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()