Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
Dpcy_tree.c654 int init_ret; in X509_policy_check() local
662 init_ret = tree_init(&tree, certs, flags); in X509_policy_check()
664 if (init_ret <= 0) in X509_policy_check()
665 return init_ret; in X509_policy_check()
667 if ((init_ret & X509_PCY_TREE_EXPLICIT) == 0) { in X509_policy_check()
668 if (init_ret & X509_PCY_TREE_EMPTY) { in X509_policy_check()
675 if (init_ret & X509_PCY_TREE_EMPTY) in X509_policy_check()
686 if (init_ret & X509_PCY_TREE_EXPLICIT) in X509_policy_check()
703 if (init_ret & X509_PCY_TREE_EXPLICIT) { in X509_policy_check()