sbin/unwind/libunbound/daemon/remote.h
187
struct auth_zone* old_z;
sbin/unwind/libunbound/daemon/remote.h
189
struct auth_zone* new_z;
sbin/unwind/libunbound/iterator/iterator.c
1087
struct auth_zone* z;
sbin/unwind/libunbound/respip/respip.c
895
struct auth_zone* a = NULL;
sbin/unwind/libunbound/services/authzone.c
1161
az_insert_rr(struct auth_zone* z, uint8_t* rr, size_t rr_len,
sbin/unwind/libunbound/services/authzone.c
1270
az_remove_rr(struct auth_zone* z, uint8_t* rr, size_t rr_len,
sbin/unwind/libunbound/services/authzone.c
1425
az_insert_rr_decompress(struct auth_zone* z, uint8_t* pkt, size_t pktlen,
sbin/unwind/libunbound/services/authzone.c
1447
az_remove_rr_decompress(struct auth_zone* z, uint8_t* pkt, size_t pktlen,
sbin/unwind/libunbound/services/authzone.c
1483
az_parse_file(struct auth_zone* z, FILE* in, uint8_t* rr, size_t rrbuflen,
sbin/unwind/libunbound/services/authzone.c
1574
auth_zone_read_zonefile(struct auth_zone* z, struct config_file* cfg)
sbin/unwind/libunbound/services/authzone.c
1695
auth_zone_write_rrset(struct auth_zone* z, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
1714
auth_zone_write_domain(struct auth_zone* z, struct auth_data* n, FILE* out)
sbin/unwind/libunbound/services/authzone.c
173
auth_packed_rrset_copy_region(struct auth_zone* z, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
1736
int auth_zone_write_file(struct auth_zone* z, const char* fname)
sbin/unwind/libunbound/services/authzone.c
1761
zonemd_offline_verify(struct auth_zone* z, struct module_env* env_for_val,
sbin/unwind/libunbound/services/authzone.c
1796
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
1798
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
sbin/unwind/libunbound/services/authzone.c
1882
static int auth_zone_zonemd_check_hash(struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
1991
struct auth_rrset* auth_zone_get_soa_rrset(struct auth_zone* z)
sbin/unwind/libunbound/services/authzone.c
2003
auth_zone_get_serial(struct auth_zone* z, uint32_t* serial)
sbin/unwind/libunbound/services/authzone.c
2030
xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr)
sbin/unwind/libunbound/services/authzone.c
2071
auth_xfer_setup(struct auth_zone* z, struct auth_xfer* x)
sbin/unwind/libunbound/services/authzone.c
2091
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
2094
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
sbin/unwind/libunbound/services/authzone.c
2121
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
2222
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
2224
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
sbin/unwind/libunbound/services/authzone.c
2238
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
2239
struct auth_zone* delete_list = NULL, *next;
sbin/unwind/libunbound/services/authzone.c
224
msg_add_rrset_an(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
2242
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
sbin/unwind/libunbound/services/authzone.c
2378
struct auth_zone* z = (struct auth_zone*)n->key;
sbin/unwind/libunbound/services/authzone.c
2419
az_find_wildcard_domain(struct auth_zone* z, uint8_t* nm, size_t nmlen)
sbin/unwind/libunbound/services/authzone.c
2432
az_find_wildcard(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
2454
az_find_candidate_ce(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
2477
az_domain_go_up(struct auth_zone* z, struct auth_data* n)
sbin/unwind/libunbound/services/authzone.c
249
msg_add_rrset_ns(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
2501
az_find_ce(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
2564
az_add_additionals_from(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
2596
az_add_negative_soa(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
2633
az_empty_nonterminal(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
273
msg_add_rrset_ar(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
2749
add_synth_cname(struct auth_zone* z, uint8_t* qname, size_t qname_len,
sbin/unwind/libunbound/services/authzone.c
2797
az_find_nsec_cover(struct auth_zone* z, struct auth_data** node)
sbin/unwind/libunbound/services/authzone.c
2820
az_nsec_wildcard_denial(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
2849
az_nsec3_param(struct auth_zone* z, int* algo, size_t* iter, uint8_t** salt,
sbin/unwind/libunbound/services/authzone.c
2919
az_nsec3_hashname(struct auth_zone* z, uint8_t* hashname, size_t* hashnmlen,
sbin/unwind/libunbound/services/authzone.c
2947
az_nsec3_findnode(struct auth_zone* z, uint8_t* hashnm, size_t hashnmlen)
sbin/unwind/libunbound/services/authzone.c
2973
az_nsec3_find_cover(struct auth_zone* z, uint8_t* nm, size_t nmlen,
sbin/unwind/libunbound/services/authzone.c
2999
az_nsec3_find_exact(struct auth_zone* z, uint8_t* nm, size_t nmlen,
sbin/unwind/libunbound/services/authzone.c
3033
az_nsec3_find_ce(struct auth_zone* z, uint8_t** cenm, size_t* cenmlen,
sbin/unwind/libunbound/services/authzone.c
3048
az_nsec3_insert(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
3074
az_add_nsec3_proof(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
3142
az_generate_positive_answer(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
316
struct auth_zone* a = (struct auth_zone*)z1;
sbin/unwind/libunbound/services/authzone.c
3162
az_generate_any_answer(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
317
struct auth_zone* b = (struct auth_zone*)z2;
sbin/unwind/libunbound/services/authzone.c
3193
follow_cname_chain(struct auth_zone* z, uint16_t qtype,
sbin/unwind/libunbound/services/authzone.c
3228
az_generate_cname_answer(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
3241
az_generate_notype_answer(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
3261
az_generate_referral_answer(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
3291
az_generate_dname_answer(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
3314
az_generate_wildcard_answer(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
3375
az_generate_nxdomain_answer(struct auth_zone* z, struct regional* region,
sbin/unwind/libunbound/services/authzone.c
3396
az_generate_answer_with_node(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
3420
az_generate_answer_nonexistnode(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
3451
auth_zone_generate_answer(struct auth_zone* z, struct query_info* qinfo,
sbin/unwind/libunbound/services/authzone.c
3509
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
3590
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
3664
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
3908
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
391
auth_zone_delete(struct auth_zone* z, struct auth_zones* az)
sbin/unwind/libunbound/services/authzone.c
415
struct auth_zone*
sbin/unwind/libunbound/services/authzone.c
419
struct auth_zone* z = (struct auth_zone*)calloc(1, sizeof(*z));
sbin/unwind/libunbound/services/authzone.c
448
struct auth_zone*
sbin/unwind/libunbound/services/authzone.c
452
struct auth_zone key;
sbin/unwind/libunbound/services/authzone.c
458
return (struct auth_zone*)rbtree_search(&az->ztree, &key);
sbin/unwind/libunbound/services/authzone.c
4712
http_parse_add_rr(struct auth_xfer* xfr, struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
477
uint16_t dclass, struct auth_zone** z)
sbin/unwind/libunbound/services/authzone.c
479
struct auth_zone key;
sbin/unwind/libunbound/services/authzone.c
490
struct auth_zone*
sbin/unwind/libunbound/services/authzone.c
4919
apply_ixfr(struct auth_xfer* xfr, struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
496
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
5056
apply_axfr(struct auth_xfer* xfr, struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
5127
apply_http(struct auth_xfer* xfr, struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
522
static struct auth_zone*
sbin/unwind/libunbound/services/authzone.c
5252
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
527
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
5324
struct module_env* env, struct auth_zone** z)
sbin/unwind/libunbound/services/authzone.c
5349
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
546
auth_zones_find_or_add_xfer(struct auth_zones* az, struct auth_zone* z)
sbin/unwind/libunbound/services/authzone.c
560
auth_zone_set_zonefile(struct auth_zone* z, char* zonefile)
sbin/unwind/libunbound/services/authzone.c
577
auth_zone_set_fallback(struct auth_zone* z, char* fallbackstr)
sbin/unwind/libunbound/services/authzone.c
590
az_domain_create(struct auth_zone* z, uint8_t* nm, size_t nmlen)
sbin/unwind/libunbound/services/authzone.c
614
az_find_name(struct auth_zone* z, uint8_t* nm, size_t nmlen)
sbin/unwind/libunbound/services/authzone.c
616
struct auth_zone key;
sbin/unwind/libunbound/services/authzone.c
626
az_find_domain(struct auth_zone* z, struct query_info* qinfo, int* node_exact,
sbin/unwind/libunbound/services/authzone.c
629
struct auth_zone key;
sbin/unwind/libunbound/services/authzone.c
640
az_domain_find_or_create(struct auth_zone* z, uint8_t* dname,
sbin/unwind/libunbound/services/authzone.c
7091
void auth_zone_pickup_initial_zone(struct auth_zone* z, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
7118
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
7120
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
sbin/unwind/libunbound/services/authzone.c
7159
auth_xfer_new(struct auth_zone* z)
sbin/unwind/libunbound/services/authzone.c
7231
auth_xfer_create(struct auth_zones* az, struct auth_zone* z)
sbin/unwind/libunbound/services/authzone.c
7566
static int zonemd_simple_rrset(struct auth_zone* z, int hashalgo,
sbin/unwind/libunbound/services/authzone.c
7597
struct auth_zone* z, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7646
struct auth_zone* z, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7672
struct auth_zone* z, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7696
static int zonemd_simple_rrsig(struct auth_zone* z, int hashalgo,
sbin/unwind/libunbound/services/authzone.c
7752
static int zonemd_simple_domain(struct auth_zone* z, int hashalgo,
sbin/unwind/libunbound/services/authzone.c
7787
static int zonemd_simple_collate(struct auth_zone* z, int hashalgo,
sbin/unwind/libunbound/services/authzone.c
7802
int auth_zone_generate_zonemd_hash(struct auth_zone* z, int scheme,
sbin/unwind/libunbound/services/authzone.c
7829
int auth_zone_generate_zonemd_check(struct auth_zone* z, int scheme,
sbin/unwind/libunbound/services/authzone.c
7901
static int zonemd_dnssec_verify_rrset(struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
7975
static int zonemd_check_dnssec_absence(struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
8052
static int zonemd_check_dnssec_soazonemd(struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
8090
static void auth_zone_zonemd_fail(struct auth_zone* z, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
8138
auth_zone_verify_zonemd_with_key(struct auth_zone* z, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
8244
zonemd_get_dnskey_from_anchor(struct auth_zone* z, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
8305
auth_zone_verify_zonemd_key_with_ds(struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.c
8369
struct auth_zone* z = (struct auth_zone*)arg;
sbin/unwind/libunbound/services/authzone.c
8504
zonemd_lookup_dnskey(struct auth_zone* z, struct module_env* env)
sbin/unwind/libunbound/services/authzone.c
8574
void auth_zone_verify_zonemd(struct auth_zone* z, struct module_env* env,
sbin/unwind/libunbound/services/authzone.c
8651
struct auth_zone key;
sbin/unwind/libunbound/services/authzone.c
8654
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
8657
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
sbin/unwind/libunbound/services/authzone.c
8681
z = (struct auth_zone*)rbtree_search(&az->ztree, &key);
sbin/unwind/libunbound/services/authzone.c
8710
auth_zone_get_mem(struct auth_zone* z)
sbin/unwind/libunbound/services/authzone.c
8796
struct auth_zone* z;
sbin/unwind/libunbound/services/authzone.c
8797
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
sbin/unwind/libunbound/services/authzone.h
150
struct auth_zone* delete_next;
sbin/unwind/libunbound/services/authzone.h
153
struct auth_zone* rpz_az_next;
sbin/unwind/libunbound/services/authzone.h
155
struct auth_zone* rpz_az_prev;
sbin/unwind/libunbound/services/authzone.h
521
int auth_zone_write_file(struct auth_zone* z, const char* fname);
sbin/unwind/libunbound/services/authzone.h
572
struct auth_zone* auth_zones_find_zone(struct auth_zones* az,
sbin/unwind/libunbound/services/authzone.h
576
struct auth_zone* auth_zone_find(struct auth_zones* az, uint8_t* nm,
sbin/unwind/libunbound/services/authzone.h
585
struct auth_zone* auth_zone_create(struct auth_zones* az, uint8_t* nm,
sbin/unwind/libunbound/services/authzone.h
589
int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile);
sbin/unwind/libunbound/services/authzone.h
593
int auth_zone_set_fallback(struct auth_zone* z, char* fallbackstr);
sbin/unwind/libunbound/services/authzone.h
641
int auth_zone_read_zonefile(struct auth_zone* z, struct config_file* cfg);
sbin/unwind/libunbound/services/authzone.h
644
struct auth_rrset* auth_zone_get_soa_rrset(struct auth_zone* z);
sbin/unwind/libunbound/services/authzone.h
647
int auth_zone_get_serial(struct auth_zone* z, uint32_t* serial);
sbin/unwind/libunbound/services/authzone.h
650
int xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr);
sbin/unwind/libunbound/services/authzone.h
667
struct auth_xfer* auth_xfer_create(struct auth_zones* az, struct auth_zone* z);
sbin/unwind/libunbound/services/authzone.h
727
int auth_zone_generate_zonemd_hash(struct auth_zone* z, int scheme,
sbin/unwind/libunbound/services/authzone.h
759
int auth_zone_generate_zonemd_check(struct auth_zone* z, int scheme,
sbin/unwind/libunbound/services/authzone.h
775
void auth_zone_verify_zonemd(struct auth_zone* z, struct module_env* env,
sbin/unwind/libunbound/services/authzone.h
812
void auth_zone_pickup_initial_zone(struct auth_zone* z,
sbin/unwind/libunbound/services/authzone.h
83
struct auth_zone* rpz_first;
sbin/unwind/libunbound/services/rpz.c
1704
struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out)
sbin/unwind/libunbound/services/rpz.c
1707
struct auth_zone* a = NULL;
sbin/unwind/libunbound/services/rpz.c
1822
make_soa_ubrrset(struct auth_zone* auth_zone, struct auth_rrset* soa,
sbin/unwind/libunbound/services/rpz.c
1834
csoa.rk.dname = auth_zone->name;
sbin/unwind/libunbound/services/rpz.c
1835
csoa.rk.dname_len = auth_zone->namelen;
sbin/unwind/libunbound/services/rpz.c
1845
struct regional* temp, struct auth_zone* auth_zone)
sbin/unwind/libunbound/services/rpz.c
1880
if(auth_zone) {
sbin/unwind/libunbound/services/rpz.c
1882
soa = auth_zone_get_soa_rrset(auth_zone);
sbin/unwind/libunbound/services/rpz.c
1884
rsoa = make_soa_ubrrset(auth_zone, soa, temp);
sbin/unwind/libunbound/services/rpz.c
1924
struct auth_zone* az)
sbin/unwind/libunbound/services/rpz.c
1962
struct query_info* qinfo, struct auth_zone* az)
sbin/unwind/libunbound/services/rpz.c
1989
struct query_info* qinfo, struct auth_zone* az)
sbin/unwind/libunbound/services/rpz.c
2020
struct query_info* qi, struct local_rrset* rrset, struct auth_zone* az)
sbin/unwind/libunbound/services/rpz.c
2075
struct auth_zone* az)
sbin/unwind/libunbound/services/rpz.c
2109
struct matched_delegation_point const* match, struct auth_zone* az)
sbin/unwind/libunbound/services/rpz.c
2151
struct query_info* qinfo, struct local_zone* z, struct auth_zone* az)
sbin/unwind/libunbound/services/rpz.c
2300
struct auth_zone* az)
sbin/unwind/libunbound/services/rpz.c
2370
struct matched_delegation_point const* match, struct auth_zone* az)
sbin/unwind/libunbound/services/rpz.c
2471
struct auth_zone* a;
sbin/unwind/libunbound/services/rpz.c
2547
struct auth_zone* a = NULL;
sbin/unwind/libunbound/services/rpz.c
2665
struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out,
sbin/unwind/libunbound/services/rpz.c
2745
struct auth_zone* a = NULL;
usr.sbin/unbound/daemon/remote.c
3215
struct auth_zone* z = NULL;
usr.sbin/unbound/daemon/remote.c
3418
struct auth_zone* z;
usr.sbin/unbound/daemon/remote.c
3421
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
usr.sbin/unbound/daemon/remote.c
3657
struct auth_zone *z = NULL;
usr.sbin/unbound/daemon/remote.c
5412
fr_add_auth_zone_change(struct fast_reload_thread* fr, struct auth_zone* old_z,
usr.sbin/unbound/daemon/remote.c
5413
struct auth_zone* new_z, int is_deleted, int is_added, int is_changed)
usr.sbin/unbound/daemon/remote.c
5504
struct auth_zone* new_z, *old_z;
usr.sbin/unbound/daemon/remote.c
5515
RBTREE_FOR(old_z, struct auth_zone*, &env->auth_zones->ztree) {
usr.sbin/unbound/daemon/remote.c
5531
RBTREE_FOR(new_z, struct auth_zone*, &ct->auth_zones->ztree) {
usr.sbin/unbound/daemon/remote.c
5962
struct auth_zone* old_rpz_first = az->rpz_first;
usr.sbin/unbound/daemon/remote.c
7579
auth_zone_zonemd_stop_lookup(struct auth_zone* z, struct mesh_area* mesh)
usr.sbin/unbound/daemon/remote.c
7595
fr_pickup_auth_locks(struct worker* worker, struct auth_zone* namez,
usr.sbin/unbound/daemon/remote.c
7596
struct auth_zone* old_z, struct auth_zone* new_z,
usr.sbin/unbound/daemon/remote.h
187
struct auth_zone* old_z;
usr.sbin/unbound/daemon/remote.h
189
struct auth_zone* new_z;
usr.sbin/unbound/iterator/iterator.c
1087
struct auth_zone* z;
usr.sbin/unbound/respip/respip.c
895
struct auth_zone* a = NULL;
usr.sbin/unbound/services/authzone.c
1161
az_insert_rr(struct auth_zone* z, uint8_t* rr, size_t rr_len,
usr.sbin/unbound/services/authzone.c
1270
az_remove_rr(struct auth_zone* z, uint8_t* rr, size_t rr_len,
usr.sbin/unbound/services/authzone.c
1425
az_insert_rr_decompress(struct auth_zone* z, uint8_t* pkt, size_t pktlen,
usr.sbin/unbound/services/authzone.c
1447
az_remove_rr_decompress(struct auth_zone* z, uint8_t* pkt, size_t pktlen,
usr.sbin/unbound/services/authzone.c
1483
az_parse_file(struct auth_zone* z, FILE* in, uint8_t* rr, size_t rrbuflen,
usr.sbin/unbound/services/authzone.c
1574
auth_zone_read_zonefile(struct auth_zone* z, struct config_file* cfg)
usr.sbin/unbound/services/authzone.c
1695
auth_zone_write_rrset(struct auth_zone* z, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
1714
auth_zone_write_domain(struct auth_zone* z, struct auth_data* n, FILE* out)
usr.sbin/unbound/services/authzone.c
173
auth_packed_rrset_copy_region(struct auth_zone* z, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
1736
int auth_zone_write_file(struct auth_zone* z, const char* fname)
usr.sbin/unbound/services/authzone.c
1761
zonemd_offline_verify(struct auth_zone* z, struct module_env* env_for_val,
usr.sbin/unbound/services/authzone.c
1796
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
1798
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
usr.sbin/unbound/services/authzone.c
1882
static int auth_zone_zonemd_check_hash(struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
1991
struct auth_rrset* auth_zone_get_soa_rrset(struct auth_zone* z)
usr.sbin/unbound/services/authzone.c
2003
auth_zone_get_serial(struct auth_zone* z, uint32_t* serial)
usr.sbin/unbound/services/authzone.c
2030
xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr)
usr.sbin/unbound/services/authzone.c
2071
auth_xfer_setup(struct auth_zone* z, struct auth_xfer* x)
usr.sbin/unbound/services/authzone.c
2091
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
2094
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
usr.sbin/unbound/services/authzone.c
2121
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
2222
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
2224
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
usr.sbin/unbound/services/authzone.c
2238
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
2239
struct auth_zone* delete_list = NULL, *next;
usr.sbin/unbound/services/authzone.c
224
msg_add_rrset_an(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
2242
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
usr.sbin/unbound/services/authzone.c
2378
struct auth_zone* z = (struct auth_zone*)n->key;
usr.sbin/unbound/services/authzone.c
2419
az_find_wildcard_domain(struct auth_zone* z, uint8_t* nm, size_t nmlen)
usr.sbin/unbound/services/authzone.c
2432
az_find_wildcard(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
2454
az_find_candidate_ce(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
2477
az_domain_go_up(struct auth_zone* z, struct auth_data* n)
usr.sbin/unbound/services/authzone.c
249
msg_add_rrset_ns(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
2501
az_find_ce(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
2564
az_add_additionals_from(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
2596
az_add_negative_soa(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
2633
az_empty_nonterminal(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
273
msg_add_rrset_ar(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
2749
add_synth_cname(struct auth_zone* z, uint8_t* qname, size_t qname_len,
usr.sbin/unbound/services/authzone.c
2797
az_find_nsec_cover(struct auth_zone* z, struct auth_data** node)
usr.sbin/unbound/services/authzone.c
2820
az_nsec_wildcard_denial(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
2849
az_nsec3_param(struct auth_zone* z, int* algo, size_t* iter, uint8_t** salt,
usr.sbin/unbound/services/authzone.c
2919
az_nsec3_hashname(struct auth_zone* z, uint8_t* hashname, size_t* hashnmlen,
usr.sbin/unbound/services/authzone.c
2947
az_nsec3_findnode(struct auth_zone* z, uint8_t* hashnm, size_t hashnmlen)
usr.sbin/unbound/services/authzone.c
2973
az_nsec3_find_cover(struct auth_zone* z, uint8_t* nm, size_t nmlen,
usr.sbin/unbound/services/authzone.c
2999
az_nsec3_find_exact(struct auth_zone* z, uint8_t* nm, size_t nmlen,
usr.sbin/unbound/services/authzone.c
3033
az_nsec3_find_ce(struct auth_zone* z, uint8_t** cenm, size_t* cenmlen,
usr.sbin/unbound/services/authzone.c
3048
az_nsec3_insert(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
3074
az_add_nsec3_proof(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
3142
az_generate_positive_answer(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
316
struct auth_zone* a = (struct auth_zone*)z1;
usr.sbin/unbound/services/authzone.c
3162
az_generate_any_answer(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
317
struct auth_zone* b = (struct auth_zone*)z2;
usr.sbin/unbound/services/authzone.c
3193
follow_cname_chain(struct auth_zone* z, uint16_t qtype,
usr.sbin/unbound/services/authzone.c
3228
az_generate_cname_answer(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
3241
az_generate_notype_answer(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
3261
az_generate_referral_answer(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
3291
az_generate_dname_answer(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
3314
az_generate_wildcard_answer(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
3375
az_generate_nxdomain_answer(struct auth_zone* z, struct regional* region,
usr.sbin/unbound/services/authzone.c
3396
az_generate_answer_with_node(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
3420
az_generate_answer_nonexistnode(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
3451
auth_zone_generate_answer(struct auth_zone* z, struct query_info* qinfo,
usr.sbin/unbound/services/authzone.c
3509
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
3590
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
3664
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
3908
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
391
auth_zone_delete(struct auth_zone* z, struct auth_zones* az)
usr.sbin/unbound/services/authzone.c
415
struct auth_zone*
usr.sbin/unbound/services/authzone.c
419
struct auth_zone* z = (struct auth_zone*)calloc(1, sizeof(*z));
usr.sbin/unbound/services/authzone.c
448
struct auth_zone*
usr.sbin/unbound/services/authzone.c
452
struct auth_zone key;
usr.sbin/unbound/services/authzone.c
458
return (struct auth_zone*)rbtree_search(&az->ztree, &key);
usr.sbin/unbound/services/authzone.c
4712
http_parse_add_rr(struct auth_xfer* xfr, struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
477
uint16_t dclass, struct auth_zone** z)
usr.sbin/unbound/services/authzone.c
479
struct auth_zone key;
usr.sbin/unbound/services/authzone.c
490
struct auth_zone*
usr.sbin/unbound/services/authzone.c
4919
apply_ixfr(struct auth_xfer* xfr, struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
496
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
5056
apply_axfr(struct auth_xfer* xfr, struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
5127
apply_http(struct auth_xfer* xfr, struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
522
static struct auth_zone*
usr.sbin/unbound/services/authzone.c
5252
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
527
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
5324
struct module_env* env, struct auth_zone** z)
usr.sbin/unbound/services/authzone.c
5349
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
546
auth_zones_find_or_add_xfer(struct auth_zones* az, struct auth_zone* z)
usr.sbin/unbound/services/authzone.c
560
auth_zone_set_zonefile(struct auth_zone* z, char* zonefile)
usr.sbin/unbound/services/authzone.c
577
auth_zone_set_fallback(struct auth_zone* z, char* fallbackstr)
usr.sbin/unbound/services/authzone.c
590
az_domain_create(struct auth_zone* z, uint8_t* nm, size_t nmlen)
usr.sbin/unbound/services/authzone.c
614
az_find_name(struct auth_zone* z, uint8_t* nm, size_t nmlen)
usr.sbin/unbound/services/authzone.c
616
struct auth_zone key;
usr.sbin/unbound/services/authzone.c
626
az_find_domain(struct auth_zone* z, struct query_info* qinfo, int* node_exact,
usr.sbin/unbound/services/authzone.c
629
struct auth_zone key;
usr.sbin/unbound/services/authzone.c
640
az_domain_find_or_create(struct auth_zone* z, uint8_t* dname,
usr.sbin/unbound/services/authzone.c
7091
void auth_zone_pickup_initial_zone(struct auth_zone* z, struct module_env* env)
usr.sbin/unbound/services/authzone.c
7118
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
7120
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
usr.sbin/unbound/services/authzone.c
7159
auth_xfer_new(struct auth_zone* z)
usr.sbin/unbound/services/authzone.c
7231
auth_xfer_create(struct auth_zones* az, struct auth_zone* z)
usr.sbin/unbound/services/authzone.c
7566
static int zonemd_simple_rrset(struct auth_zone* z, int hashalgo,
usr.sbin/unbound/services/authzone.c
7597
struct auth_zone* z, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7646
struct auth_zone* z, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7672
struct auth_zone* z, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7696
static int zonemd_simple_rrsig(struct auth_zone* z, int hashalgo,
usr.sbin/unbound/services/authzone.c
7752
static int zonemd_simple_domain(struct auth_zone* z, int hashalgo,
usr.sbin/unbound/services/authzone.c
7787
static int zonemd_simple_collate(struct auth_zone* z, int hashalgo,
usr.sbin/unbound/services/authzone.c
7802
int auth_zone_generate_zonemd_hash(struct auth_zone* z, int scheme,
usr.sbin/unbound/services/authzone.c
7829
int auth_zone_generate_zonemd_check(struct auth_zone* z, int scheme,
usr.sbin/unbound/services/authzone.c
7901
static int zonemd_dnssec_verify_rrset(struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
7975
static int zonemd_check_dnssec_absence(struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
8052
static int zonemd_check_dnssec_soazonemd(struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
8090
static void auth_zone_zonemd_fail(struct auth_zone* z, struct module_env* env,
usr.sbin/unbound/services/authzone.c
8138
auth_zone_verify_zonemd_with_key(struct auth_zone* z, struct module_env* env,
usr.sbin/unbound/services/authzone.c
8244
zonemd_get_dnskey_from_anchor(struct auth_zone* z, struct module_env* env,
usr.sbin/unbound/services/authzone.c
8305
auth_zone_verify_zonemd_key_with_ds(struct auth_zone* z,
usr.sbin/unbound/services/authzone.c
8369
struct auth_zone* z = (struct auth_zone*)arg;
usr.sbin/unbound/services/authzone.c
8504
zonemd_lookup_dnskey(struct auth_zone* z, struct module_env* env)
usr.sbin/unbound/services/authzone.c
8574
void auth_zone_verify_zonemd(struct auth_zone* z, struct module_env* env,
usr.sbin/unbound/services/authzone.c
8651
struct auth_zone key;
usr.sbin/unbound/services/authzone.c
8654
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
8657
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
usr.sbin/unbound/services/authzone.c
8681
z = (struct auth_zone*)rbtree_search(&az->ztree, &key);
usr.sbin/unbound/services/authzone.c
8710
auth_zone_get_mem(struct auth_zone* z)
usr.sbin/unbound/services/authzone.c
8796
struct auth_zone* z;
usr.sbin/unbound/services/authzone.c
8797
RBTREE_FOR(z, struct auth_zone*, &az->ztree) {
usr.sbin/unbound/services/authzone.h
150
struct auth_zone* delete_next;
usr.sbin/unbound/services/authzone.h
153
struct auth_zone* rpz_az_next;
usr.sbin/unbound/services/authzone.h
155
struct auth_zone* rpz_az_prev;
usr.sbin/unbound/services/authzone.h
521
int auth_zone_write_file(struct auth_zone* z, const char* fname);
usr.sbin/unbound/services/authzone.h
572
struct auth_zone* auth_zones_find_zone(struct auth_zones* az,
usr.sbin/unbound/services/authzone.h
576
struct auth_zone* auth_zone_find(struct auth_zones* az, uint8_t* nm,
usr.sbin/unbound/services/authzone.h
585
struct auth_zone* auth_zone_create(struct auth_zones* az, uint8_t* nm,
usr.sbin/unbound/services/authzone.h
589
int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile);
usr.sbin/unbound/services/authzone.h
593
int auth_zone_set_fallback(struct auth_zone* z, char* fallbackstr);
usr.sbin/unbound/services/authzone.h
641
int auth_zone_read_zonefile(struct auth_zone* z, struct config_file* cfg);
usr.sbin/unbound/services/authzone.h
644
struct auth_rrset* auth_zone_get_soa_rrset(struct auth_zone* z);
usr.sbin/unbound/services/authzone.h
647
int auth_zone_get_serial(struct auth_zone* z, uint32_t* serial);
usr.sbin/unbound/services/authzone.h
650
int xfr_find_soa(struct auth_zone* z, struct auth_xfer* xfr);
usr.sbin/unbound/services/authzone.h
667
struct auth_xfer* auth_xfer_create(struct auth_zones* az, struct auth_zone* z);
usr.sbin/unbound/services/authzone.h
727
int auth_zone_generate_zonemd_hash(struct auth_zone* z, int scheme,
usr.sbin/unbound/services/authzone.h
759
int auth_zone_generate_zonemd_check(struct auth_zone* z, int scheme,
usr.sbin/unbound/services/authzone.h
775
void auth_zone_verify_zonemd(struct auth_zone* z, struct module_env* env,
usr.sbin/unbound/services/authzone.h
812
void auth_zone_pickup_initial_zone(struct auth_zone* z,
usr.sbin/unbound/services/authzone.h
83
struct auth_zone* rpz_first;
usr.sbin/unbound/services/rpz.c
1704
struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out)
usr.sbin/unbound/services/rpz.c
1707
struct auth_zone* a = NULL;
usr.sbin/unbound/services/rpz.c
1822
make_soa_ubrrset(struct auth_zone* auth_zone, struct auth_rrset* soa,
usr.sbin/unbound/services/rpz.c
1834
csoa.rk.dname = auth_zone->name;
usr.sbin/unbound/services/rpz.c
1835
csoa.rk.dname_len = auth_zone->namelen;
usr.sbin/unbound/services/rpz.c
1845
struct regional* temp, struct auth_zone* auth_zone)
usr.sbin/unbound/services/rpz.c
1880
if(auth_zone) {
usr.sbin/unbound/services/rpz.c
1882
soa = auth_zone_get_soa_rrset(auth_zone);
usr.sbin/unbound/services/rpz.c
1884
rsoa = make_soa_ubrrset(auth_zone, soa, temp);
usr.sbin/unbound/services/rpz.c
1924
struct auth_zone* az)
usr.sbin/unbound/services/rpz.c
1962
struct query_info* qinfo, struct auth_zone* az)
usr.sbin/unbound/services/rpz.c
1989
struct query_info* qinfo, struct auth_zone* az)
usr.sbin/unbound/services/rpz.c
2020
struct query_info* qi, struct local_rrset* rrset, struct auth_zone* az)
usr.sbin/unbound/services/rpz.c
2075
struct auth_zone* az)
usr.sbin/unbound/services/rpz.c
2109
struct matched_delegation_point const* match, struct auth_zone* az)
usr.sbin/unbound/services/rpz.c
2151
struct query_info* qinfo, struct local_zone* z, struct auth_zone* az)
usr.sbin/unbound/services/rpz.c
2300
struct auth_zone* az)
usr.sbin/unbound/services/rpz.c
2370
struct matched_delegation_point const* match, struct auth_zone* az)
usr.sbin/unbound/services/rpz.c
2471
struct auth_zone* a;
usr.sbin/unbound/services/rpz.c
2547
struct auth_zone* a = NULL;
usr.sbin/unbound/services/rpz.c
2665
struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out,
usr.sbin/unbound/services/rpz.c
2745
struct auth_zone* a = NULL;
usr.sbin/unbound/testcode/unitauth.c
658
struct auth_zone*
usr.sbin/unbound/testcode/unitauth.c
661
struct auth_zone* z;
usr.sbin/unbound/testcode/unitauth.c
728
struct auth_zone* z;
usr.sbin/unbound/testcode/unitauth.c
980
struct auth_zone* z;
usr.sbin/unbound/testcode/unitzonemd.c
190
struct auth_zone* z;
usr.sbin/unbound/testcode/unitzonemd.c
261
struct auth_zone* z;
usr.sbin/unbound/testcode/unitzonemd.c
60
struct auth_zone* authtest_addzone(struct auth_zones* az, const char* name,
usr.sbin/unbound/testcode/unitzonemd.c
72
struct auth_zone* z;