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()
3375 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp()
3391 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3452 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3810 err = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in do_test_kpp()
3848 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in do_test_kpp()
3878 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), in do_test_kpp()
4013 err = crypto_wait_req(crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()
4062 err = crypto_wait_req(crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()