Searched refs:trust_anchor (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/unbound/validator/
H A Dval_anchor.h46 struct trust_anchor;
67 * contents of type trust_anchor.
92 struct trust_anchor { struct
104 struct trust_anchor* parent;
163 struct trust_anchor* anchors_lookup(struct val_anchors* anchors,
175 struct trust_anchor* anchor_find(struct val_anchors* anchors,
185 struct trust_anchor* anchor_store_str(struct val_anchors* anchors,
226 size_t anchor_list_keytags(struct trust_anchor* ta, uint16_t* list, size_t num);
H A Dautotrust.h47 struct trust_anchor;
88 * This is part of the struct trust_anchor data.
93 /** rbtree node for probe sort, key is struct trust_anchor */
176 void autr_write_file(struct module_env* env, struct trust_anchor* tp);
183 void autr_point_delete(struct trust_anchor* tp);
198 struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
H A Dval_anchor.c63 struct trust_anchor* n1 = (struct trust_anchor*)k1;
64 struct trust_anchor* n2 = (struct trust_anchor*)k2;
118 struct trust_anchor* ta = (struct trust_anchor*)elem;
157 struct trust_anchor* node, *prev = NULL, *p;
161 RBTREE_FOR(node, struct trust_anchor*, anchors->tree) { argument
196 struct trust_anchor*
200 struct trust_anchor ke
1175 RBTREE_FOR(ta, struct trust_anchor*, anchors->tree) argument
[all...]
H A Dautotrust.c94 struct trust_anchor* a = (struct trust_anchor*)x;
95 struct trust_anchor* b = (struct trust_anchor*)y;
331 static struct trust_anchor*
335 struct trust_anchor* tp = (struct trust_anchor*)calloc(1, sizeof(*tp));
390 void autr_point_delete(struct trust_anchor* tp)
415 static struct trust_anchor*
419 struct trust_anchor* t
2316 RBTREE_FOR(tp, struct trust_anchor*, anchors->tree) argument
[all...]
H A Dvalidator.c443 struct trust_anchor* ta)
531 int id, struct trust_anchor* toprime)
1486 struct trust_anchor* anchor;
2300 struct trust_anchor* ta, struct module_qstate* qstate, int id)
2778 struct trust_anchor* ta = anchor_find(qstate->env->anchors,
H A Dval_utils.c1003 struct trust_anchor* ta;
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c780 struct trust_anchor* a;
802 struct trust_anchor* a;
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c2270 struct trust_anchor* a;
2272 RBTREE_FOR(a, struct trust_anchor*, worker->env.anchors->tree) { argument
2605 struct trust_anchor* a;
2631 struct trust_anchor* a;
H A Dworker.c883 struct trust_anchor* ta;
893 RBTREE_FOR(ta, struct trust_anchor*, w->env.anchors->tree) { argument

Completed in 116 milliseconds