Symbol: X509_POLICY_TREE
crypto/libressl/apps/openssl/apps.c
1974
X509_POLICY_TREE *tree;
crypto/libressl/crypto/x509/pcy_int.h
202
X509_POLICY_TREE *tree, X509_POLICY_NODE **nodep);
crypto/libressl/crypto/x509/pcy_lib.c
69
X509_policy_tree_level_count(const X509_POLICY_TREE *tree)
crypto/libressl/crypto/x509/pcy_lib.c
77
X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i)
crypto/libressl/crypto/x509/pcy_lib.c
85
X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree)
crypto/libressl/crypto/x509/pcy_lib.c
93
X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree)
crypto/libressl/crypto/x509/pcy_node.c
114
X509_POLICY_NODE *parent, X509_POLICY_TREE *tree, X509_POLICY_NODE **nodep)
crypto/libressl/crypto/x509/pcy_tree.c
143
tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, unsigned int flags)
crypto/libressl/crypto/x509/pcy_tree.c
145
X509_POLICY_TREE *tree;
crypto/libressl/crypto/x509/pcy_tree.c
214
tree = malloc(sizeof(X509_POLICY_TREE));
crypto/libressl/crypto/x509/pcy_tree.c
342
const ASN1_OBJECT *id, X509_POLICY_NODE *node, X509_POLICY_TREE *tree)
crypto/libressl/crypto/x509/pcy_tree.c
368
X509_POLICY_NODE *node, X509_POLICY_TREE *tree)
crypto/libressl/crypto/x509/pcy_tree.c
401
X509_POLICY_TREE *tree)
crypto/libressl/crypto/x509/pcy_tree.c
428
tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
crypto/libressl/crypto/x509/pcy_tree.c
501
tree_calculate_authority_set(X509_POLICY_TREE *tree,
crypto/libressl/crypto/x509/pcy_tree.c
545
tree_calculate_user_set(X509_POLICY_TREE *tree,
crypto/libressl/crypto/x509/pcy_tree.c
602
tree_evaluate(X509_POLICY_TREE *tree)
crypto/libressl/crypto/x509/pcy_tree.c
633
X509_policy_tree_free(X509_POLICY_TREE *tree)
crypto/libressl/crypto/x509/pcy_tree.c
670
X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
crypto/libressl/crypto/x509/pcy_tree.c
675
X509_POLICY_TREE *tree = NULL;
crypto/libressl/crypto/x509/pcy_tree.c
96
tree_print(char *str, X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
crypto/libressl/crypto/x509/x509_lcl.h
355
X509_POLICY_TREE *tree; /* Valid policy tree */
crypto/libressl/crypto/x509/x509_vfy.c
2573
X509_POLICY_TREE *
crypto/libressl/include/openssl/x509_vfy.h
410
X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
crypto/libressl/include/openssl/x509_vfy.h
462
int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
crypto/libressl/include/openssl/x509_vfy.h
467
void X509_policy_tree_free(X509_POLICY_TREE *tree);
crypto/libressl/include/openssl/x509_vfy.h
469
int X509_policy_tree_level_count(const X509_POLICY_TREE *tree);
crypto/libressl/include/openssl/x509_vfy.h
471
X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i);
crypto/libressl/include/openssl/x509_vfy.h
474
X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree);
crypto/libressl/include/openssl/x509_vfy.h
477
X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree);