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");
710 if (keyout == NULL)
712 keyout=NCONF_get_string(req_conf,SECTION,KEYFILE);
713 if (keyout == NULL)
717 if (keyout == NULL)
730 BIO_printf(bio_err,"writing new private key to '%s'\n",keyout);
731 if (BIO_write_filename(out,keyout) <= 0)
733 perror(keyout);
982 if ((keyout != NULL) && (strcmp(outfile,keyout) == 0))