Symbol: X509_POLICY_LEVEL
crypto/libressl/crypto/x509/pcy_int.h
157
X509_POLICY_LEVEL *levels;
crypto/libressl/crypto/x509/pcy_int.h
194
X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
crypto/libressl/crypto/x509/pcy_int.h
200
int level_add_node(X509_POLICY_LEVEL *level,
crypto/libressl/crypto/x509/pcy_int.h
204
int policy_node_match(const X509_POLICY_LEVEL *lvl,
crypto/libressl/crypto/x509/pcy_lib.c
106
X509_policy_level_node_count(X509_POLICY_LEVEL *level)
crypto/libressl/crypto/x509/pcy_lib.c
121
X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i)
crypto/libressl/crypto/x509/pcy_lib.c
76
X509_POLICY_LEVEL *
crypto/libressl/crypto/x509/pcy_node.c
113
level_add_node(X509_POLICY_LEVEL *level, const X509_POLICY_DATA *data,
crypto/libressl/crypto/x509/pcy_node.c
180
policy_node_match(const X509_POLICY_LEVEL *lvl, const X509_POLICY_NODE *node,
crypto/libressl/crypto/x509/pcy_node.c
95
level_find_node(const X509_POLICY_LEVEL *level, const X509_POLICY_NODE *parent,
crypto/libressl/crypto/x509/pcy_tree.c
146
X509_POLICY_LEVEL *level;
crypto/libressl/crypto/x509/pcy_tree.c
220
tree->levels = calloc(n, sizeof(X509_POLICY_LEVEL));
crypto/libressl/crypto/x509/pcy_tree.c
293
tree_link_matching_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_DATA *data)
crypto/libressl/crypto/x509/pcy_tree.c
295
X509_POLICY_LEVEL *last = curr - 1;
crypto/libressl/crypto/x509/pcy_tree.c
321
tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache)
crypto/libressl/crypto/x509/pcy_tree.c
341
tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache,
crypto/libressl/crypto/x509/pcy_tree.c
367
tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache,
crypto/libressl/crypto/x509/pcy_tree.c
370
const X509_POLICY_LEVEL *last = curr - 1;
crypto/libressl/crypto/x509/pcy_tree.c
400
tree_link_any(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache,
crypto/libressl/crypto/x509/pcy_tree.c
405
X509_POLICY_LEVEL *last = curr - 1;
crypto/libressl/crypto/x509/pcy_tree.c
428
tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
crypto/libressl/crypto/x509/pcy_tree.c
504
X509_POLICY_LEVEL *curr;
crypto/libressl/crypto/x509/pcy_tree.c
605
X509_POLICY_LEVEL *curr = tree->levels + 1;
crypto/libressl/crypto/x509/pcy_tree.c
635
X509_POLICY_LEVEL *curr;
crypto/libressl/crypto/x509/pcy_tree.c
74
expected_print(BIO *err, X509_POLICY_LEVEL *lev, X509_POLICY_NODE *node,
crypto/libressl/crypto/x509/pcy_tree.c
96
tree_print(char *str, X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
crypto/libressl/crypto/x509/pcy_tree.c
98
X509_POLICY_LEVEL *plev;
crypto/libressl/include/openssl/x509_vfy.h
470
X509_POLICY_LEVEL *
crypto/libressl/include/openssl/x509_vfy.h
479
int X509_policy_level_node_count(X509_POLICY_LEVEL *level);
crypto/libressl/include/openssl/x509_vfy.h
481
X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i);