Lines Matching defs:tree
60 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print()
104 X509_POLICY_TREE *tree; in tree_init() local
262 X509_POLICY_TREE *tree) in tree_link_matching_nodes()
292 X509_POLICY_TREE *tree) in tree_link_nodes()
315 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
343 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
379 X509_POLICY_TREE *tree) in tree_link_any()
408 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
483 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
532 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set()
594 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate()
624 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free()
662 X509_POLICY_TREE *tree = NULL; in X509_policy_check() local