Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/engines/
HDe_dasync.c52 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()