• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/

Lines Matching defs:anyPolicy

175 	/* Root data: initialize to anyPolicy */
191 if (!cache->anyPolicy)
241 * or anyPolicy if no match.
258 * if anyPolicy matching is enabled because there would be
268 /* If no match link to anyPolicy */
270 parent = last->anyPolicy;
279 * to anyPolicy.
305 /* Create a new node with qualifiers from anyPolicy and
313 data->qualifier_set = curr->anyPolicy->data->qualifier_set;
321 /* Finally add link to anyPolicy */
322 if (last->anyPolicy)
324 if (!level_add_node(curr, cache->anyPolicy,
325 last->anyPolicy, NULL))
364 if (curr->anyPolicy && !curr->anyPolicy->nchild)
366 if (curr->anyPolicy->parent)
367 curr->anyPolicy->parent->nchild--;
368 OPENSSL_free(curr->anyPolicy);
369 curr->anyPolicy = NULL;
373 /* If we zapped anyPolicy at top then tree is empty */
374 if (!curr->anyPolicy)
405 * used to calculate the user set. If the authority set is not anyPolicy
407 * set is anyPolicy then the set of valid policies (other than anyPolicy)
421 /* If last level contains anyPolicy set is anyPolicy */
422 if (curr->anyPolicy)
424 if (!tree_add_auth_node(&tree->auth_policies, curr->anyPolicy))
435 /* If no anyPolicy node on this this level it can't
438 if (!(anyptr = curr->anyPolicy))
466 X509_POLICY_NODE *anyPolicy;
469 /* Check if anyPolicy present in authority constrained policy set:
476 anyPolicy = tree->levels[tree->nlevel - 1].anyPolicy;
494 if (!anyPolicy)
497 * and qualifiers from anyPolicy.
500 node_critical(anyPolicy));
503 extra->qualifier_set = anyPolicy->data->qualifier_set;
506 node = level_add_node(NULL, extra, anyPolicy->parent,
571 if (curr->anyPolicy)
572 policy_node_free(curr->anyPolicy);