Searched refs:ptree (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_ncons.c | 117 STACK_OF(GENERAL_SUBTREE) **ptree = NULL; 128 ptree = &ncons->permittedSubtrees; 133 ptree = &ncons->excludedSubtrees; 145 if (!*ptree) 146 *ptree = sk_GENERAL_SUBTREE_new_null(); 147 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
|
D | pcy_tree.c | 148 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, in tree_init() argument 161 *ptree = NULL; in tree_init() 299 *ptree = tree; in tree_init() 771 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, in X509_policy_check() argument 779 *ptree = NULL; in X509_policy_check() 858 *ptree = tree; in X509_policy_check()
|
/external/mksh/src/ |
D | tree.c | 30 static void ptree(struct op *, int, struct shf *); 46 ptree(struct op *t, int indent, struct shf *shf) in ptree() function 471 ptree(va_arg(va, struct op *), indent, shf); in vfptreef()
|
/external/boringssl/src/include/openssl/ |
D | x509_vfy.h | 579 OPENSSL_EXPORT int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
|