Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
Dpcy_lib.c70 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()
Dpcy_tree.c96 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 …]
Dpcy_int.h207 X509_POLICY_TREE *tree);
Dpcy_node.c115 X509_POLICY_TREE *tree) in level_add_node()
/external/openssl/include/openssl/
Dx509_vfy.h261 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);
Dossl_typ.h177 typedef struct X509_POLICY_TREE_st X509_POLICY_TREE; typedef
/external/openssl/crypto/x509/
Dx509_vfy.h261 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);
Dx509_vfy.c2177 X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_policy_tree()
/external/openssl/crypto/
Dossl_typ.h177 typedef struct X509_POLICY_TREE_st X509_POLICY_TREE; typedef
/external/openssl/apps/
Dapps.c2479 X509_POLICY_TREE *tree; in policies_print()