Home | History | Annotate | Download | only in apps

Lines Matching refs:infile

199 static int certify(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509,
206 static int certify_cert(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509,
214 static int certify_spkac(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509,
272 char *infile=NULL;
430 infile= *(++argv);
501 infile= *(++argv);
1230 infile != NULL)
1233 j=certify(&x,infile,pkey,x509p,dgst,sigopts, attribs,db,
1513 if (infile == NULL)
1521 revcert=load_cert(bio_err, infile, FORMAT_PEM,
1522 NULL, e, infile);
1573 static int certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509,
1589 if (BIO_read_filename(in,infile) <= 0)
1591 perror(infile);
1597 infile);
1644 static int certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509,
1657 if ((req=load_cert(bio_err, infile, FORMAT_PEM, NULL, e, infile)) == NULL)
2265 static int certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509,
2291 parms=CONF_load(NULL,infile,&errline);
2294 BIO_printf(bio_err,"error on line %ld of %s\n",errline,infile);
2302 BIO_printf(bio_err, "no name/value pairs found in %s\n", infile);
2367 infile);