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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_ncons.c107 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
118 ptree = &ncons->permittedSubtrees;
123 ptree = &ncons->excludedSubtrees;
135 if (!*ptree)
136 *ptree = sk_GENERAL_SUBTREE_new_null();
137 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
H A Dpcy_tree.c74 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, argument
87 *ptree = NULL;
224 *ptree = tree;
592 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, argument
600 *ptree = NULL;
674 *ptree = tree;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.h499 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h499 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,

Completed in 51 milliseconds