Lines Matching refs:rev_arg
136 static char *make_revocation_str(REVINFO_TYPE rev_type, const char *rev_arg);
283 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL;
489 rev_arg = opt_arg();
1308 j = do_revoke(revcert, db, rev_type, rev_arg);
2357 static char *make_revocation_str(REVINFO_TYPE rev_type, const char *rev_arg)
2372 if (OPENSSL_strcasecmp(rev_arg, crl_reasons[i]) == 0) {
2378 BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg);
2385 otmp = OBJ_txt2obj(rev_arg, 0);
2389 BIO_printf(bio_err, "Invalid object identifier %s\n", rev_arg);
2394 other = rev_arg;
2400 if (!ASN1_GENERALIZEDTIME_set_string(NULL, rev_arg)) {
2403 rev_arg);
2406 other = rev_arg;