Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dpcy_tree.c161 ret |= X509_PCY_TREE_EXPLICIT; in tree_init()
655 if ((init_ret & X509_PCY_TREE_EXPLICIT) == 0) { in X509_policy_check()
676 if (init_ret & X509_PCY_TREE_EXPLICIT) in X509_policy_check()
693 if (init_ret & X509_PCY_TREE_EXPLICIT) { in X509_policy_check()
/third_party/openssl/include/openssl/
Dx509_vfy.h596 #define X509_PCY_TREE_EXPLICIT 4 /* Explicit policy required */ macro