Symbol: trust_anchor
sbin/unwind/frontend.c
1383
struct trust_anchor *ta, *i;
sbin/unwind/frontend.c
1410
struct trust_anchor *ta;
sbin/unwind/frontend.c
1422
struct trust_anchor *i, *j;
sbin/unwind/frontend.c
1501
struct trust_anchor *ta;
sbin/unwind/frontend.c
1512
struct trust_anchor *ta;
sbin/unwind/frontend.h
24
TAILQ_ENTRY(trust_anchor) entry;
sbin/unwind/frontend.h
28
TAILQ_HEAD(trust_anchor_head, trust_anchor);
sbin/unwind/libunbound/iterator/iter_utils.c
881
struct trust_anchor* a;
sbin/unwind/libunbound/iterator/iter_utils.c
903
struct trust_anchor* a;
sbin/unwind/libunbound/services/authzone.c
8165
struct module_stack* mods, struct trust_anchor* anchor,
sbin/unwind/libunbound/services/authzone.c
8499
struct trust_anchor* anchor = NULL;
sbin/unwind/libunbound/validator/autotrust.c
1118
autr_write_contents(FILE* out, char* fn, struct trust_anchor* tp)
sbin/unwind/libunbound/validator/autotrust.c
1192
void autr_write_file(struct module_env* env, struct trust_anchor* tp)
sbin/unwind/libunbound/validator/autotrust.c
1266
struct trust_anchor* tp, struct ub_packed_rrset_key* rrset,
sbin/unwind/libunbound/validator/autotrust.c
1424
find_key(struct trust_anchor* tp, uint16_t t, uint8_t* rdata, size_t rdata_len,
sbin/unwind/libunbound/validator/autotrust.c
1444
add_key(struct trust_anchor* tp, uint32_t ttl, uint8_t* rdata, size_t rdata_len)
sbin/unwind/libunbound/validator/autotrust.c
1484
set_tp_times(struct trust_anchor* tp, time_t rrsig_exp_interval,
sbin/unwind/libunbound/validator/autotrust.c
1528
init_events(struct trust_anchor* tp)
sbin/unwind/libunbound/validator/autotrust.c
1539
struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
sbin/unwind/libunbound/validator/autotrust.c
1631
struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
sbin/unwind/libunbound/validator/autotrust.c
1866
init_zsk_to_ksk(struct module_env* env, struct trust_anchor* tp, int* changed)
sbin/unwind/libunbound/validator/autotrust.c
1898
remove_missing_trustanchors(struct module_env* env, struct trust_anchor* tp,
sbin/unwind/libunbound/validator/autotrust.c
1960
do_statetable(struct module_env* env, struct trust_anchor* tp, int* changed)
sbin/unwind/libunbound/validator/autotrust.c
1975
autr_holddown_exceed(struct module_env* env, struct trust_anchor* tp, int* c)
sbin/unwind/libunbound/validator/autotrust.c
1987
autr_cleanup_keys(struct trust_anchor* tp)
sbin/unwind/libunbound/validator/autotrust.c
2038
return ((struct trust_anchor*)t->key)->autr->next_probe_time;
sbin/unwind/libunbound/validator/autotrust.c
2078
set_next_probe(struct module_env* env, struct trust_anchor* tp,
sbin/unwind/libunbound/validator/autotrust.c
2081
struct trust_anchor key, *tp2;
sbin/unwind/libunbound/validator/autotrust.c
2093
tp2 = (struct trust_anchor*)rbtree_search(env->anchors->tree, &key);
sbin/unwind/libunbound/validator/autotrust.c
2121
autr_tp_remove(struct module_env* env, struct trust_anchor* tp,
sbin/unwind/libunbound/validator/autotrust.c
2124
struct trust_anchor* del_tp;
sbin/unwind/libunbound/validator/autotrust.c
2125
struct trust_anchor key;
sbin/unwind/libunbound/validator/autotrust.c
2150
del_tp = (struct trust_anchor*)rbtree_delete(env->anchors->tree, &key);
sbin/unwind/libunbound/validator/autotrust.c
2174
struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
sbin/unwind/libunbound/validator/autotrust.c
2307
autr_debug_print_tp(struct trust_anchor* tp)
sbin/unwind/libunbound/validator/autotrust.c
2348
struct trust_anchor* tp;
sbin/unwind/libunbound/validator/autotrust.c
2350
RBTREE_FOR(tp, struct trust_anchor*, anchors->tree) {
sbin/unwind/libunbound/validator/autotrust.c
2379
probe_anchor(struct module_env* env, struct trust_anchor* tp)
sbin/unwind/libunbound/validator/autotrust.c
2429
static struct trust_anchor*
sbin/unwind/libunbound/validator/autotrust.c
2432
struct trust_anchor* tp;
sbin/unwind/libunbound/validator/autotrust.c
2443
tp = (struct trust_anchor*)el->key;
sbin/unwind/libunbound/validator/autotrust.c
2467
struct trust_anchor* tp;
sbin/unwind/libunbound/validator/autotrust.c
331
static struct trust_anchor*
sbin/unwind/libunbound/validator/autotrust.c
335
struct trust_anchor* tp = (struct trust_anchor*)calloc(1, sizeof(*tp));
sbin/unwind/libunbound/validator/autotrust.c
394
void autr_point_delete(struct trust_anchor* tp)
sbin/unwind/libunbound/validator/autotrust.c
419
static struct trust_anchor*
sbin/unwind/libunbound/validator/autotrust.c
423
struct trust_anchor* tp;
sbin/unwind/libunbound/validator/autotrust.c
445
size_t dname_len, struct trust_anchor** tp)
sbin/unwind/libunbound/validator/autotrust.c
477
struct trust_anchor** tp, uint8_t* origin, size_t origin_len,
sbin/unwind/libunbound/validator/autotrust.c
528
static struct trust_anchor*
sbin/unwind/libunbound/validator/autotrust.c
534
struct trust_anchor* tp = NULL;
sbin/unwind/libunbound/validator/autotrust.c
746
autr_assemble(struct trust_anchor* tp)
sbin/unwind/libunbound/validator/autotrust.c
813
static struct trust_anchor*
sbin/unwind/libunbound/validator/autotrust.c
816
struct trust_anchor *tp;
sbin/unwind/libunbound/validator/autotrust.c
854
struct trust_anchor** anchor)
sbin/unwind/libunbound/validator/autotrust.c
856
struct trust_anchor* tp = *anchor;
sbin/unwind/libunbound/validator/autotrust.c
94
struct trust_anchor* a = (struct trust_anchor*)x;
sbin/unwind/libunbound/validator/autotrust.c
95
struct trust_anchor* b = (struct trust_anchor*)y;
sbin/unwind/libunbound/validator/autotrust.c
998
struct trust_anchor *tp = NULL, *tp2;
sbin/unwind/libunbound/validator/autotrust.h
176
void autr_write_file(struct module_env* env, struct trust_anchor* tp);
sbin/unwind/libunbound/validator/autotrust.h
183
void autr_point_delete(struct trust_anchor* tp);
sbin/unwind/libunbound/validator/autotrust.h
198
struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
sbin/unwind/libunbound/validator/autotrust.h
47
struct trust_anchor;
sbin/unwind/libunbound/validator/val_anchor.c
1136
struct trust_anchor*
sbin/unwind/libunbound/validator/val_anchor.c
1140
struct trust_anchor key;
sbin/unwind/libunbound/validator/val_anchor.c
1141
struct trust_anchor* result;
sbin/unwind/libunbound/validator/val_anchor.c
1151
result = (struct trust_anchor*)res;
sbin/unwind/libunbound/validator/val_anchor.c
1155
result = (struct trust_anchor*)res;
sbin/unwind/libunbound/validator/val_anchor.c
118
struct trust_anchor* ta = (struct trust_anchor*)elem;
sbin/unwind/libunbound/validator/val_anchor.c
1196
struct trust_anchor *ta;
sbin/unwind/libunbound/validator/val_anchor.c
1202
RBTREE_FOR(ta, struct trust_anchor*, anchors->tree) {
sbin/unwind/libunbound/validator/val_anchor.c
1229
struct trust_anchor key;
sbin/unwind/libunbound/validator/val_anchor.c
1255
struct trust_anchor key;
sbin/unwind/libunbound/validator/val_anchor.c
1256
struct trust_anchor* ta;
sbin/unwind/libunbound/validator/val_anchor.c
1262
if(!(ta=(struct trust_anchor*)rbtree_search(anchors->tree, &key))) {
sbin/unwind/libunbound/validator/val_anchor.c
1299
anchor_list_keytags(struct trust_anchor* ta, uint16_t* list, size_t num)
sbin/unwind/libunbound/validator/val_anchor.c
1331
struct trust_anchor* anchor = anchor_find(anchors,
sbin/unwind/libunbound/validator/val_anchor.c
1365
struct trust_anchor*
sbin/unwind/libunbound/validator/val_anchor.c
1368
struct trust_anchor* ta, *next;
sbin/unwind/libunbound/validator/val_anchor.c
1370
ta=(struct trust_anchor*)rbtree_first(anchors->tree);
sbin/unwind/libunbound/validator/val_anchor.c
1372
next = (struct trust_anchor*)rbtree_next(&ta->node);
sbin/unwind/libunbound/validator/val_anchor.c
157
struct trust_anchor* node, *prev = NULL, *p;
sbin/unwind/libunbound/validator/val_anchor.c
161
RBTREE_FOR(node, struct trust_anchor*, anchors->tree) {
sbin/unwind/libunbound/validator/val_anchor.c
196
struct trust_anchor*
sbin/unwind/libunbound/validator/val_anchor.c
200
struct trust_anchor key;
sbin/unwind/libunbound/validator/val_anchor.c
211
lock_basic_lock(&((struct trust_anchor*)n->key)->lock);
sbin/unwind/libunbound/validator/val_anchor.c
216
return (struct trust_anchor*)n->key;
sbin/unwind/libunbound/validator/val_anchor.c
220
static struct trust_anchor*
sbin/unwind/libunbound/validator/val_anchor.c
227
struct trust_anchor* ta = (struct trust_anchor*)malloc(
sbin/unwind/libunbound/validator/val_anchor.c
228
sizeof(struct trust_anchor));
sbin/unwind/libunbound/validator/val_anchor.c
260
anchor_find_key(struct trust_anchor* ta, uint8_t* rdata, size_t rdata_len,
sbin/unwind/libunbound/validator/val_anchor.c
303
static struct trust_anchor*
sbin/unwind/libunbound/validator/val_anchor.c
308
struct trust_anchor* ta;
sbin/unwind/libunbound/validator/val_anchor.c
356
static struct trust_anchor*
sbin/unwind/libunbound/validator/val_anchor.c
360
struct trust_anchor* ta;
sbin/unwind/libunbound/validator/val_anchor.c
380
static struct trust_anchor*
sbin/unwind/libunbound/validator/val_anchor.c
383
struct trust_anchor* ta;
sbin/unwind/libunbound/validator/val_anchor.c
396
struct trust_anchor*
sbin/unwind/libunbound/validator/val_anchor.c
400
struct trust_anchor* ta;
sbin/unwind/libunbound/validator/val_anchor.c
426
static struct trust_anchor*
sbin/unwind/libunbound/validator/val_anchor.c
430
struct trust_anchor* ta = NULL, *tanew;
sbin/unwind/libunbound/validator/val_anchor.c
480
if(!onlyone && !ta) return (struct trust_anchor*)1;
sbin/unwind/libunbound/validator/val_anchor.c
63
struct trust_anchor* n1 = (struct trust_anchor*)k1;
sbin/unwind/libunbound/validator/val_anchor.c
64
struct trust_anchor* n2 = (struct trust_anchor*)k2;
sbin/unwind/libunbound/validator/val_anchor.c
859
assemble_it(struct trust_anchor* ta, size_t num, uint16_t type)
sbin/unwind/libunbound/validator/val_anchor.c
934
anchors_assemble(struct trust_anchor* ta)
sbin/unwind/libunbound/validator/val_anchor.c
956
anchors_ds_unsupported(struct trust_anchor* ta)
sbin/unwind/libunbound/validator/val_anchor.c
973
anchors_dnskey_unsupported(struct trust_anchor* ta)
sbin/unwind/libunbound/validator/val_anchor.c
992
struct trust_anchor* ta;
sbin/unwind/libunbound/validator/val_anchor.c
993
struct trust_anchor* next;
sbin/unwind/libunbound/validator/val_anchor.c
996
ta=(struct trust_anchor*)rbtree_first(anchors->tree);
sbin/unwind/libunbound/validator/val_anchor.c
998
next = (struct trust_anchor*)rbtree_next(&ta->node);
sbin/unwind/libunbound/validator/val_anchor.h
104
struct trust_anchor* parent;
sbin/unwind/libunbound/validator/val_anchor.h
163
struct trust_anchor* anchors_lookup(struct val_anchors* anchors,
sbin/unwind/libunbound/validator/val_anchor.h
175
struct trust_anchor* anchor_find(struct val_anchors* anchors,
sbin/unwind/libunbound/validator/val_anchor.h
185
struct trust_anchor* anchor_store_str(struct val_anchors* anchors,
sbin/unwind/libunbound/validator/val_anchor.h
226
size_t anchor_list_keytags(struct trust_anchor* ta, uint16_t* list, size_t num);
sbin/unwind/libunbound/validator/val_anchor.h
249
struct trust_anchor* anchors_find_any_noninsecure(struct val_anchors* anchors);
sbin/unwind/libunbound/validator/val_anchor.h
46
struct trust_anchor;
sbin/unwind/libunbound/validator/val_utils.c
1169
struct trust_anchor* ta;
sbin/unwind/libunbound/validator/validator.c
1805
struct trust_anchor* anchor;
sbin/unwind/libunbound/validator/validator.c
248
struct trust_anchor* anchor = anchors_find_any_noninsecure(
sbin/unwind/libunbound/validator/validator.c
2779
struct trust_anchor* ta, struct module_qstate* qstate, int id,
sbin/unwind/libunbound/validator/validator.c
3373
struct trust_anchor* ta = anchor_find(qstate->env->anchors,
sbin/unwind/libunbound/validator/validator.c
535
struct trust_anchor* ta)
sbin/unwind/libunbound/validator/validator.c
623
int id, struct trust_anchor* toprime)
sbin/unwind/resolver.c
1239
struct trust_anchor *ta;
usr.sbin/unbound/daemon/remote.c
2933
struct trust_anchor* a;
usr.sbin/unbound/daemon/remote.c
2935
RBTREE_FOR(a, struct trust_anchor*, worker->env.anchors->tree) {
usr.sbin/unbound/daemon/remote.c
3317
struct trust_anchor* a;
usr.sbin/unbound/daemon/remote.c
3347
struct trust_anchor* a;
usr.sbin/unbound/daemon/worker.c
1038
struct trust_anchor* ta;
usr.sbin/unbound/daemon/worker.c
1048
RBTREE_FOR(ta, struct trust_anchor*, w->env.anchors->tree) {
usr.sbin/unbound/iterator/iter_utils.c
881
struct trust_anchor* a;
usr.sbin/unbound/iterator/iter_utils.c
903
struct trust_anchor* a;
usr.sbin/unbound/services/authzone.c
8165
struct module_stack* mods, struct trust_anchor* anchor,
usr.sbin/unbound/services/authzone.c
8499
struct trust_anchor* anchor = NULL;
usr.sbin/unbound/testcode/unitanchor.c
69
struct trust_anchor* ta;
usr.sbin/unbound/testcode/unitanchor.c
97
struct trust_anchor* ta;
usr.sbin/unbound/validator/autotrust.c
1114
autr_write_contents(FILE* out, char* fn, struct trust_anchor* tp)
usr.sbin/unbound/validator/autotrust.c
1188
void autr_write_file(struct module_env* env, struct trust_anchor* tp)
usr.sbin/unbound/validator/autotrust.c
1262
struct trust_anchor* tp, struct ub_packed_rrset_key* rrset,
usr.sbin/unbound/validator/autotrust.c
1420
find_key(struct trust_anchor* tp, uint16_t t, uint8_t* rdata, size_t rdata_len,
usr.sbin/unbound/validator/autotrust.c
1440
add_key(struct trust_anchor* tp, uint32_t ttl, uint8_t* rdata, size_t rdata_len)
usr.sbin/unbound/validator/autotrust.c
1480
set_tp_times(struct trust_anchor* tp, time_t rrsig_exp_interval,
usr.sbin/unbound/validator/autotrust.c
1524
init_events(struct trust_anchor* tp)
usr.sbin/unbound/validator/autotrust.c
1535
struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
usr.sbin/unbound/validator/autotrust.c
1627
struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
usr.sbin/unbound/validator/autotrust.c
1862
init_zsk_to_ksk(struct module_env* env, struct trust_anchor* tp, int* changed)
usr.sbin/unbound/validator/autotrust.c
1894
remove_missing_trustanchors(struct module_env* env, struct trust_anchor* tp,
usr.sbin/unbound/validator/autotrust.c
1956
do_statetable(struct module_env* env, struct trust_anchor* tp, int* changed)
usr.sbin/unbound/validator/autotrust.c
1971
autr_holddown_exceed(struct module_env* env, struct trust_anchor* tp, int* c)
usr.sbin/unbound/validator/autotrust.c
1983
autr_cleanup_keys(struct trust_anchor* tp)
usr.sbin/unbound/validator/autotrust.c
2034
return ((struct trust_anchor*)t->key)->autr->next_probe_time;
usr.sbin/unbound/validator/autotrust.c
2074
set_next_probe(struct module_env* env, struct trust_anchor* tp,
usr.sbin/unbound/validator/autotrust.c
2077
struct trust_anchor key, *tp2;
usr.sbin/unbound/validator/autotrust.c
2089
tp2 = (struct trust_anchor*)rbtree_search(env->anchors->tree, &key);
usr.sbin/unbound/validator/autotrust.c
2117
autr_tp_remove(struct module_env* env, struct trust_anchor* tp,
usr.sbin/unbound/validator/autotrust.c
2120
struct trust_anchor* del_tp;
usr.sbin/unbound/validator/autotrust.c
2121
struct trust_anchor key;
usr.sbin/unbound/validator/autotrust.c
2146
del_tp = (struct trust_anchor*)rbtree_delete(env->anchors->tree, &key);
usr.sbin/unbound/validator/autotrust.c
2170
struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
usr.sbin/unbound/validator/autotrust.c
2303
autr_debug_print_tp(struct trust_anchor* tp)
usr.sbin/unbound/validator/autotrust.c
2344
struct trust_anchor* tp;
usr.sbin/unbound/validator/autotrust.c
2346
RBTREE_FOR(tp, struct trust_anchor*, anchors->tree) {
usr.sbin/unbound/validator/autotrust.c
2375
probe_anchor(struct module_env* env, struct trust_anchor* tp)
usr.sbin/unbound/validator/autotrust.c
2425
static struct trust_anchor*
usr.sbin/unbound/validator/autotrust.c
2428
struct trust_anchor* tp;
usr.sbin/unbound/validator/autotrust.c
2439
tp = (struct trust_anchor*)el->key;
usr.sbin/unbound/validator/autotrust.c
2463
struct trust_anchor* tp;
usr.sbin/unbound/validator/autotrust.c
331
static struct trust_anchor*
usr.sbin/unbound/validator/autotrust.c
335
struct trust_anchor* tp = (struct trust_anchor*)calloc(1, sizeof(*tp));
usr.sbin/unbound/validator/autotrust.c
394
void autr_point_delete(struct trust_anchor* tp)
usr.sbin/unbound/validator/autotrust.c
419
static struct trust_anchor*
usr.sbin/unbound/validator/autotrust.c
423
struct trust_anchor* tp;
usr.sbin/unbound/validator/autotrust.c
445
size_t dname_len, struct trust_anchor** tp)
usr.sbin/unbound/validator/autotrust.c
477
struct trust_anchor** tp, uint8_t* origin, size_t origin_len,
usr.sbin/unbound/validator/autotrust.c
528
static struct trust_anchor*
usr.sbin/unbound/validator/autotrust.c
534
struct trust_anchor* tp = NULL;
usr.sbin/unbound/validator/autotrust.c
746
autr_assemble(struct trust_anchor* tp)
usr.sbin/unbound/validator/autotrust.c
813
static struct trust_anchor*
usr.sbin/unbound/validator/autotrust.c
816
struct trust_anchor *tp;
usr.sbin/unbound/validator/autotrust.c
854
struct trust_anchor** anchor)
usr.sbin/unbound/validator/autotrust.c
856
struct trust_anchor* tp = *anchor;
usr.sbin/unbound/validator/autotrust.c
94
struct trust_anchor* a = (struct trust_anchor*)x;
usr.sbin/unbound/validator/autotrust.c
95
struct trust_anchor* b = (struct trust_anchor*)y;
usr.sbin/unbound/validator/autotrust.c
998
struct trust_anchor *tp = NULL, *tp2;
usr.sbin/unbound/validator/autotrust.h
176
void autr_write_file(struct module_env* env, struct trust_anchor* tp);
usr.sbin/unbound/validator/autotrust.h
183
void autr_point_delete(struct trust_anchor* tp);
usr.sbin/unbound/validator/autotrust.h
198
struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
usr.sbin/unbound/validator/autotrust.h
47
struct trust_anchor;
usr.sbin/unbound/validator/val_anchor.c
1136
struct trust_anchor*
usr.sbin/unbound/validator/val_anchor.c
1140
struct trust_anchor key;
usr.sbin/unbound/validator/val_anchor.c
1141
struct trust_anchor* result;
usr.sbin/unbound/validator/val_anchor.c
1151
result = (struct trust_anchor*)res;
usr.sbin/unbound/validator/val_anchor.c
1155
result = (struct trust_anchor*)res;
usr.sbin/unbound/validator/val_anchor.c
118
struct trust_anchor* ta = (struct trust_anchor*)elem;
usr.sbin/unbound/validator/val_anchor.c
1196
struct trust_anchor *ta;
usr.sbin/unbound/validator/val_anchor.c
1202
RBTREE_FOR(ta, struct trust_anchor*, anchors->tree) {
usr.sbin/unbound/validator/val_anchor.c
1229
struct trust_anchor key;
usr.sbin/unbound/validator/val_anchor.c
1255
struct trust_anchor key;
usr.sbin/unbound/validator/val_anchor.c
1256
struct trust_anchor* ta;
usr.sbin/unbound/validator/val_anchor.c
1262
if(!(ta=(struct trust_anchor*)rbtree_search(anchors->tree, &key))) {
usr.sbin/unbound/validator/val_anchor.c
1299
anchor_list_keytags(struct trust_anchor* ta, uint16_t* list, size_t num)
usr.sbin/unbound/validator/val_anchor.c
1331
struct trust_anchor* anchor = anchor_find(anchors,
usr.sbin/unbound/validator/val_anchor.c
1365
struct trust_anchor*
usr.sbin/unbound/validator/val_anchor.c
1368
struct trust_anchor* ta, *next;
usr.sbin/unbound/validator/val_anchor.c
1370
ta=(struct trust_anchor*)rbtree_first(anchors->tree);
usr.sbin/unbound/validator/val_anchor.c
1372
next = (struct trust_anchor*)rbtree_next(&ta->node);
usr.sbin/unbound/validator/val_anchor.c
157
struct trust_anchor* node, *prev = NULL, *p;
usr.sbin/unbound/validator/val_anchor.c
161
RBTREE_FOR(node, struct trust_anchor*, anchors->tree) {
usr.sbin/unbound/validator/val_anchor.c
196
struct trust_anchor*
usr.sbin/unbound/validator/val_anchor.c
200
struct trust_anchor key;
usr.sbin/unbound/validator/val_anchor.c
211
lock_basic_lock(&((struct trust_anchor*)n->key)->lock);
usr.sbin/unbound/validator/val_anchor.c
216
return (struct trust_anchor*)n->key;
usr.sbin/unbound/validator/val_anchor.c
220
static struct trust_anchor*
usr.sbin/unbound/validator/val_anchor.c
227
struct trust_anchor* ta = (struct trust_anchor*)malloc(
usr.sbin/unbound/validator/val_anchor.c
228
sizeof(struct trust_anchor));
usr.sbin/unbound/validator/val_anchor.c
260
anchor_find_key(struct trust_anchor* ta, uint8_t* rdata, size_t rdata_len,
usr.sbin/unbound/validator/val_anchor.c
303
static struct trust_anchor*
usr.sbin/unbound/validator/val_anchor.c
308
struct trust_anchor* ta;
usr.sbin/unbound/validator/val_anchor.c
356
static struct trust_anchor*
usr.sbin/unbound/validator/val_anchor.c
360
struct trust_anchor* ta;
usr.sbin/unbound/validator/val_anchor.c
380
static struct trust_anchor*
usr.sbin/unbound/validator/val_anchor.c
383
struct trust_anchor* ta;
usr.sbin/unbound/validator/val_anchor.c
396
struct trust_anchor*
usr.sbin/unbound/validator/val_anchor.c
400
struct trust_anchor* ta;
usr.sbin/unbound/validator/val_anchor.c
426
static struct trust_anchor*
usr.sbin/unbound/validator/val_anchor.c
430
struct trust_anchor* ta = NULL, *tanew;
usr.sbin/unbound/validator/val_anchor.c
480
if(!onlyone && !ta) return (struct trust_anchor*)1;
usr.sbin/unbound/validator/val_anchor.c
63
struct trust_anchor* n1 = (struct trust_anchor*)k1;
usr.sbin/unbound/validator/val_anchor.c
64
struct trust_anchor* n2 = (struct trust_anchor*)k2;
usr.sbin/unbound/validator/val_anchor.c
859
assemble_it(struct trust_anchor* ta, size_t num, uint16_t type)
usr.sbin/unbound/validator/val_anchor.c
934
anchors_assemble(struct trust_anchor* ta)
usr.sbin/unbound/validator/val_anchor.c
956
anchors_ds_unsupported(struct trust_anchor* ta)
usr.sbin/unbound/validator/val_anchor.c
973
anchors_dnskey_unsupported(struct trust_anchor* ta)
usr.sbin/unbound/validator/val_anchor.c
992
struct trust_anchor* ta;
usr.sbin/unbound/validator/val_anchor.c
993
struct trust_anchor* next;
usr.sbin/unbound/validator/val_anchor.c
996
ta=(struct trust_anchor*)rbtree_first(anchors->tree);
usr.sbin/unbound/validator/val_anchor.c
998
next = (struct trust_anchor*)rbtree_next(&ta->node);
usr.sbin/unbound/validator/val_anchor.h
104
struct trust_anchor* parent;
usr.sbin/unbound/validator/val_anchor.h
163
struct trust_anchor* anchors_lookup(struct val_anchors* anchors,
usr.sbin/unbound/validator/val_anchor.h
175
struct trust_anchor* anchor_find(struct val_anchors* anchors,
usr.sbin/unbound/validator/val_anchor.h
185
struct trust_anchor* anchor_store_str(struct val_anchors* anchors,
usr.sbin/unbound/validator/val_anchor.h
226
size_t anchor_list_keytags(struct trust_anchor* ta, uint16_t* list, size_t num);
usr.sbin/unbound/validator/val_anchor.h
249
struct trust_anchor* anchors_find_any_noninsecure(struct val_anchors* anchors);
usr.sbin/unbound/validator/val_anchor.h
46
struct trust_anchor;
usr.sbin/unbound/validator/val_utils.c
1169
struct trust_anchor* ta;
usr.sbin/unbound/validator/validator.c
1805
struct trust_anchor* anchor;
usr.sbin/unbound/validator/validator.c
248
struct trust_anchor* anchor = anchors_find_any_noninsecure(
usr.sbin/unbound/validator/validator.c
2779
struct trust_anchor* ta, struct module_qstate* qstate, int id,
usr.sbin/unbound/validator/validator.c
3373
struct trust_anchor* ta = anchor_find(qstate->env->anchors,
usr.sbin/unbound/validator/validator.c
535
struct trust_anchor* ta)
usr.sbin/unbound/validator/validator.c
623
int id, struct trust_anchor* toprime)