Home | History | Annotate | Download | only in apps

Lines Matching refs:ENGINE

1 /* apps/engine.c -*- mode: C; c-file-style: "eay" -*- */
69 #include <openssl/engine.h>
76 "usage: engine opts [engine ...]\n",
77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
81 " -c - for each engine, also list the capabilities\n",
82 " -t[t] - for each engine, check that they are really available\n",
84 " -pre <cmd> - runs command 'cmd' against the ENGINE before any attempts\n",
86 " -post <cmd> - runs command 'cmd' against the ENGINE after loading it\n",
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent)
293 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
346 ENGINE *e;