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()
440 crypto_init_wait(&ctx->wait); in hash_accept_parent_nokey()
446 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
Dtestmgr.c1236 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()
[all …]
Daf_alg.c689 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_wmem()
698 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
703 if (sk_wait_event(sk, &timeout, af_alg_writable(sk), &wait)) { in af_alg_wait_for_wmem()
708 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_wmem()
728 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in af_alg_wmem_wakeup()
745 DEFINE_WAIT_FUNC(wait, woken_wake_function); in af_alg_wait_for_data()
756 add_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
762 &wait)) { in af_alg_wait_for_data()
767 remove_wait_queue(sk_sleep(sk), &wait); in af_alg_wait_for_data()
792 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in af_alg_data_wakeup()
[all …]
Dtcrypt.c141 struct crypto_wait *wait = req->base.data; in do_one_aead_op() local
143 return crypto_wait_req(ret, wait); in do_one_aead_op()
150 struct crypto_wait wait; member
171 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_aead_op()
326 crypto_init_wait(&data[i].wait); in test_mb_aead_speed()
329 crypto_req_done, &data[i].wait); in test_mb_aead_speed()
538 struct crypto_wait wait; in test_aead_speed() local
574 crypto_init_wait(&wait); in test_aead_speed()
586 crypto_req_done, &wait); in test_aead_speed()
708 struct crypto_wait *wait = req->base.data; in do_one_ahash_op() local
[all …]
Dalgif_skcipher.c139 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
143 &ctx->wait); in _skcipher_recvmsg()
360 crypto_init_wait(&ctx->wait); in skcipher_accept_parent_nokey()
Dadiantum.c125 struct crypto_wait wait; in adiantum_setkey() member
150 crypto_init_wait(&data->wait); in adiantum_setkey()
154 crypto_req_done, &data->wait); in adiantum_setkey()
157 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
Dapi.c599 struct crypto_wait *wait = req->data; in crypto_req_done() local
604 wait->err = err; in crypto_req_done()
605 complete(&wait->completion); in crypto_req_done()
Dalgif_aead.c308 crypto_req_done, &ctx->wait); in _aead_recvmsg()
312 &ctx->wait); in _aead_recvmsg()
570 crypto_init_wait(&ctx->wait); in aead_accept_parent_nokey()
Dgcm.c103 struct crypto_wait wait; in crypto_gcm_setkey() member
124 crypto_init_wait(&data->wait); in crypto_gcm_setkey()
130 &data->wait); in crypto_gcm_setkey()
135 &data->wait); in crypto_gcm_setkey()