OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ext_pcons
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/x509v3/
pcy_cache.c
133
POLICY_CONSTRAINTS *
ext_pcons
= NULL;
local
151
ext_pcons
= X509_get_ext_d2i(x, NID_policy_constraints, &i, NULL);
153
if (!
ext_pcons
)
160
if (!
ext_pcons
->requireExplicitPolicy
161
&& !
ext_pcons
->inhibitPolicyMapping)
164
ext_pcons
->requireExplicitPolicy))
167
ext_pcons
->inhibitPolicyMapping))
224
if(
ext_pcons
)
225
POLICY_CONSTRAINTS_free(
ext_pcons
);
Completed in 6650 milliseconds