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
259 X509_POLICY_TREE *tree) in tree_link_matching_nodes()
289 X509_POLICY_TREE *tree) in tree_link_nodes()
312 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
340 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
376 X509_POLICY_TREE *tree) in tree_link_any()
406 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
481 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
530 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set()
601 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate()
629 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free()
667 X509_POLICY_TREE *tree = NULL; in X509_policy_check() local