Searched refs:engine_dasync_id (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/crypto/openssl/engines/ |
| H A D | e_dasync.c | 40 static const char *engine_dasync_id = "dasync"; variable 209 if (!ENGINE_set_id(e, engine_dasync_id) in bind_dasync() 293 if (id && (strcmp(id, engine_dasync_id) != 0)) in bind_helper() 427 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], in dummy_pause_job() 447 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job() 449 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
|