HomeSort by relevance Sort by last modified time
    Searched refs:X509_POLICY_LEVEL (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/crypto/x509v3/
pcy_int.h 165 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,
pcy_lib.c 74 X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree,
103 /* X509_POLICY_LEVEL stuff */
105 int X509_policy_level_node_count(X509_POLICY_LEVEL *level)
119 X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i)
pcy_tree.c 82 static void expected_print(BIO *err, X509_POLICY_LEVEL *lev,
104 X509_POLICY_LEVEL *curr)
106 X509_POLICY_LEVEL *plev;
153 X509_POLICY_LEVEL *level;
234 tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n);
245 OPENSSL_memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL));
311 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr,
314 X509_POLICY_LEVEL *last = curr - 1;
339 static int tree_link_nodes(X509_POLICY_LEVEL *curr,
372 static int tree_add_unmatched(X509_POLICY_LEVEL *curr
    [all...]
pcy_node.c 93 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
109 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
167 int policy_node_match(const X509_POLICY_LEVEL *lvl,
  /external/boringssl/src/include/openssl/
x509_vfy.h 586 OPENSSL_EXPORT X509_POLICY_LEVEL *
595 OPENSSL_EXPORT int X509_policy_level_node_count(X509_POLICY_LEVEL *level);
597 OPENSSL_EXPORT X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i);
base.h 255 typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL;

Completed in 64 milliseconds