Searched refs:X509_POLICY_TREE (Results 1 – 10 of 10) sorted by relevance
/external/openssl/crypto/x509v3/ |
D | pcy_lib.c | 70 int X509_policy_tree_level_count(const X509_POLICY_TREE *tree) in X509_policy_tree_level_count() 78 X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i) in X509_policy_tree_get0_level() 86 X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree) in STACK_OF() 94 X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree) in STACK_OF()
|
D | pcy_tree.c | 96 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print() 143 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, in tree_init() 146 X509_POLICY_TREE *tree; in tree_init() 222 tree = OPENSSL_malloc(sizeof(X509_POLICY_TREE)); in tree_init() 378 X509_POLICY_TREE *tree) in tree_add_unmatched() 405 X509_POLICY_TREE *tree) in tree_link_unmatched() 444 X509_POLICY_TREE *tree) in tree_link_any() 504 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune() 586 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set() 632 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set() [all …]
|
D | pcy_int.h | 207 X509_POLICY_TREE *tree);
|
D | pcy_node.c | 115 X509_POLICY_TREE *tree) in level_add_node()
|
/external/openssl/include/openssl/ |
D | x509_vfy.h | 261 X509_POLICY_TREE *tree; /* Valid policy tree */ 501 X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx); 535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, 540 void X509_policy_tree_free(X509_POLICY_TREE *tree); 542 int X509_policy_tree_level_count(const X509_POLICY_TREE *tree); 544 X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i); 547 X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree); 550 X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree);
|
D | ossl_typ.h | 177 typedef struct X509_POLICY_TREE_st X509_POLICY_TREE; typedef
|
/external/openssl/crypto/x509/ |
D | x509_vfy.h | 261 X509_POLICY_TREE *tree; /* Valid policy tree */ 501 X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx); 535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, 540 void X509_policy_tree_free(X509_POLICY_TREE *tree); 542 int X509_policy_tree_level_count(const X509_POLICY_TREE *tree); 544 X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i); 547 X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree); 550 X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree);
|
D | x509_vfy.c | 2177 X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_policy_tree()
|
/external/openssl/crypto/ |
D | ossl_typ.h | 177 typedef struct X509_POLICY_TREE_st X509_POLICY_TREE; typedef
|
/external/openssl/apps/ |
D | apps.c | 2479 X509_POLICY_TREE *tree; in policies_print()
|