Searched refs:X509_PCY_TREE_EMPTY (Results 1 – 2 of 2) sorted by relevance
119 return X509_PCY_TREE_EMPTY; in tree_init()149 i >= 0 && (explicit_policy > 0 || (ret & X509_PCY_TREE_EMPTY) == 0); in tree_init()162 ret = X509_PCY_TREE_EMPTY; in tree_init()446 return X509_PCY_TREE_EMPTY; in tree_prune()673 if (init_ret & X509_PCY_TREE_EMPTY) { in X509_policy_check()680 if (init_ret & X509_PCY_TREE_EMPTY) in X509_policy_check()691 if (ret == X509_PCY_TREE_EMPTY) { in X509_policy_check()
595 #define X509_PCY_TREE_EMPTY 2 /* The policy tree is empty */ macro