Lines Matching defs:tree
41 char *str, X509_POLICY_TREE *tree, in tree_print()
72 #define TREE_PRINT(str, tree, curr) \ argument
87 X509_POLICY_TREE *tree; in tree_init() local
294 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
322 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
358 X509_POLICY_TREE *tree) in tree_link_any()
388 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
463 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
512 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set()
575 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate()
603 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free()
641 X509_POLICY_TREE *tree = NULL; in X509_policy_check() local