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_subject
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
cmp.c
114
static char *
opt_subject
= NULL;
variable
204
OPT_NEWKEY, OPT_NEWKEYPASS,
OPT_SUBJECT
, OPT_ISSUER,
288
{"subject",
OPT_SUBJECT
, 's',
557
{&opt_newkey}, {&opt_newkeypass}, {&
opt_subject
}, {&opt_issuer},
1407
if (opt_ref == NULL && opt_cert == NULL &&
opt_subject
== NULL) {
1525
if (
opt_subject
== NULL
1554
if (!set_name(
opt_subject
, OSSL_CMP_CTX_set1_subjectName, ctx, "subject")
1560
if (
opt_subject
!= NULL) {
1563
if (!set_name(
opt_subject
, OSSL_CMP_CTX_set1_subjectName, ctx, "subject"))
1589
if (
opt_subject
!= NULL
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
cmp.c
129
static char *
opt_subject
= NULL;
variable
247
OPT_SUBJECT
,
411
{ "subject",
OPT_SUBJECT
, 's',
722
{ &opt_newkeyout }, { &
opt_subject
}, { (char **)&opt_days }, { &opt_reqexts },
1603
if (opt_ref == NULL && opt_cert == NULL &&
opt_subject
== NULL) {
1764
if (
opt_subject
== NULL
1812
if (!set_name(
opt_subject
, OSSL_CMP_CTX_set1_subjectName, ctx, "subject"))
1817
if (
opt_subject
!= NULL) {
1820
if (!set_name(
opt_subject
, OSSL_CMP_CTX_set1_subjectName, ctx, "subject"))
1863
if (
opt_subject
!= NULL
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026