X509_POLICY_LEVEL
X509_POLICY_LEVEL *levels;
X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
int level_add_node(X509_POLICY_LEVEL *level,
int policy_node_match(const X509_POLICY_LEVEL *lvl,
X509_policy_level_node_count(X509_POLICY_LEVEL *level)
X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i)
X509_POLICY_LEVEL *
level_add_node(X509_POLICY_LEVEL *level, const X509_POLICY_DATA *data,
policy_node_match(const X509_POLICY_LEVEL *lvl, const X509_POLICY_NODE *node,
level_find_node(const X509_POLICY_LEVEL *level, const X509_POLICY_NODE *parent,
X509_POLICY_LEVEL *level;
tree->levels = calloc(n, sizeof(X509_POLICY_LEVEL));
tree_link_matching_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_DATA *data)
X509_POLICY_LEVEL *last = curr - 1;
tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache)
tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache,
tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache,
const X509_POLICY_LEVEL *last = curr - 1;
tree_link_any(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache,
X509_POLICY_LEVEL *last = curr - 1;
tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
X509_POLICY_LEVEL *curr;
X509_POLICY_LEVEL *curr = tree->levels + 1;
X509_POLICY_LEVEL *curr;
expected_print(BIO *err, X509_POLICY_LEVEL *lev, X509_POLICY_NODE *node,
tree_print(char *str, X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
X509_POLICY_LEVEL *plev;
X509_POLICY_LEVEL *
int X509_policy_level_node_count(X509_POLICY_LEVEL *level);
X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i);