Searched refs:pnodes (Results 1 – 1 of 1) sorted by relevance
454 static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes, in tree_add_auth_node() argument457 if (*pnodes == NULL && (*pnodes = ossl_policy_node_cmp_new()) == NULL) in tree_add_auth_node()459 if (sk_X509_POLICY_NODE_find(*pnodes, pcy) >= 0) in tree_add_auth_node()461 return sk_X509_POLICY_NODE_push(*pnodes, pcy) != 0; in tree_add_auth_node()481 STACK_OF(X509_POLICY_NODE) **pnodes) in tree_calculate_authority_set()493 addnodes = pnodes; in tree_calculate_authority_set()511 if (addnodes == pnodes) { in tree_calculate_authority_set()512 sk_X509_POLICY_NODE_free(*pnodes); in tree_calculate_authority_set()513 *pnodes = NULL; in tree_calculate_authority_set()519 if (addnodes == pnodes) in tree_calculate_authority_set()[all …]