Searched refs:engine_dasync_id (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/engines/ |
| H A D | e_dasync.c | 54 static const char *engine_dasync_id = "dasync"; variable 250 if (!ENGINE_set_id(e, engine_dasync_id) in bind_dasync() 370 if (id && (strcmp(id, engine_dasync_id) != 0)) in bind_helper() 547 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], in dummy_pause_job() 567 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job() 569 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
|