OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPT_OLDCERT
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
cmp.c
132
static char *
opt_oldcert
= NULL;
variable
212
OPT_OLDCERT
, OPT_REVREASON,
335
{"oldcert",
OPT_OLDCERT
, 's',
566
{&
opt_oldcert
}, {(char **)&opt_revreason},
1526
&& opt_csr == NULL &&
opt_oldcert
== NULL && opt_cert == NULL
1532
&& opt_key == NULL && opt_csr == NULL &&
opt_oldcert
== NULL) {
1583
char *ref_cert =
opt_oldcert
!= NULL ?
opt_oldcert
: opt_cert;
1594
if (
opt_oldcert
== NULL && opt_csr == NULL) {
1598
if (
opt_oldcert
!= NULL && opt_csr != NULL
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
cmp.c
146
static char *
opt_oldcert
= NULL;
variable
263
OPT_OLDCERT
,
454
{ "oldcert",
OPT_OLDCERT
, 's',
730
{ &
opt_oldcert
}, { &opt_issuer }, { &opt_serial }, { (char **)&opt_revreason },
1765
&& opt_csr == NULL &&
opt_oldcert
== NULL && opt_cert == NULL
1773
&& opt_key == NULL && opt_csr == NULL &&
opt_oldcert
== NULL) {
1857
char *ref_cert =
opt_oldcert
!= NULL ?
opt_oldcert
: opt_cert;
1869
if (
opt_oldcert
== NULL && opt_csr == NULL) {
1873
if (
opt_oldcert
!= NULL && opt_csr != NULL
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026