Searched refs:engine_dasync_id (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/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() 296 if (id && (strcmp(id, engine_dasync_id) != 0)) in bind_helper() 434 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], in dummy_pause_job() 454 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job() 456 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
|
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_dasync.c | 52 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() 550 if (ASYNC_WAIT_CTX_get_fd(waitctx, engine_dasync_id, &pipefds[0], in dummy_pause_job() 570 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job() 572 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
|