Lines Matching refs:crypto_wait_req
1463 return crypto_wait_req(err, wait); in do_ahash_op()
2154 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg()
2381 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), in generate_aead_message()
2917 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg()
3085 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in generate_random_cipher_testvec()
3481 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp()
3497 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3530 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp()
3573 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3605 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3965 err = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in do_test_kpp()
4003 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in do_test_kpp()
4033 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), in do_test_kpp()
4168 err = crypto_wait_req(crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()
4217 err = crypto_wait_req(crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()