Lines Matching defs:tree
54 char *str, X509_POLICY_TREE *tree, in tree_print()
85 #define TREE_PRINT(str, tree, curr) \ argument
100 X509_POLICY_TREE *tree; in tree_init() local
258 X509_POLICY_TREE *tree) in tree_link_matching_nodes()
288 X509_POLICY_TREE *tree) in tree_link_nodes()
311 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
339 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
375 X509_POLICY_TREE *tree) in tree_link_any()
405 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
480 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
529 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set()
600 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate()
628 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free()
666 X509_POLICY_TREE *tree = NULL; in X509_policy_check() local