Lines Matching defs:engine
10 /* We need to use some engine deprecated APIs */
21 #include <openssl/engine.h>
32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] engine...\n"},
36 {"t", OPT_T, '-', "Check that specified engine is available"},
41 {"v", OPT_V, '-', "List 'control commands' For each specified engine"},
45 {"c", OPT_C, '-', "List the capabilities of specified engine"},
51 {"engine", 0, 0, "ID of engine(s) to load"},
63 p = *buf = app_malloc(*size, "engine buffer");
279 ENGINE *engine;
288 if (OSSL_STORE_LOADER_get0_engine(loader) == ctx->engine) {
315 /* Remember the original command name, parse/skip any leading engine
363 /* Any remaining arguments are engine names. */
368 BIO_printf(bio_err, "%s: Cannot mix flags and engine names.\n",
447 store_ctx.engine = e;