OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anyPolicy
(Results
1 - 6
of
6
) sorted by null
/external/openssl/crypto/x509v3/
pcy_lib.c
111
if (level->
anyPolicy
)
124
if (level->
anyPolicy
)
127
return level->
anyPolicy
;
pcy_map.c
84
/* Reject if map to or from
anyPolicy
*/
94
/* If we don't have
anyPolicy
can't map */
95
if (!data && !cache->
anyPolicy
)
98
/* Create a NODE from
anyPolicy
*/
102
cache->
anyPolicy
->flags
106
data->qualifier_set = cache->
anyPolicy
->qualifier_set;
pcy_tree.c
121
if (plev->
anyPolicy
)
122
X509_POLICY_NODE_print(err, plev->
anyPolicy
, 2);
246
/* Root data: initialize to
anyPolicy
*/
261
if (!cache->
anyPolicy
)
327
if (!matched && last->
anyPolicy
)
329
if (!level_add_node(curr, data, last->
anyPolicy
, NULL))
337
* or
anyPolicy
if no match.
352
* if
anyPolicy
matching is enabled because there would be
371
* to
anyPolicy
.
383
/* Create a new node with qualifiers from
anyPolicy
an
[
all
...]
pcy_cache.c
97
if (cache->
anyPolicy
)
102
cache->
anyPolicy
= data;
140
cache->
anyPolicy
= NULL;
239
if (cache->
anyPolicy
)
240
policy_data_free(cache->
anyPolicy
);
pcy_int.h
114
/*
anyPolicy
data or NULL if no
anyPolicy
*/
115
X509_POLICY_DATA *
anyPolicy
;
150
/*
anyPolicy
node */
151
X509_POLICY_NODE *
anyPolicy
;
172
/* Set if
anyPolicy
present in user policies */
pcy_node.c
128
if (level->
anyPolicy
)
130
level->
anyPolicy
= node;
Completed in 120 milliseconds