Searched refs:pnodes (Results 1 – 1 of 1) sorted by relevance
436 static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes, in tree_add_auth_node() argument439 if (*pnodes == NULL && in tree_add_auth_node()440 (*pnodes = ossl_policy_node_cmp_new()) == NULL) in tree_add_auth_node()442 if (sk_X509_POLICY_NODE_find(*pnodes, pcy) >= 0) in tree_add_auth_node()444 return sk_X509_POLICY_NODE_push(*pnodes, pcy) != 0; in tree_add_auth_node()476 addnodes = pnodes; in tree_calculate_authority_set()494 if (addnodes == pnodes) { in tree_calculate_authority_set()495 sk_X509_POLICY_NODE_free(*pnodes); in tree_calculate_authority_set()496 *pnodes = NULL; in tree_calculate_authority_set()502 if (addnodes == pnodes) in tree_calculate_authority_set()[all …]
Completed in 3 milliseconds