Home | History | Annotate | Download | only in apps

Lines Matching full:engine

104 	ENGINE *e = NULL;
136 char *engine=NULL;
360 else if (!strcmp(*args,"-engine"))
364 engine = *++args;
635 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
648 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
659 e = setup_engine(bio_err, engine, 0);