Home
last modified time | relevance | path

Searched refs:pcons (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/x509/
H A Dv3_pcons.c47 POLICY_CONSTRAINTS *pcons = a; variable
49 pcons->requireExplicitPolicy, &extlist);
51 pcons->inhibitPolicyMapping, &extlist);
59 POLICY_CONSTRAINTS *pcons = NULL; in v2i_POLICY_CONSTRAINTS() local
63 if ((pcons = POLICY_CONSTRAINTS_new()) == NULL) { in v2i_POLICY_CONSTRAINTS()
70 if (!X509V3_get_value_int(val, &pcons->requireExplicitPolicy)) in v2i_POLICY_CONSTRAINTS()
73 if (!X509V3_get_value_int(val, &pcons->inhibitPolicyMapping)) in v2i_POLICY_CONSTRAINTS()
81 if (pcons->inhibitPolicyMapping == NULL in v2i_POLICY_CONSTRAINTS()
82 && pcons->requireExplicitPolicy == NULL) { in v2i_POLICY_CONSTRAINTS()
87 return pcons; in v2i_POLICY_CONSTRAINTS()
[all …]

Completed in 3 milliseconds