Searched refs:rev_arg (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 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; in ca_main() local 489 rev_arg = opt_arg(); in ca_main() 1328 j = do_revoke(revcert, db, rev_type, rev_arg); in ca_main() 2377 static char *make_revocation_str(REVINFO_TYPE rev_type, const char *rev_arg) in make_revocation_str() argument 2392 if (OPENSSL_strcasecmp(rev_arg, crl_reasons[i]) == 0) { in make_revocation_str() 2398 BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg); in make_revocation_str() 2405 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str() 2409 BIO_printf(bio_err, "Invalid object identifier %s\n", rev_arg); in make_revocation_str() 2414 other = rev_arg; in make_revocation_str() [all...] |
/third_party/openssl/apps/ |
H A D | ca.c | 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; in ca_main() local 489 rev_arg = opt_arg(); in ca_main() 1308 j = do_revoke(revcert, db, rev_type, rev_arg); in ca_main() 2357 static char *make_revocation_str(REVINFO_TYPE rev_type, const char *rev_arg) in make_revocation_str() argument 2372 if (OPENSSL_strcasecmp(rev_arg, crl_reasons[i]) == 0) { in make_revocation_str() 2378 BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg); in make_revocation_str() 2385 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str() 2389 BIO_printf(bio_err, "Invalid object identifier %s\n", rev_arg); in make_revocation_str() 2394 other = rev_arg; in make_revocation_str() [all...] |
Completed in 7 milliseconds