Searched refs:X509_POLICY_LEVEL (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/src/crypto/x509v3/
H A Dpcy_int.h160 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,
H A Dpcy_lib.c75 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)
H A Dpcy_tree.c78 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 *cur
[all...]
H A Dpcy_node.c94 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/include/openssl/
H A Dbase.h177 typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL; typedef in typeref:struct:X509_POLICY_LEVEL_st
H A Dx509_vfy.h587 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);
/external/boringssl/src/include/openssl/
H A Dbase.h177 typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL; typedef in typeref:struct:X509_POLICY_LEVEL_st
H A Dx509_vfy.h587 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 106 milliseconds