Home | History | Annotate | Download | only in engine

Lines Matching full:engine

64 /* ENGINE config module */
75 static STACK_OF(ENGINE) *initialized_engines = NULL;
77 static int int_engine_init(ENGINE *e)
100 ENGINE *e = NULL;
105 fprintf(stderr, "Configuring engine %s\n", name);
107 /* Value is a section containing ENGINE commands */
122 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname, ctrlvalue);
127 /* Override engine name to use */
132 /* Load a dynamic ENGINE */
148 /* At this point we need an ENGINE structural reference
222 fprintf(stderr, "Called engine module: name %s, value %s\n",
246 ENGINE *e;