Searched refs:engine_dasync_id (Results 1 – 1 of 1) sorted by relevance
/openssl-master/engines/ |
A D | e_dasync.c | 52 static const char *engine_dasync_id = "dasync"; variable 233 if (!ENGINE_set_id(e, engine_dasync_id) in bind_dasync() 329 if (id && (strcmp(id, engine_dasync_id) != 0)) in bind_helper() 506 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], in dummy_pause_job() 526 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job() 528 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
|
Completed in 5 milliseconds