Home
last modified time | relevance | path

Searched refs:completion (Results 1 – 5 of 5) sorted by relevance

/crypto/
Dtestmgr.c50 struct completion completion; member
113 complete(&res->completion); in tcrypt_complete()
128 init_completion(&tresult.completion); in test_hash()
168 &tresult.completion); in test_hash()
170 INIT_COMPLETION(tresult.completion); in test_hash()
231 &tresult.completion); in test_hash()
233 INIT_COMPLETION(tresult.completion); in test_hash()
286 init_completion(&result.completion); in test_aead()
362 &result.completion); in test_aead()
364 INIT_COMPLETION(result.completion); in test_aead()
[all …]
Dinternal.h50 struct completion completion; member
Dgcm.c54 struct completion completion; member
180 complete(&result->completion); in crypto_gcm_setkey_done()
215 init_completion(&data->result.completion); in crypto_gcm_setkey()
228 &data->result.completion); in crypto_gcm_setkey()
Dapi.c127 init_completion(&larval->completion); in crypto_larval_alloc()
166 complete_all(&larval->completion); in crypto_larval_kill()
177 &larval->completion, 60 * HZ); in crypto_larval_wait()
Dalgapi.c37 complete_all(&larval->completion); in crypto_larval_error()
250 complete_all(&larval->completion); in crypto_alg_tested()
265 complete_all(&test->completion); in crypto_alg_tested()
296 err = wait_for_completion_interruptible(&larval->completion); in crypto_wait_for_test()