Lines Matching defs:last
225 * the last in the chain.
261 X509_POLICY_LEVEL *last = curr - 1;
265 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) {
266 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(last->nodes, i);
268 if (ossl_policy_node_match(last, node, data->valid_policy)) {
274 if (!matched && last->anyPolicy) {
275 if (ossl_policy_level_add_node(curr, data, last->anyPolicy, tree, 0) == NULL)
342 const X509_POLICY_LEVEL *last = curr - 1;
345 if ((last->flags & X509_V_FLAG_INHIBIT_MAP)
380 X509_POLICY_LEVEL *last = curr - 1;
382 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) {
383 node = sk_X509_POLICY_NODE_value(last->nodes, i);
389 if (last->anyPolicy &&
391 last->anyPolicy, tree, 0) == NULL)
490 /* If last level contains anyPolicy set is anyPolicy */