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_POLICIES
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
cmp.c
120
static char *
opt_policies
= NULL;
variable
207
OPT_POLICIES
, OPT_POLICY_OIDS, OPT_POLICY_OIDS_CRITICAL,
308
{"policies",
OPT_POLICIES
, 's',
560
{&
opt_policies
}, {&opt_policy_oids}, {(char **)&opt_policy_oids_critical},
1577
if (
opt_policies
!= NULL)
1655
if (
opt_policies
!= NULL && opt_policy_oids != NULL) {
1670
if (opt_reqexts != NULL ||
opt_policies
!= NULL) {
1681
if (
opt_policies
!= NULL
1682
&& !X509V3_EXT_add_nconf_sk(conf, &ext_ctx,
opt_policies
, &exts)) {
1684
opt_policies
);
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
cmp.c
134
static char *
opt_policies
= NULL;
variable
252
OPT_POLICIES
,
427
{ "policies",
OPT_POLICIES
, 's',
724
{ &
opt_policies
}, { &opt_policy_oids }, { (char **)&opt_policy_oids_critical },
1835
if (
opt_policies
!= NULL)
1968
if (
opt_policies
!= NULL && opt_policy_oids != NULL) {
1984
if (opt_reqexts != NULL ||
opt_policies
!= NULL) {
1995
if (
opt_policies
!= NULL
1996
&& !X509V3_EXT_add_nconf_sk(conf, &ext_ctx,
opt_policies
, &exts)) {
1998
opt_policies
);
[
all
...]
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026