Home
last modified time | relevance | path

Searched refs:pnodes (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dpcy_tree.c458 static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes, in tree_add_auth_node() argument
461 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 …]