Lines Matching defs:engine
49 static int reply_command(CONF *conf, const char *section, const char *engine,
55 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine,
95 {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},
147 " [-text] [-engine id]",
163 const char *configfile = default_config_file, *engine = NULL;
277 engine = opt_arg();
330 ret = !reply_command(conf, section, engine, queryfile,
584 static int reply_command(CONF *conf, const char *section, const char *engine,
607 response = create_response(conf, section, engine, queryfile,
692 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine,
711 if (!TS_CONF_set_crypto_device(conf, section, engine))