Lines Matching refs:crypto_wait_req
1449 return crypto_wait_req(err, wait); in do_ahash_op()
2125 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg()
2348 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), in generate_aead_message()
2875 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg()
3040 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in generate_random_cipher_testvec()
3322 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp()
3338 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3399 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3619 err = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in do_test_kpp()
3657 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in do_test_kpp()
3687 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), in do_test_kpp()
3822 err = crypto_wait_req(crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()
3871 err = crypto_wait_req(crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()