Symbol: X509_POLICY_TREE
crypto/openssl/apps/lib/apps.c
2100
X509_POLICY_TREE *tree;
crypto/openssl/crypto/x509/pcy_lib.c
20
int X509_policy_tree_level_count(const X509_POLICY_TREE *tree)
crypto/openssl/crypto/x509/pcy_lib.c
27
X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree,
crypto/openssl/crypto/x509/pcy_lib.c
35
STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_policies(const X509_POLICY_TREE
crypto/openssl/crypto/x509/pcy_lib.c
43
STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_user_policies(const X509_POLICY_TREE
crypto/openssl/crypto/x509/pcy_local.h
165
X509_POLICY_TREE *tree,
crypto/openssl/crypto/x509/pcy_node.c
61
X509_POLICY_TREE *tree,
crypto/openssl/crypto/x509/pcy_tree.c
101
X509_POLICY_TREE *tree;
crypto/openssl/crypto/x509/pcy_tree.c
262
X509_POLICY_TREE *tree)
crypto/openssl/crypto/x509/pcy_tree.c
292
X509_POLICY_TREE *tree)
crypto/openssl/crypto/x509/pcy_tree.c
315
X509_POLICY_NODE *node, X509_POLICY_TREE *tree)
crypto/openssl/crypto/x509/pcy_tree.c
343
X509_POLICY_NODE *node, X509_POLICY_TREE *tree)
crypto/openssl/crypto/x509/pcy_tree.c
378
X509_POLICY_TREE *tree)
crypto/openssl/crypto/x509/pcy_tree.c
406
static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
crypto/openssl/crypto/x509/pcy_tree.c
480
static int tree_calculate_authority_set(X509_POLICY_TREE *tree,
crypto/openssl/crypto/x509/pcy_tree.c
529
static int tree_calculate_user_set(X509_POLICY_TREE *tree,
crypto/openssl/crypto/x509/pcy_tree.c
54
char *str, X509_POLICY_TREE *tree,
crypto/openssl/crypto/x509/pcy_tree.c
600
static int tree_evaluate(X509_POLICY_TREE *tree)
crypto/openssl/crypto/x509/pcy_tree.c
628
void X509_policy_tree_free(X509_POLICY_TREE *tree)
crypto/openssl/crypto/x509/pcy_tree.c
658
int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
crypto/openssl/crypto/x509/pcy_tree.c
665
X509_POLICY_TREE *tree = NULL;
crypto/openssl/crypto/x509/pcy_tree.c
98
static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
crypto/openssl/crypto/x509/x509_vfy.c
2814
X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(const X509_STORE_CTX *ctx)
crypto/openssl/include/crypto/x509.h
260
X509_POLICY_TREE *tree;
crypto/openssl/include/openssl/x509_vfy.h
787
X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(const X509_STORE_CTX *ctx);
crypto/openssl/include/openssl/x509_vfy.h
874
int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
crypto/openssl/include/openssl/x509_vfy.h
878
void X509_policy_tree_free(X509_POLICY_TREE *tree);
crypto/openssl/include/openssl/x509_vfy.h
880
int X509_policy_tree_level_count(const X509_POLICY_TREE *tree);
crypto/openssl/include/openssl/x509_vfy.h
881
X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree,
crypto/openssl/include/openssl/x509_vfy.h
885
*X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree);
crypto/openssl/include/openssl/x509_vfy.h
888
*X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree);