Home
last modified time | relevance | path

Searched refs:X509_PCY_TREE_EMPTY (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/x509v3/
Dpcy_tree.c119 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()
/third_party/openssl/include/openssl/
Dx509_vfy.h595 #define X509_PCY_TREE_EMPTY 2 /* The policy tree is empty */ macro