Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 9 of 9) sorted by relevance

/crypto/
A Dalgif_hash.c24 struct crypto_wait wait; member
98 &ctx->wait); in hash_sendmsg()
142 &ctx->wait); in hash_sendmsg()
155 err = crypto_wait_req(err, &ctx->wait); in hash_sendmsg()
204 &ctx->wait); in hash_recvmsg()
212 &ctx->wait); in hash_recvmsg()
422 crypto_init_wait(&ctx->wait); in hash_accept_parent_nokey()
428 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
A Dtestmgr.c1533 &wait); in test_ahash_vec_cfg()
2355 &wait); in generate_aead_message()
3287 struct crypto_wait wait; in test_acomp() local
3311 crypto_init_wait(&wait); in test_acomp()
3341 crypto_init_wait(&wait); in test_acomp()
3680 struct crypto_wait wait; in do_test_kpp() local
3689 crypto_init_wait(&wait); in do_test_kpp()
3779 &wait); in do_test_kpp()
3864 struct crypto_wait wait; in test_akcipher_one() local
3878 crypto_init_wait(&wait); in test_akcipher_one()
[all …]
A Daf_alg.c809 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_wmem()
818 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
828 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
848 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in af_alg_wmem_wakeup()
866 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_data()
877 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
885 &wait)) { in af_alg_wait_for_data()
890 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
915 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in af_alg_data_wakeup()
1166 poll_table *wait) in af_alg_poll() argument
[all …]
A Dtcrypt.c136 return crypto_wait_req(ret, wait); in do_one_aead_op()
143 struct crypto_wait wait; member
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()
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
1298 struct crypto_wait wait; in test_skcipher_speed() local
[all …]
A Dalgif_skcipher.c196 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
200 &ctx->wait); in _skcipher_recvmsg()
396 crypto_init_wait(&ctx->wait); in skcipher_accept_parent_nokey()
A Dalgif_aead.c280 crypto_req_done, &ctx->wait); in _aead_recvmsg()
284 &ctx->wait); in _aead_recvmsg()
481 crypto_init_wait(&ctx->wait); in aead_accept_parent_nokey()
A Dadiantum.c125 struct crypto_wait wait; in adiantum_setkey() member
147 crypto_init_wait(&data->wait); in adiantum_setkey()
151 crypto_req_done, &data->wait); in adiantum_setkey()
154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
A Dapi.c705 struct crypto_wait *wait = data; in crypto_req_done() local
710 wait->err = err; in crypto_req_done()
711 complete(&wait->completion); in crypto_req_done()
A Dgcm.c98 struct crypto_wait wait; in crypto_gcm_setkey() member
117 crypto_init_wait(&data->wait); in crypto_gcm_setkey()
123 &data->wait); in crypto_gcm_setkey()
128 &data->wait); in crypto_gcm_setkey()

Completed in 32 milliseconds