• Home
  • Raw
  • Download

Lines Matching refs:wait

1236 		       struct crypto_wait *wait, bool nosimd)  in do_ahash_op()  argument
1248 return crypto_wait_req(err, wait); in do_ahash_op()
1284 DECLARE_CRYPTO_WAIT(wait); in test_ahash_vec_cfg()
1326 &wait); in test_ahash_vec_cfg()
1328 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1347 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1349 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1362 crypto_req_done, &wait); in test_ahash_vec_cfg()
1365 err = do_ahash_op(crypto_ahash_update, req, &wait, in test_ahash_vec_cfg()
1405 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1409 err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1414 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1422 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1850 DECLARE_CRYPTO_WAIT(wait); in test_aead_vec_cfg()
1920 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
1929 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg()
1940 req->base.data != &wait) { in test_aead_vec_cfg()
1959 if (req->base.data != &wait) in test_aead_vec_cfg()
2068 DECLARE_CRYPTO_WAIT(wait); in generate_random_aead_testvec()
2117 aead_request_set_callback(req, 0, crypto_req_done, &wait); in generate_random_aead_testvec()
2120 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), &wait); in generate_random_aead_testvec()
2446 DECLARE_CRYPTO_WAIT(wait); in test_skcipher_vec_cfg()
2507 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2515 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg()
2525 req->base.data != &wait) { in test_skcipher_vec_cfg()
2542 if (req->base.data != &wait) in test_skcipher_vec_cfg()
2654 DECLARE_CRYPTO_WAIT(wait); in generate_random_cipher_testvec()
2678 skcipher_request_set_callback(req, 0, crypto_req_done, &wait); in generate_random_cipher_testvec()
2680 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in generate_random_cipher_testvec()
3015 struct crypto_wait wait; in test_acomp() local
3039 crypto_init_wait(&wait); in test_acomp()
3054 crypto_req_done, &wait); in test_acomp()
3056 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp()
3069 crypto_init_wait(&wait); in test_acomp()
3072 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3116 crypto_init_wait(&wait); in test_acomp()
3131 crypto_req_done, &wait); in test_acomp()
3133 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3470 struct crypto_wait wait; in do_test_kpp() local
3479 crypto_init_wait(&wait); in do_test_kpp()
3497 crypto_req_done, &wait); in do_test_kpp()
3500 err = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in do_test_kpp()
3537 crypto_req_done, &wait); in do_test_kpp()
3538 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in do_test_kpp()
3567 crypto_req_done, &wait); in do_test_kpp()
3569 &wait); in do_test_kpp()
3652 struct crypto_wait wait; in test_akcipher_one() local
3668 crypto_init_wait(&wait); in test_akcipher_one()
3733 crypto_req_done, &wait); in test_akcipher_one()
3739 crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()
3782 crypto_init_wait(&wait); in test_akcipher_one()
3789 crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()