Home
last modified time | relevance | path

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

/crypto/
Dalgif_hash.c24 struct crypto_wait wait; member
81 err = crypto_wait_req(crypto_ahash_init(&ctx->req), &ctx->wait); in hash_sendmsg()
103 &ctx->wait); in hash_sendmsg()
122 &ctx->wait); in hash_sendmsg()
163 err = crypto_wait_req(err, &ctx->wait); in hash_sendpage()
171 err = crypto_wait_req(err, &ctx->wait); in hash_sendpage()
208 &ctx->wait); in hash_recvmsg()
216 &ctx->wait); in hash_recvmsg()
433 crypto_init_wait(&ctx->wait); in hash_accept_parent_nokey()
439 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
Dtestmgr.c1322 struct crypto_wait *wait, bool nosimd) in do_ahash_op() argument
1334 return crypto_wait_req(err, wait); in do_ahash_op()
1370 DECLARE_CRYPTO_WAIT(wait); in test_ahash_vec_cfg()
1413 &wait); in test_ahash_vec_cfg()
1415 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1434 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1436 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1449 crypto_req_done, &wait); in test_ahash_vec_cfg()
1452 err = do_ahash_op(crypto_ahash_update, req, &wait, in test_ahash_vec_cfg()
1492 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
[all …]
Daf_alg.c701 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_wmem()
710 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
715 if (sk_wait_event(sk, &timeout, af_alg_writable(sk), &wait)) { in af_alg_wait_for_wmem()
720 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
740 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in af_alg_wmem_wakeup()
758 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_data()
769 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
777 &wait)) { in af_alg_wait_for_data()
782 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
807 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in af_alg_data_wakeup()
[all …]
Dtcrypt.c142 struct crypto_wait *wait = req->base.data; in do_one_aead_op() local
144 return crypto_wait_req(ret, wait); in do_one_aead_op()
151 struct crypto_wait wait; member
172 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_aead_op()
332 crypto_init_wait(&data[i].wait); in test_mb_aead_speed()
335 crypto_req_done, &data[i].wait); in test_mb_aead_speed()
546 struct crypto_wait wait; in test_aead_speed() local
588 crypto_init_wait(&wait); in test_aead_speed()
600 crypto_req_done, &wait); in test_aead_speed()
722 struct crypto_wait *wait = req->base.data; in do_one_ahash_op() local
[all …]
Dalgif_skcipher.c135 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
139 &ctx->wait); in _skcipher_recvmsg()
344 crypto_init_wait(&ctx->wait); in skcipher_accept_parent_nokey()
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()
Dapi.c633 struct crypto_wait *wait = req->data; in crypto_req_done() local
638 wait->err = err; in crypto_req_done()
639 complete(&wait->completion); in crypto_req_done()
Dalgif_aead.c309 crypto_req_done, &ctx->wait); in _aead_recvmsg()
313 &ctx->wait); in _aead_recvmsg()
558 crypto_init_wait(&ctx->wait); in aead_accept_parent_nokey()
Dgcm.c102 struct crypto_wait wait; in crypto_gcm_setkey() member
121 crypto_init_wait(&data->wait); in crypto_gcm_setkey()
127 &data->wait); in crypto_gcm_setkey()
132 &data->wait); in crypto_gcm_setkey()