Searched refs:ptree (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_ncons.c114 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
125 ptree = &ncons->permittedSubtrees;
130 ptree = &ncons->excludedSubtrees;
142 if (!*ptree)
143 *ptree = sk_GENERAL_SUBTREE_new_null();
144 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
H A Dpcy_tree.c143 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, argument
156 *ptree = NULL;
295 *ptree = tree;
767 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, argument
775 *ptree = NULL;
854 *ptree = tree;
/external/openssl/crypto/x509v3/
H A Dv3_ncons.c114 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
125 ptree = &ncons->permittedSubtrees;
130 ptree = &ncons->excludedSubtrees;
142 if (!*ptree)
143 *ptree = sk_GENERAL_SUBTREE_new_null();
144 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
H A Dpcy_tree.c143 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, argument
156 *ptree = NULL;
295 *ptree = tree;
767 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, argument
775 *ptree = NULL;
854 *ptree = tree;
/external/mksh/src/
H A Dtree.c30 static void ptree(struct op *, int, struct shf *);
46 ptree(struct op *t, int indent, struct shf *shf) function
152 internal_errorf("TELIF in tree.c:ptree() unexpected");
463 ptree(va_arg(va, struct op *), indent, shf);
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509_vfy.h535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dx509_vfy.h535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
/external/openssl/crypto/x509/
H A Dx509_vfy.h535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
/external/openssl/include/openssl/
H A Dx509_vfy.h535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,

Completed in 197 milliseconds