HomeSort by relevance Sort by last modified time
    Searched refs:pnodes (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/x509v3/
pcy_tree.c 561 static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes,
564 if (!*pnodes)
566 *pnodes = policy_node_cmp_new();
567 if (!*pnodes)
570 else if (sk_X509_POLICY_NODE_find(*pnodes, NULL, pcy))
573 if (!sk_X509_POLICY_NODE_push(*pnodes, pcy))
581 * The 'pnodes' parameter is used as a store for the set of policy nodes
583 * then pnodes will just point to the authority set. If however the authority
585 * is store in pnodes. The return value of '2' is used in this case to indicate
586 * that pnodes should be freed
    [all...]
  /external/selinux/libsemanage/src/
direct_api.c 1092 dbase_config_t *pnodes = semanage_node_dbase_policy(sh); local
    [all...]

Completed in 444 milliseconds