Home
last modified time | relevance | path

Searched refs:X509_POLICY_LEVEL (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dpcy_tree.c41 static void expected_print(BIO *err, X509_POLICY_LEVEL *lev, in expected_print()
63 X509_POLICY_LEVEL *curr) in tree_print()
66 X509_POLICY_LEVEL *plev; in tree_print()
107 X509_POLICY_LEVEL *level; in tree_init()
262 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, in tree_link_matching_nodes()
266 X509_POLICY_LEVEL *last = curr - 1; in tree_link_matching_nodes()
292 static int tree_link_nodes(X509_POLICY_LEVEL *curr, in tree_link_nodes()
314 static int tree_add_unmatched(X509_POLICY_LEVEL *curr, in tree_add_unmatched()
343 static int tree_link_unmatched(X509_POLICY_LEVEL *curr, in tree_link_unmatched()
347 const X509_POLICY_LEVEL *last = curr - 1; in tree_link_unmatched()
[all …]
Dpcy_local.h120 X509_POLICY_LEVEL *levels;
157 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
164 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
170 int policy_node_match(const X509_POLICY_LEVEL *lvl,
Dpcy_lib.c27 X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, in X509_policy_tree_get0_level()
58 int X509_policy_level_node_count(X509_POLICY_LEVEL *level) in X509_policy_level_node_count()
72 X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i) in X509_policy_level_get0_node()
Dpcy_node.c43 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level, in level_find_node()
59 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level, in level_add_node()
140 int policy_node_match(const X509_POLICY_LEVEL *lvl, in policy_node_match()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509_vfy.h605 X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree,
616 int X509_policy_level_node_count(X509_POLICY_LEVEL *level);
618 X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level,
Dossl_typ.h155 typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL; typedef