Lines Matching defs:tree
103 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print()
152 X509_POLICY_TREE *tree; in tree_init() local
375 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
401 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
436 X509_POLICY_TREE *tree) in tree_link_any()
494 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
565 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
609 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set()
668 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate()
698 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free()
741 X509_POLICY_TREE *tree = NULL; in X509_policy_check() local