Home | History | Annotate | Download | only in x509v3

Lines Matching refs:node

133 const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node)
135 if (!node)
137 return node->data->valid_policy;
141 int X509_policy_node_get_critical(const X509_POLICY_NODE *node)
143 if (node_critical(node))
150 X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node)
152 if (!node)
154 return node->data->qualifier_set;
158 X509_policy_node_get0_parent(const X509_POLICY_NODE *node)
160 if (!node)
162 return node->parent;