Lines Matching defs:infile
91 static int certify(X509 **xret, const char *infile, int informat,
103 static int certify_cert(X509 **xret, const char *infile, int certformat,
114 static int certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey,
280 const char *infile = NULL, *spkac_file = NULL, *ss_cert_file = NULL;
319 infile = opt_arg();
463 infile = opt_arg();
467 infile = opt_arg();
992 if (infile != NULL) {
994 j = certify(&x, infile, informat, pkey, x509p, dgst,
1296 if (infile == NULL) {
1302 revcert = load_cert_pass(infile, informat, 1, passin,
1357 static int certify(X509 **xret, const char *infile, int informat,
1374 req = load_csr(infile, informat, "certificate request");
1415 static int certify_cert(X509 **xret, const char *infile, int certformat,
1432 if ((template_cert = load_cert_pass(infile, certformat, 1, passin,
1973 static int certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey,
2001 parms = CONF_load(NULL, infile, &errline);
2003 BIO_printf(bio_err, "error on line %ld of %s\n", errline, infile);
2009 BIO_printf(bio_err, "no name/value pairs found in %s\n", infile);
2065 infile);