Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dpcy_tree.c663 int init_ret; in X509_policy_check() local
671 init_ret = tree_init(&tree, certs, flags); in X509_policy_check()
673 if (init_ret <= 0) in X509_policy_check()
674 return init_ret; in X509_policy_check()
676 if ((init_ret & X509_PCY_TREE_EXPLICIT) == 0) { in X509_policy_check()
677 if (init_ret & X509_PCY_TREE_EMPTY) { in X509_policy_check()
684 if (init_ret & X509_PCY_TREE_EMPTY) in X509_policy_check()
695 if (init_ret & X509_PCY_TREE_EXPLICIT) in X509_policy_check()
713 if (init_ret & X509_PCY_TREE_EXPLICIT) { in X509_policy_check()

Completed in 5 milliseconds