Lines Matching refs:wait
134 struct crypto_wait *wait = req->base.data; in do_one_aead_op() local
136 return crypto_wait_req(ret, wait); in do_one_aead_op()
143 struct crypto_wait wait; member
164 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_aead_op()
324 crypto_init_wait(&data[i].wait); in test_mb_aead_speed()
327 crypto_req_done, &data[i].wait); in test_mb_aead_speed()
538 struct crypto_wait wait; in test_aead_speed() local
580 crypto_init_wait(&wait); in test_aead_speed()
592 crypto_req_done, &wait); in test_aead_speed()
714 struct crypto_wait *wait = req->base.data; in do_one_ahash_op() local
716 return crypto_wait_req(ret, wait); in do_one_ahash_op()
870 struct crypto_wait wait; in test_ahash_speed_common() local
899 crypto_init_wait(&wait); in test_ahash_speed_common()
901 crypto_req_done, &wait); in test_ahash_speed_common()
962 struct crypto_wait wait; member
981 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_acipher_op()
1110 crypto_req_done, &data[i].wait); in test_mb_skcipher_speed()
1111 crypto_init_wait(&data[i].wait); in test_mb_skcipher_speed()
1216 struct crypto_wait *wait = req->base.data; in do_one_acipher_op() local
1218 return crypto_wait_req(ret, wait); in do_one_acipher_op()
1298 struct crypto_wait wait; in test_skcipher_speed() local
1311 crypto_init_wait(&wait); in test_skcipher_speed()
1331 crypto_req_done, &wait); in test_skcipher_speed()