Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dpcy_tree.c453 static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes, in tree_add_auth_node() argument
456 if (*pnodes == NULL && in tree_add_auth_node()
457 (*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()
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 …]

Completed in 13 milliseconds