Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dpcy_tree.c60 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print()
101 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, in tree_init()
104 X509_POLICY_TREE *tree; in tree_init()
262 X509_POLICY_TREE *tree) in tree_link_matching_nodes()
292 X509_POLICY_TREE *tree) in tree_link_nodes()
315 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
343 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
379 X509_POLICY_TREE *tree) in tree_link_any()
408 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
483 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
[all …]
Dpcy_lib.c20 int X509_policy_tree_level_count(const X509_POLICY_TREE *tree) in X509_policy_tree_level_count()
27 X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, in X509_policy_tree_get0_level()
36 X509_POLICY_TREE in STACK_OF()
45 X509_POLICY_TREE in STACK_OF()
Dpcy_local.h167 X509_POLICY_TREE *tree,
Dpcy_node.c62 X509_POLICY_TREE *tree, in level_add_node()
/third_party/openssl/include/openssl/
Dx509_vfy.h515 X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
598 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
602 void X509_policy_tree_free(X509_POLICY_TREE *tree);
604 int X509_policy_tree_level_count(const X509_POLICY_TREE *tree);
605 X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree,
609 X509_POLICY_TREE
613 X509_POLICY_TREE
Dossl_typ.h156 typedef struct X509_POLICY_TREE_st X509_POLICY_TREE; typedef
/third_party/openssl/include/crypto/
Dx509.h237 X509_POLICY_TREE *tree;
/third_party/openssl/util/
Dindent.pro454 -T X509_POLICY_TREE
/third_party/openssl/apps/
Dapps.c1943 X509_POLICY_TREE *tree; in policies_print()
/third_party/openssl/crypto/x509/
Dx509_vfy.c2560 X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_policy_tree()