Home
last modified time | relevance | path

Searched refs:node (Results 1 – 13 of 13) sorted by relevance

/openssl/crypto/x509/
H A Dpcy_node.c47 X509_POLICY_NODE *node; in ossl_policy_level_find_node() local
51 if (node->parent == parent) { in ossl_policy_level_find_node()
53 return node; in ossl_policy_level_find_node()
65 X509_POLICY_NODE *node; in ossl_policy_level_add_node() local
71 node = OPENSSL_zalloc(sizeof(*node)); in ossl_policy_level_add_node()
72 if (node == NULL) in ossl_policy_level_add_node()
74 node->data = data; in ossl_policy_level_add_node()
75 node->parent = parent; in ossl_policy_level_add_node()
113 return node; in ossl_policy_level_add_node()
124 ossl_policy_node_free(node); in ossl_policy_level_add_node()
[all …]
H A Dpcy_tree.c73 X509_POLICY_NODE *node = in tree_print() local
347 if (node->nchild) in tree_link_unmatched()
378 X509_POLICY_NODE *node; in tree_link_any() local
408 X509_POLICY_NODE *node; in tree_prune() local
534 X509_POLICY_NODE *node; in tree_calculate_user_set() local
559 if (!node) { in tree_calculate_user_set()
574 if (node == NULL) { in tree_calculate_user_set()
582 exnode_free(node); in tree_calculate_user_set()
587 exnode_free(node); in tree_calculate_user_set()
624 if (node->data && (node->data->flags & POLICY_DATA_FLAG_EXTRA_NODE)) in exnode_free()
[all …]
H A Dpcy_lib.c86 const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node) in X509_policy_node_get0_policy() argument
88 if (!node) in X509_policy_node_get0_policy()
90 return node->data->valid_policy; in X509_policy_node_get0_policy()
95 *node) in STACK_OF()
97 if (!node) in STACK_OF()
99 return node->data->qualifier_set; in STACK_OF()
103 *node) in X509_policy_node_get0_parent() argument
105 if (!node) in X509_policy_node_get0_parent()
107 return node->parent; in X509_policy_node_get0_parent()
H A Dpcy_local.h139 #define node_critical(node) node_data_critical(node->data) argument
167 void ossl_policy_node_free(X509_POLICY_NODE *node);
169 const X509_POLICY_NODE *node, const ASN1_OBJECT *oid);
H A Dv3_cpols.c500 void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent) in X509_POLICY_NODE_print() argument
502 const X509_POLICY_DATA *dat = node->data; in X509_POLICY_NODE_print()
/openssl/crypto/
H A DREADME-sparse_array.md7 The sparse array is represented using a tree structure. Each node in the
9 to another node.
48 index 0 results in the allocation of a top level node full of null pointers
74 Inserting at element 2N+1 creates a new root node and pushes down the old root
75 node. It then creates a second second level node to hold the pointer to the
H A Dsparse_array.c65 static void sa_doall(const OPENSSL_SA *sa, void (*node)(void **), in sa_doall()
80 if (p != NULL && node != NULL) in sa_doall()
81 (*node)(p); in sa_doall()
/openssl/crypto/dso/
H A Ddso_win32.c189 const char *node; member
225 result->node = start; in win32_splitter()
288 result->node = NULL; in win32_splitter()
309 if (file_split->node) { in win32_joiner()
335 if (file_split->node) { in win32_joiner()
338 strncpy(&result[offset], file_split->node, file_split->nodelen); in win32_joiner()
416 if (!filespec1_split->node && !filespec1_split->device) { in win32_merger()
417 filespec1_split->node = filespec2_split->node; in win32_merger()
/openssl/include/openssl/
H A Dlhash.h.in171 static ossl_inline void lh_##type##_doall_thunk(void *node, OPENSSL_LH_DOALL_FUNC doall) \
174 doall_conv((type *)node); \
176 …static ossl_inline void lh_##type##_doall_arg_thunk(void *node, void *arg, OPENSSL_LH_DOALL_FUNCAR…
179 doall_conv((type *)node, arg); \
300 lh_##type##_doall_thunk(void *node, OPENSSL_LH_DOALL_FUNC doall) \
303 doall_conv((type *)node); \
306 lh_##type##_doall_arg_thunk(void *node, void *arg, OPENSSL_LH_DOALL_FUNCARG doall) \
309 doall_conv((type *)node, arg); \
347 lh_##type##_doall_##argtype##_thunk(void *node, void *arg, OPENSSL_LH_DOALL_FUNCARG fn) \
350 fn_conv((cbargtype *)node, (argtype *)arg); \
H A Dx509_vfy.h.in795 const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node);
798 *X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node);
800 *X509_policy_node_get0_parent(const X509_POLICY_NODE *node);
H A Dx509v3.h.in797 void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
/openssl/
H A DNOTES-NONSTOP.md80 NonStop node, managing the location of your build distribution is crucial.
188 node named `\CS3`:
/openssl/apps/lib/
H A Dapps.c2086 X509_POLICY_NODE *node; in nodes_print() local
2093 node = sk_X509_POLICY_NODE_value(nodes, i); in nodes_print()
2094 X509_POLICY_NODE_print(bio_err, node, 2); in nodes_print()

Completed in 42 milliseconds