Home | History | Annotate | Download | only in x509v3

Lines Matching defs:last

268 			 * issued and not the last in the chain.
313 X509_POLICY_LEVEL *last = curr - 1;
317 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++)
319 node = sk_X509_POLICY_NODE_value(last->nodes, i);
320 if (policy_node_match(last, node, data->valid_policy))
327 if (!matched && last->anyPolicy)
329 if (!level_add_node(curr, data, last->anyPolicy, NULL))
407 const X509_POLICY_LEVEL *last = curr - 1;
410 if ( (last->flags & X509_V_FLAG_INHIBIT_MAP)
449 X509_POLICY_LEVEL *last = curr - 1;
451 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++)
453 node = sk_X509_POLICY_NODE_value(last->nodes, i);
490 if (last->anyPolicy)
493 last->anyPolicy, NULL))
595 /* If last level contains anyPolicy set is anyPolicy */