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

  /external/boringssl/src/crypto/x509v3/
pcy_lib.c 99 return tree->user_policies;
pcy_int.h 168 STACK_OF(X509_POLICY_NODE) *user_policies; member in struct:X509_POLICY_TREE_st
pcy_tree.c 237 tree->user_policies = NULL;
687 if (!tree->user_policies)
689 tree->user_policies = sk_X509_POLICY_NODE_new_null();
690 if (!tree->user_policies)
693 if (!sk_X509_POLICY_NODE_push(tree->user_policies, node))
741 sk_X509_POLICY_NODE_pop_free(tree->user_policies, exnode_free);

Completed in 44 milliseconds