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 160 X509_POLICY_LEVEL *levels;
197 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
204 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
209 int policy_node_match(const X509_POLICY_LEVEL *lvl,
pcy_lib.c 75 X509_POLICY_LEVEL *
102 /* X509_POLICY_LEVEL stuff */
104 int X509_policy_level_node_count(X509_POLICY_LEVEL *level)
118 X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i)
pcy_tree.c 78 static void expected_print(BIO *err, X509_POLICY_LEVEL *lev,
102 X509_POLICY_LEVEL *curr)
104 X509_POLICY_LEVEL *plev;
152 X509_POLICY_LEVEL *level;
233 tree->levels = OPENSSL_malloc(sizeof(X509_POLICY_LEVEL) * n);
245 memset(tree->levels, 0, n * sizeof(X509_POLICY_LEVEL));
314 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr,
317 X509_POLICY_LEVEL *last = curr - 1;
345 static int tree_link_nodes(X509_POLICY_LEVEL *curr,
379 static int tree_add_unmatched(X509_POLICY_LEVEL *curr
    [all...]
pcy_node.c 94 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
112 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
174 int policy_node_match(const X509_POLICY_LEVEL *lvl,
  /external/boringssl/src/include/openssl/
base.h 177 typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL;
x509_vfy.h 587 OPENSSL_EXPORT X509_POLICY_LEVEL *
596 OPENSSL_EXPORT int X509_policy_level_node_count(X509_POLICY_LEVEL *level);
598 OPENSSL_EXPORT X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i);

Completed in 409 milliseconds