Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_tree.c664 int init_ret; in X509_policy_check() local
672 init_ret = tree_init(&tree, certs, flags); in X509_policy_check()
674 if (init_ret <= 0) in X509_policy_check()
675 return init_ret; in X509_policy_check()
677 if ((init_ret & X509_PCY_TREE_EXPLICIT) == 0) { in X509_policy_check()
678 if (init_ret & X509_PCY_TREE_EMPTY) { in X509_policy_check()
685 if (init_ret & X509_PCY_TREE_EMPTY) in X509_policy_check()
696 if (init_ret & X509_PCY_TREE_EXPLICIT) in X509_policy_check()
713 if (init_ret & X509_PCY_TREE_EXPLICIT) { in X509_policy_check()
/third_party/openssl/crypto/x509/
H A Dpcy_tree.c664 int init_ret; in X509_policy_check() local
672 init_ret = tree_init(&tree, certs, flags); in X509_policy_check()
674 if (init_ret <= 0) in X509_policy_check()
675 return init_ret; in X509_policy_check()
677 if ((init_ret & X509_PCY_TREE_EXPLICIT) == 0) { in X509_policy_check()
678 if (init_ret & X509_PCY_TREE_EMPTY) { in X509_policy_check()
685 if (init_ret & X509_PCY_TREE_EMPTY) in X509_policy_check()
696 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 3 milliseconds