Lines Matching defs:tree
52 char *str, X509_POLICY_TREE *tree, in tree_print()
83 #define TREE_PRINT(str, tree, curr) \ argument
98 X509_POLICY_TREE *tree; in tree_init() local
257 X509_POLICY_TREE *tree) in tree_link_matching_nodes()
287 X509_POLICY_TREE *tree) in tree_link_nodes()
310 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
338 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
374 X509_POLICY_TREE *tree) in tree_link_any()
404 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
479 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
528 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set()
591 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate()
619 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free()
657 X509_POLICY_TREE *tree = NULL; in X509_policy_check() local