Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dpcy_tree.c82 static void expected_print(BIO *err, X509_POLICY_LEVEL *lev, in expected_print()
104 X509_POLICY_LEVEL *curr) in tree_print()
106 X509_POLICY_LEVEL *plev; in tree_print()
153 X509_POLICY_LEVEL *level; in tree_init()
234 tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n); in tree_init()
245 OPENSSL_memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL)); in tree_init()
311 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, in tree_link_matching_nodes()
314 X509_POLICY_LEVEL *last = curr - 1; in tree_link_matching_nodes()
339 static int tree_link_nodes(X509_POLICY_LEVEL *curr, in tree_link_nodes()
372 static int tree_add_unmatched(X509_POLICY_LEVEL *curr, in tree_add_unmatched()
[all …]
Dpcy_int.h165 X509_POLICY_LEVEL *levels;
202 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
209 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
214 int policy_node_match(const X509_POLICY_LEVEL *lvl,
Dpcy_lib.c74 X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, in X509_policy_tree_get0_level()
105 int X509_policy_level_node_count(X509_POLICY_LEVEL *level) in X509_policy_level_node_count()
119 X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i) in X509_policy_level_get0_node()
Dpcy_node.c94 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level, in level_find_node()
110 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level, in level_add_node()
168 int policy_node_match(const X509_POLICY_LEVEL *lvl, in policy_node_match()
/external/boringssl/src/crypto/x509v3/
Dpcy_tree.c82 static void expected_print(BIO *err, X509_POLICY_LEVEL *lev, in expected_print()
104 X509_POLICY_LEVEL *curr) in tree_print()
106 X509_POLICY_LEVEL *plev; in tree_print()
153 X509_POLICY_LEVEL *level; in tree_init()
234 tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n); in tree_init()
245 OPENSSL_memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL)); in tree_init()
311 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, in tree_link_matching_nodes()
314 X509_POLICY_LEVEL *last = curr - 1; in tree_link_matching_nodes()
339 static int tree_link_nodes(X509_POLICY_LEVEL *curr, in tree_link_nodes()
372 static int tree_add_unmatched(X509_POLICY_LEVEL *curr, in tree_add_unmatched()
[all …]
Dpcy_int.h165 X509_POLICY_LEVEL *levels;
202 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
209 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
214 int policy_node_match(const X509_POLICY_LEVEL *lvl,
Dpcy_lib.c74 X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, in X509_policy_tree_get0_level()
105 int X509_policy_level_node_count(X509_POLICY_LEVEL *level) in X509_policy_level_node_count()
119 X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i) in X509_policy_level_get0_node()
Dpcy_node.c94 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level, in level_find_node()
110 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level, in level_add_node()
168 int policy_node_match(const X509_POLICY_LEVEL *lvl, in policy_node_match()
/external/boringssl/src/include/openssl/
Dx509_vfy.h658 OPENSSL_EXPORT X509_POLICY_LEVEL *
667 OPENSSL_EXPORT int X509_policy_level_node_count(X509_POLICY_LEVEL *level);
669 OPENSSL_EXPORT X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i);
Dbase.h359 typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL; typedef
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509_vfy.h658 OPENSSL_EXPORT X509_POLICY_LEVEL *
667 OPENSSL_EXPORT int X509_policy_level_node_count(X509_POLICY_LEVEL *level);
669 OPENSSL_EXPORT X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i);
Dbase.h352 typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL; typedef