OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rev_arg
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
ca.c
137
static char *make_revocation_str(REVINFO_TYPE rev_type, const char *
rev_arg
);
334
char *outdir = NULL, *outfile = NULL, *
rev_arg
= NULL, *ser_status = NULL;
local
545
rev_arg
= opt_arg();
1324
j = do_revoke(revcert, db, rev_type,
rev_arg
);
2382
static char *make_revocation_str(REVINFO_TYPE rev_type, const char *
rev_arg
)
2397
if (OPENSSL_strcasecmp(
rev_arg
, crl_reasons[i]) == 0) {
2403
BIO_printf(bio_err, "Unknown CRL reason %s\n",
rev_arg
);
2410
otmp = OBJ_txt2obj(
rev_arg
, 0);
2414
BIO_printf(bio_err, "Invalid object identifier %s\n",
rev_arg
);
2419
other =
rev_arg
;
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
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;
local
489
rev_arg
= opt_arg();
1328
j = do_revoke(revcert, db, rev_type,
rev_arg
);
2377
static char *make_revocation_str(REVINFO_TYPE rev_type, const char *
rev_arg
)
2392
if (OPENSSL_strcasecmp(
rev_arg
, crl_reasons[i]) == 0) {
2398
BIO_printf(bio_err, "Unknown CRL reason %s\n",
rev_arg
);
2405
otmp = OBJ_txt2obj(
rev_arg
, 0);
2409
BIO_printf(bio_err, "Invalid object identifier %s\n",
rev_arg
);
2414
other =
rev_arg
;
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
ca.c
130
static char *make_revocation_str(REVINFO_TYPE rev_type, const char *
rev_arg
);
245
char *outdir = NULL, *outfile = NULL, *
rev_arg
= NULL, *ser_status = NULL;
local
422
rev_arg
= opt_arg();
1218
j = do_revoke(revcert, db, rev_type,
rev_arg
);
2301
static char *make_revocation_str(REVINFO_TYPE rev_type, const char *
rev_arg
)
2316
if (strcasecmp(
rev_arg
, crl_reasons[i]) == 0) {
2322
BIO_printf(bio_err, "Unknown CRL reason %s\n",
rev_arg
);
2329
otmp = OBJ_txt2obj(
rev_arg
, 0);
2333
BIO_printf(bio_err, "Invalid object identifier %s\n",
rev_arg
);
2338
other =
rev_arg
;
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026