Home | History | Annotate | Download | only in apps

Lines Matching defs:keyout

175 	char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL;
277 else if (strcmp(*argv,"-keyout") == 0)
280 keyout= *(++argv);
424 BIO_printf(bio_err," -keyout arg file to send the key to\n");
709 if (keyout == NULL)
711 keyout=NCONF_get_string(req_conf,SECTION,KEYFILE);
712 if (keyout == NULL)
716 if (keyout == NULL)
729 BIO_printf(bio_err,"writing new private key to '%s'\n",keyout);
730 if (BIO_write_filename(out,keyout) <= 0)
732 perror(keyout);
981 if ((keyout != NULL) && (strcmp(outfile,keyout) == 0))