Searched refs:tree_prune (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | pcy_tree.c | 87 tree_print(trc_out, "before tree_prune()", tree, curr); \ 406 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune() function 599 * (see tree_prune()). 615 TREE_PRINT("before tree_prune()", tree, curr); in tree_evaluate() 616 ret = tree_prune(tree, curr); in tree_evaluate()
|
/third_party/openssl/crypto/x509/ |
H A D | pcy_tree.c | 87 tree_print(trc_out, "before tree_prune()", tree, curr); \ 406 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune() function 599 * (see tree_prune()). 615 TREE_PRINT("before tree_prune()", tree, curr); in tree_evaluate() 616 ret = tree_prune(tree, curr); in tree_evaluate()
|
Completed in 3 milliseconds