Searched refs:trust_anchor (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/unbound/validator/ |
H A D | val_anchor.c | 63 struct trust_anchor* n1 = (struct trust_anchor*)k1; in anchor_cmp() 64 struct trust_anchor* n2 = (struct trust_anchor*)k2; in anchor_cmp() 118 struct trust_anchor* ta = (struct trust_anchor*)elem; in anchors_delfunc() 157 struct trust_anchor* node, *prev = NULL, *p; in anchors_init_parents_locked() 161 RBTREE_FOR(node, struct trust_anchor*, anchors->tree) { in anchors_init_parents_locked() 196 struct trust_anchor* 200 struct trust_anchor key; in anchor_find() 211 lock_basic_lock(&((struct trust_anchor*)n->key)->lock); in anchor_find() 216 return (struct trust_anchor*)n->key; in anchor_find() 220 static struct trust_anchor* [all …]
|
H A D | val_anchor.h | 46 struct trust_anchor; 92 struct trust_anchor { struct 104 struct trust_anchor* parent; argument 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); 249 struct trust_anchor* anchors_find_any_noninsecure(struct val_anchors* anchors);
|
H A D | autotrust.c | 94 struct trust_anchor* a = (struct trust_anchor*)x; in probetree_cmp() 95 struct trust_anchor* b = (struct trust_anchor*)y; in probetree_cmp() 331 static struct trust_anchor* 335 struct trust_anchor* tp = (struct trust_anchor*)calloc(1, sizeof(*tp)); in autr_tp_create() 394 void autr_point_delete(struct trust_anchor* tp) in autr_point_delete() 419 static struct trust_anchor* 423 struct trust_anchor* tp; in find_add_tp() 445 size_t dname_len, struct trust_anchor** tp) in add_trustanchor_frm_rr() 477 struct trust_anchor** tp, uint8_t* origin, size_t origin_len, in add_trustanchor_frm_str() 528 static struct trust_anchor* [all …]
|
H A D | autotrust.h | 47 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 D | validator.c | 210 struct trust_anchor* anchor = anchors_find_any_noninsecure( in val_init() 497 struct trust_anchor* ta) in generate_keytag_query() 585 int id, struct trust_anchor* toprime) in prime_trust_anchor() 1767 struct trust_anchor* anchor; in processInit() 2731 struct trust_anchor* ta, struct module_qstate* qstate, int id, in primeResponseToKE() 3325 struct trust_anchor* ta = anchor_find(qstate->env->anchors, in process_prime_response()
|
H A D | val_utils.c | 1169 struct trust_anchor* ta; in check_no_anchor()
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_utils.c | 837 struct trust_anchor* a; in iter_qname_indicates_dnssec() 859 struct trust_anchor* a; in iter_indicates_dnssec()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 2509 struct trust_anchor* a; in do_insecure_list() 2511 RBTREE_FOR(a, struct trust_anchor*, worker->env.anchors->tree) { in do_insecure_list() 2890 struct trust_anchor* a; in do_list_forwards() 2920 struct trust_anchor* a; in do_list_stubs()
|
H A D | worker.c | 949 struct trust_anchor* ta; in chaos_trustanchor() 959 RBTREE_FOR(ta, struct trust_anchor*, w->env.anchors->tree) { in chaos_trustanchor()
|
/freebsd/contrib/unbound/services/ |
H A D | authzone.c | 8145 struct module_stack* mods, struct trust_anchor* anchor, in zonemd_get_dnskey_from_anchor() 8479 struct trust_anchor* anchor = NULL; in auth_zone_verify_zonemd()
|