Searched refs:pnodes (Results 1 – 1 of 1) sorted by relevance
458 static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes, in tree_add_auth_node() argument461 if (*pnodes == NULL && in tree_add_auth_node()462 (*pnodes = policy_node_cmp_new()) == NULL) in tree_add_auth_node()464 if (sk_X509_POLICY_NODE_find(*pnodes, pcy) >= 0) in tree_add_auth_node()466 return sk_X509_POLICY_NODE_push(*pnodes, pcy) != 0; in tree_add_auth_node()486 STACK_OF(X509_POLICY_NODE) **pnodes) in tree_calculate_authority_set()498 addnodes = pnodes; in tree_calculate_authority_set()516 if (addnodes == pnodes) { in tree_calculate_authority_set()517 sk_X509_POLICY_NODE_free(*pnodes); in tree_calculate_authority_set()518 *pnodes = NULL; in tree_calculate_authority_set()[all …]