Home | History | Annotate | Download | only in apps

Lines Matching refs:keyfile

93 #define KEYFILE		"default_keyfile"
175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL;
247 keyfile= *(++argv);
619 if (keyfile != NULL)
621 pkey = load_key(bio_err, keyfile, keyform, 0, passin, e,
712 keyout=NCONF_get_string(req_conf,SECTION,KEYFILE);